LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Wireless on compaq nc8000 (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/wireless-on-compaq-nc8000-535814/)

pixellany 03-08-2007 06:07 PM

Wireless on compaq nc8000
 
I am trying to get the wireless working on my compaq nc8000 laptop. Wireless is the Intel 2200bg.

I have tried both Mepis 6 and Kubuntu 6.10. Neither will connect, and--in both cases, dmesg tells me that the driver for the wireless needs to be updated. I made one attempt at this---using the (very long and involved) instructions from Intel. This was not successful, but I cannot rule out a mistake in the many steps.

What is frustrating is that--the first time I put Kubuntu on this computer, the wireless worked immediately.

Before I start this dance again, I wonder if there is something really simple and basic that I have missed.

cpd05 03-08-2007 07:59 PM

hey,

I have some tips for you if you compile the ipw2200 and ieee80211 modules from source again.

1. Run both remove-old scripts before you start.

2. Look in the /lib/modules/kernel_version/net and /lib/modules/kernel_version/include/net for any reference to ieee80211, if there are any delete the offending files.

3. Look out for the .tmp_versions directory in /lib/modules/kernel_version/net/ieee80211, delete it if it exists

4. During the compiling any warning referring to undefined symbols usually seems to mean that the module won't load once built, or will load but won't work and may give you endless error messages that make it almost impossible to use bash :-)

5. I've found that only the 1.2.x version of both modules work and that ipw2200-1.2.0 and ieee80211-1.2.5 work well with kernel version 2.6.12ish to 2.6.18ish but not with 2.6.20 - ipw2200-1.2.1 and ieee80211-1.2.6 work with it though.

6. make and make install ieee80211, then make and make install ipw2200, then ONLY load the ipw2200 module.

7. use version 3.0 of the firmware.

8. as per the intel instructions make sure you have the correct crypt algorithms in the kernel.

ermmm thats all i think,

Chris.

pixellany 03-09-2007 07:12 AM

Thanks for the tips--I roecognize some of this (but not all!!) from the Intel instructions.

When you say load ONLY the ipw2200 module, what is it that should NOT be loaded??

cpd05 03-09-2007 10:46 AM

hey,

I meant don't load the ieee80211 module, as you've probably seen from the intel instructions it says only load the ipw220 module and it will take care of the ieee80211 one. Some instructions I've been through on the net say load ieee80211 then ipw2200, I'm not completely sure if it was related but when I've done that the ipw2200 won't load or complains and won't work.

It's a bit tricky to get it working but once you do it actually work really well, the wireless link led even comes on and blinks when downloading. Except for one rather annoying feature that when the firmware is first loaded on start-up it won't load properly, all I have to do is reload the module and ifup the interface. I haven't bothered to find a real fix, just written a, (really crap) little init script to reload the module.

Good Luck!

Chris.

pixellany 03-09-2007 11:45 AM

Quote:

Originally Posted by cpd05
Except for one rather annoying feature that when the firmware is first loaded on start-up it won't load properly, all I have to do is reload the module and ifup the interface. I haven't bothered to find a real fix, just written a, (really crap) little init script to reload the module.

Good Luck!

Chris.

Thanks!!! This last point could be the key---I will try it all again.

Now where did I put that spare time??---It must be here somewhere....;)


All times are GMT -5. The time now is 10:43 PM.