View previous topic :: View next topic |
Author |
Message |
tessmonsta Tux's lil' helper
Joined: 28 Jul 2005 Posts: 114
|
Posted: Wed Dec 26, 2007 1:21 am Post subject: Wireless doesn't get IP |
|
|
I haven't messed with my wireless drivers for a very long time. They've worked -- with some dropping problems -- for over a year. Now the cursed thing stopped working entirely.
Here's the error I'm getting from wifi-radar:
Code: | Error, eth1: ARPOP_REPLY received from 192.168.0.102 (00:50:2c:a3:e7:73)
|
I've dug around, I can't see what the problem is. I'm using a router, not a switch. I've used the same connection before without this issue. I'm using ipw2200. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54810 Location: 56N 3W
|
Posted: Wed Dec 26, 2007 11:52 am Post subject: |
|
|
tessmonsta,
Tell us your kernel, from uname -a, your wireless device, from lspci (or lsusb, if its USB) and the drivers you are tying to use. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
tessmonsta Tux's lil' helper
Joined: 28 Jul 2005 Posts: 114
|
Posted: Wed Dec 26, 2007 3:13 pm Post subject: |
|
|
Code: | rei modules.d # uname -a
Linux rei 2.6.20-gentoo-r4-agpgart #7 PREEMPT Wed May 9 20:45:32 CDT 2007 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux
|
The kernel has an agpgart patch because direct rendering didn't work on the current version.
And the controller via lspci:
Code: | 06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
06:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile (rev 03)
|
|
|
Back to top |
|
|
|