Re: Inetl ProWireless 2200 iwi driver problem
Marcin Jessa <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Organization | YazzY.org |
| Message-ID | <[email protected]> |
Hi James. What kernel are you on? 1. At first glance it seems like you dont have NATing enabled. Set up your 192.168.1.1 gw first. If it's already in place : 2. Try to manually assign IP and default route to your nic. See if that works. If you're on CURRENT, that may be caused by the latest changes in network stuff. I have the same nic and it works fine. But I configure it with my own script after boot: http://www.yazzy.org/configs/freebsd/thinkpad/iwi.txt Then I unload the module before I suspend my laptop, otherwise it can have problems resuming. What do you have in your rc.conf ? Cheers. Marcin On Tue, 14 Jun 2005 09:43:46 +0100 (BST) James Feeder <[email protected]> wrote: > Hello, > > I have recently bought a Inspiron 6000 laptop with an > Intel ProWireless 2200. Everything seems to running > fine but I am unable to access the internet via the > wireless card. It can ping the router and other > computers on the network but fails to ping anything > outside the router. I have set the defaultrouter in > rc.conf and the wireless card seems to be configured > correctly when I run ifconfig. Here is some output > from my laptop which will hopefully be of some use: > > # ping -c5 192.168.1.1 > PING 192.168.1.1 (192.168.1.1): 56 data bytes > 64 bytes from 192.168.1.1: icmp_seq=0 ttl=254 > time=4.132 ms > 64 bytes from 192.168.1.1: icmp_seq=1 ttl=254 > time=3.603 ms > 64 bytes from 192.168.1.1: icmp_seq=2 ttl=254 > time=3.874 ms > 64 bytes from 192.168.1.1: icmp_seq=3 ttl=254 > time=3.985 ms > 64 bytes from 192.168.1.1: icmp_seq=4 ttl=254 > time=3.814 ms > > --- 192.168.1.1 ping statistics --- > 5 packets transmitted, 5 packets received, 0% packet > loss > round-trip min/avg/max/stddev = > 3.603/3.882/4.132/0.176 ms > > # ping -c5 www.google.com > PING www.l.google.com (66.249.87.99): 56 data bytes > ping: sendto: No route to host > ping: sendto: No route to host > ping: sendto: No route to host > ping: sendto: No route to host > ping: sendto: No route to host > > --- www.l.google.com ping statistics --- > 5 packets transmitted, 0 packets received, 100% packet > loss > > # ifconfig > bfe0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > options=8<VLAN_MTU> > ether aa:aa:aa:aa:aa:aa > media: Ethernet autoselect (none) > status: no carrier > 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 0x2 > iwi0: > flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu > 1500 > inet 192.168.1.100 netmask 0xffffff00 > broadcast 192.168.1.255 > inet6 fe80::xxx:xxxx:xxxx:xxxx%iwi0 prefixlen > 64 scopeid 0x3 > ether bb:bb:bb:bb:bb:bb > media: IEEE 802.11 Wireless Ethernet > autoselect (DS/5.5Mbps) > status: associated > ssid baz 1:baz > channel 11 authmode OPEN powersavemode OFF > powersavesleep 100 > rtsthreshold 2312 protmode CTS txpower 100 > wepmode OFF weptxkey 1 > > # netstat -rn > Routing tables > > Internet: > Destination Gateway Flags Refs > Use Netif Expire > 127.0.0.1 127.0.0.1 UH 0 > 0 lo0 > 192.168.1 link#3 UC 0 > 0 iwi0 > 192.168.1.1 00:06:25:1a:c9:4e UHLW 0 > 28 iwi0 1027 > 192.168.1.100 bb:bb:bb:bb:bb:bb UHLW 0 > 2 lo0 > > Internet6: > Destination Gateway > Flags Netif > Expire > ::1 ::1 > UH lo0 > fe80::%lo0/64 fe80::1%lo0 > U lo0 > fe80::1%lo0 link#2 > UHL lo0 > fe80::%iwi0/64 link#3 > UC iwi0 > fe80::xxx:xxxx:xxxx:xxxx%iwi0 bb:bb:bb:bb:bb:bb > UHL lo0 > ff01::/32 ::1 > U lo0 > ff02::%lo0/32 ::1 > UC lo0 > ff02::%iwi0/32 link#3 > UC iwi0 > > Spacings may be a bit strange above, if you would like > it as an attachment just ask :) > > Thanks, > > James Feeder > > > > ___________________________________________________________ > How much free photo storage do you get? Store your holiday > snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"