Hello, I used ndiscvt to generate the modules from the windows xp drivers for my wifi card with the help from http://www.pingwales.co.uk/tutorials/project-evil.html I have managed to get my wifi card UP and associated with my router, but I can not work with it (i.e ping bbc.co.uk, view web pages etc) Gnome's network monitor reports 0% strength, yet I can access my routers setup page but not any other webpage on the internet. When I go to view the wireless clients connected to my router it reports none are connected, yet I am viewing the setup pages! I disabled my realtek with: ifconfig rl0 down I do not have WEP enabled. Before Gnome started up I noticed something about another interface using the same IP as my ndis0 device. If you require any further details please ask. If anyone can help it would be appreciated. Please see the following. desktop# ifconfig rl0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 options=8<VLAN_MTU> inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80::202:44ff:fe70:125e%rl0 prefixlen 64 scopeid 0x1 ether 00:02:44:70:12:5e media: Ethernet autoselect (10baseT/UTP) status: active ndis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80::24f:62ff:fe01:2c4e%ndis0 prefixlen 64 scopeid 0x2 ether 00:4f:62:01:2c:4e media: IEEE 802.11 Wireless Ethernet autoselect status: associated ssid linksys 1:linksys channel 11 authmode OPEN powersavemode OFF powersavesleep 100 rtsthreshold 2312 protmode CTS wepmode OFF weptxkey 1 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 desktop# desktop# ping bbc.co.uk PING bbc.co.uk (212.58.224.131): 56 data bytes ping: sendto: Network is down ping: sendto: Network is down ^C --- bbc.co.uk ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss desktop#
On Sunday 18 September 2005 11:19, Jayton Garnett wrote:> I have managed to get my wifi card UP and associated with my router, but > I can not work with it (i.e ping bbc.co.uk, view web pages etc) > Gnome's network monitor reports 0% strength, yet I can access my routersThe signal strength stuff is probably not available via ndis, so ignore that.> setup page but not any other webpage on the internet. > When I go to view the wireless clients connected to my router it reports > none are connected, yet I am viewing the setup pages! > I disabled my realtek with: > ifconfig rl0 down > I do not have WEP enabled. > Before Gnome started up I noticed something about another interface > using the same IP as my ndis0 device.What exactly?> If you require any further details please ask.Where is your default route going?> desktop# ping bbc.co.uk > PING bbc.co.uk (212.58.224.131): 56 data bytes > ping: sendto: Network is down > ping: sendto: Network is down > ^C > --- bbc.co.uk ping statistics --- > 2 packets transmitted, 0 packets received, 100% packet loss > desktop#I suggest you ifconfig rl0 delete otherwise the routing table may indicate that packets should go via rl0 which is down, hence the error message. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050918/0abba972/attachment.bin
>>setup page but not any other webpage on the internet. >>When I go to view the wireless clients connected to my router it reports >>none are connected, yet I am viewing the setup pages! >>I disabled my realtek with: >>ifconfig rl0 down >>I do not have WEP enabled. >>Before Gnome started up I noticed something about another interface >>using the same IP as my ndis0 device. >> >> > >What exactly? > >Sep 18 10:50:04 desktop kernel: arp:00:4f:62:01:2c:4e is using my IP address 192.168.0.4 Sep 18 10:50:04 desktop kernel: arp:00:02:44:70:12:5e is using my IP address 192.168.0.3 Local package initialization: ndis0: not found ndis0: not found #repeated 6 times ...>If you require any further details please ask. > > > >Where is your default route going? > >desktop# netstat -r Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.0.1 UGS 0 451 rl0 localhost localhost UH 0 144 lo0 192.168.0 link#2 UC 0 0 ndis0 192.168.0.1 00:12:17:b7:37:84 UHLW 1 26 ndis0 1200 Internet6: Destination Gateway Flags Netif Expire localhost.jayton.p localhost.jayton.p UH lo0 fe80::%rl0 link#1 UC rl0 fe80::202:44ff:fe7 00:02:44:70:12:5e UHL lo0 fe80::%ndis0 link#2 UC ndis0 fe80::24f:62ff:fe0 00:4f:62:01:2c:4e UHL lo0 fe80::%lo0 fe80::1%lo0 U lo0 fe80::1%lo0 link#3 UHL lo0 ff01:: localhost.jayton.p U lo0 ff02::%rl0 link#1 UC rl0 ff02::%ndis0 link#2 UC ndis0 ff02::%lo0 localhost.jayton.p UC lo0 desktop#> > >>desktop# ping bbc.co.uk >>PING bbc.co.uk (212.58.224.131): 56 data bytes >>ping: sendto: Network is down >>ping: sendto: Network is down >>^C >>--- bbc.co.uk ping statistics --- >>2 packets transmitted, 0 packets received, 100% packet loss >>desktop# >> >> > >I suggest you ifconfig rl0 delete otherwise the routing table may indicate >that packets should go via rl0 which is down, hence the error message. > > >I have just figured out that if I ifconfig rl0 delete , then route add default 192.168.0.1 I can use my wifi card ordinarily, I must be missing something in my config somewhere. This is the networking section of my /etc/rc.conf: network_interfaces=ndis0 rl0 #Just reversed this order now, it was network_interfaces=rl0 ndis0 ifconfig_ndis0="inet 192.168.0.4 netmask 255.255.255.0 ssid linksys channel 11" defaultrouter="192.168.0.1" hostname="desktop.jayton.plus.com" ifconfig_rl0="inet 192.168.0.3 netmask 255.255.255.0" defaultrouter="192.168.0.1" hostname="desktop.jayton.plus.com" and this is my /etc/hosts ::1 localhost.jayton.plus.com localhost 127.0.0.1 localhost.jayton.plus.com localhost 192.168.0.3 desktop.jayton.plus.com desktop 192.168.0.3 desktop.jayton.plus.com. 192.168.0.4 desktop.jayton.plus.com desktop 192.168.0.4 desktop.jayton.plus.com.