Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have an acer 4101lmi with wireless card working under ipw2200 module. The driver loads successfully but when i type iwconfig i have a RADIO OFF message. So i have some kill switch.
I have a Acer 1690 with the same intel 2200 wireless card. I used the following to enable the wireless card and the led readout
/bin/echo 0 > /sys/bus/pci/drivers/ipw2200/0000\:06\:03.0/rf_kill
/bin/echo 1 > /sys/bus/pci/drivers/ipw2200/0000\:06\:03.0/led
the led is now flashing and the front mounted kill switch now works to enable and disable wireless. Haven't fully configured the card to work yet, but see if this helps.
No, it's definitely a ACPI / IRQ-Routing failure. I have to start the system with "acpi=noirq" or "pci=noapci" to get it up and running. So the system starts in PIC-Mode, and can't adress the devices behind the PCIe to PCI Bridge. The wireless-nic is a pci-device
I also think the problem is with acpi/irq routing.
I have installed the precompiled kernel from debian with nitro sources(2.6.11-nitro0e-x1-686) and it seems that acpi problem is solved. I can now boot whitout parameters like acpi=noirq.
I have some problems building ipw2200 module for this precompiled kernel (i don't have the sources for this kernel). Anybody has any idea of which is the patch or .config parameters that make acpi routing work with this "nitro kernel" ?
Distribution: CentOS primarily but I multi-boot my laptop to Ubuntu or Fedora Core 10 as needed
Posts: 48
Rep:
I had something that sounded really similar on my HP Pavilion zv6015us. I made the mistake of powering off the wireless NIC using the Windoze control panel because, at that time, I didn't have anything else wireless to connect to. I wiped Windoze when I installed FC4 test 3 and then couldn't get the wireless to come up for anything when I got a WAP for the house. When FC4 was released, I decided to do a minimal Windoze install with dual boot (that's a story in and of itself). Once I had Windoze back on the system I was able to navigate through a variety of levels in the wireless configuration to finally get the radio back on. I then installed FC4 and ndiswrapper (Broadcom NIC with no Linux driver) and it works just the way its supposed to now. GRRRR.
Nothing I could get to from Linux seemed to be capable of restoring power to the radio. I tried everything I could think of and lots of recommendations from others with both iwconfig and iwpriv. I also poked around under /sys looking for something I could prod there. There is a Sourceforge project for wireless radio power control. Do some Googling and see if your wireless NIC is supported. Otherwise, you may need Windoze on a "maintenance partition".
@DaveAtFraud:
do you experienced the same "irq 10: nobody cared!" and "Disabling IRQ #10" Problem with you HP? (It can also be an another IRQ)
I think, we get the radio powered up, but the IRQ-Routing doesn't match.
Distribution: CentOS primarily but I multi-boot my laptop to Ubuntu or Fedora Core 10 as needed
Posts: 48
Rep:
Quote:
Originally posted by sohio @DaveAtFraud:
do you experienced the same "irq 10: nobody cared!" and "Disabling IRQ #10" Problem with you HP? (It can also be an another IRQ)
I think, we get the radio powered up, but the IRQ-Routing doesn't match.
...
No. Didn't see it. Everything I saw looked absolutely normal from the Linux side but I couldn't see any wireless traffic. My conjecture was more that somehow the radio was put into the same sort of "deep off" mode. The IRQ not getting handled is pretty odd.
<edit>
This URL is out of date now. Get the Patch under http://www.azha.de/
(see my next post)
</edit>
With this patch, the kernel can boot into the ACPI-Mode and the module ipw2200 load without complains.
The fixed DSTD-Table for the broken battery-support is also included.
Tested with kernel 2.6.12. It works for me.
Ahh! Now we're cookin'!
This works fine on my Acer Travelmate 8104 too, thanks a bunch!
Anyone knows if it would be possible to have this merged into the official kernel or mm-patch or something?
I wouldn't like apply the "dirty" patch since i bought an aspire 1694wlmi instead of a travelmate 4101wlmi. Time has passed but i have the same problem you met in june. I have very hard time here to configure wifi
Some of you, guys, found an other way to make ipw2200 working nicely ?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.