View previous topic :: View next topic |
Author |
Message |
fury n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 May 2003 Posts: 34 Location: California
|
Posted: Fri Aug 27, 2004 9:04 pm Post subject: Aironet issues when upgrading to 2.6.8 |
|
|
Hello,
I'm running 2.6.8-gentoo-r1 (just upgraded from 2.6.1) and my aironet card stopped working.
Upon insert, the card's modules were loaded, and an ifconfig can bring up the interface, however, it would not associate with any networks or send any data.
I recompiled pcmcia-cs and module-init-tools, just to see if that would make any difference, and it doesn't.
I thought maybe disabling pcmcia support in the kernel and re-compiling pcmcia-cs would help, but I forgot that it no longer works with the 2.6.x setup. I recompiled my kernel with pcmcia support, and when I do a "make modules" to compile my aironet (and other 802.11) drivers I get:
Code: | eightytoo linux # make modules
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
Building modules, stage 2.
MODPOST
*** Warning: "iw_handler_get_thrspy" [drivers/net/wireless/wl3501_cs.ko] undefined!
*** Warning: "iw_handler_set_thrspy" [drivers/net/wireless/wl3501_cs.ko] undefined!
*** Warning: "iw_handler_get_spy" [drivers/net/wireless/wl3501_cs.ko] undefined!
*** Warning: "iw_handler_set_spy" [drivers/net/wireless/wl3501_cs.ko] undefined!
*** Warning: "iw_handler_set_thrspy" [drivers/net/wireless/prism54/prism54.ko] undefined!
*** Warning: "wireless_spy_update" [drivers/net/wireless/prism54/prism54.ko] undefined!
*** Warning: "iw_handler_get_spy" [drivers/net/wireless/prism54/prism54.ko] undefined!
*** Warning: "wireless_send_event" [drivers/net/wireless/prism54/prism54.ko] undefined!
*** Warning: "iw_handler_get_thrspy" [drivers/net/wireless/prism54/prism54.ko] undefined!
*** Warning: "iw_handler_set_spy" [drivers/net/wireless/prism54/prism54.ko] undefined!
*** Warning: "iw_handler_get_thrspy" [drivers/net/wireless/airo.ko] undefined!
*** Warning: "iw_handler_set_thrspy" [drivers/net/wireless/airo.ko] undefined!
*** Warning: "iw_handler_get_spy" [drivers/net/wireless/airo.ko] undefined!
*** Warning: "iw_handler_set_spy" [drivers/net/wireless/airo.ko] undefined!
*** Warning: "wireless_spy_update" [drivers/net/wireless/airo.ko] undefined!
*** Warning: "wireless_send_event" [drivers/net/wireless/airo.ko] undefined!
|
Not sure what I should do from here, any help would be appriciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fury n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 May 2003 Posts: 34 Location: California
|
Posted: Fri Aug 27, 2004 11:21 pm Post subject: |
|
|
Ok, I just compiled with a vanilla 2.6 kernel (2.6.9-rc1), and I'm having the same problems (compiles fine, loads fine, won't connect to network).
Just some added fyi. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
posco n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Feb 2004 Posts: 5 Location: Orange County, CA
|
Posted: Sat Nov 20, 2004 6:45 pm Post subject: |
|
|
Having the same problem here with 2.6.9-gentoo-r4. Mabye it's time to report this as a bug on the kernel mailing list? _________________ "Reality continues to ruin my life." -Calvin |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
posco n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Feb 2004 Posts: 5 Location: Orange County, CA
|
Posted: Sun Nov 21, 2004 4:31 pm Post subject: woot |
|
|
Got the aironet 350 working with 2.6.9-gentoo-r4 on my Thinkpad T21. I just had to type
Code: | iwconfig eth1 essid cosmos |
Where cosmos my essid. Not using any encryption or LEAP. For some reason I never had to type anything under 2.4, it would just automatically connect.
Also of note: before doing this I fiddled with some BIOS settings, changing the PCI IRQ's to auto-select and turning off PCI power management. Not sure if this had any effect, as I'm leaving them changed for now to try and get power management working correctly. _________________ "Reality continues to ruin my life." -Calvin |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
spitefulcrow n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/214002830540f9da67bc0ef.gif)
Joined: 18 Jul 2004 Posts: 44
|
Posted: Sun Nov 21, 2004 4:41 pm Post subject: |
|
|
Same thing here. I have to specify an essid for my airo350 card under 2.6.9-ck1.
Make sure your baselayout and all is up-to-date and you can put essids in /etc/conf.d/wireless and they'll be sourced by /etc/init.d/net.ethX when it runs for a wireless iface. _________________ Athlon XP 2600+ (1.9gHz)/1024MB DDR333/Asus A7V880/Samsung 160GB SATA HDD/Chaintech GeForce FX5500 256MB |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|