LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having 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


Reply
  Search this Thread
Old 11-24-2005, 06:53 AM   #16
sohio
LQ Newbie
 
Registered: Jun 2005
Location: Kiel, Germany
Distribution: gentoo, debian
Posts: 6

Rep: Reputation: 0

I will put this patch for new kernels at irregular intervals on my homepage:
http://www.azha.de

I think its more a BIOS-Failure form Acer than a Linux-Kernel miss. Therefore I don't think so, that this Patch will be ever in the Vanilla-Kernel.
 
Old 04-08-2006, 02:36 PM   #17
rg1
LQ Newbie
 
Registered: Apr 2006
Posts: 1

Rep: Reputation: 0
I had the same problem with my Acer Aspire 1694 Wlmi and ASPLinux 11 (Russian clone of Fedora Core 4).
After modprobein'g ipw2200 module system message ("disabling irq 10, nobody cared bla bla" showed up) and my network card (tg3 module) didn't work any more. I've tried the posted patch - didn't help. Chanhed the kernel from 2.6.14 to 2.6.16 - didn't help. Reflashed bios to the newer version - didn't help. Then i started playing with the kernel options.
Before:
kernel /boot/vmlinuz-2.6.16-prep root=/dev/hda6 reboot=b pci=noacpi pci=usepirqmask quiet rhgb resume=/dev/hda7
After:
kernel /boot/vmlinuz-2.6.16-prep root=/dev/hda6 reboot=b pci=usepirqmask quiet rhgb resume=/dev/hda7

and it works now.
P.S.
I've used the pathed DSDT (as described here _h**p://djax.linuxbourg.ch/blog/?p=30) and had it built in into the kernel (as described here _h**p://gentoo-wiki.com/HOWTO_Fix_Common_ACPI_Problems (used method 3)). I don't know if this matters, so just in case.
Good luck.

Last edited by rg1; 04-08-2006 at 02:38 PM.
 
Old 11-12-2007, 01:43 AM   #18
srinivas.ap
LQ Newbie
 
Registered: Nov 2007
Posts: 8

Rep: Reputation: 0
make the wireless switch on its easy

Quote:
Originally Posted by zalis View Post
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.
Code:
 %cat /sys/bus/pci/drivers/ipw2200/0000\:06\:03.0/rf_kill 
2
It seems to be both hardware and software swtch.
If i press the switch on the front of the laptop (with a led), i get this awful error:
Code:
  atkbd.c: Unknown key pressed (translated set 2, code 0xd5 on isa0060/serio0).
  atkbd.c: Use 'setkeycodes e055 <keycode>' to make it known.
  atkbd.c: Unknown key released (translated set 2, code 0xd5 on isa0060/serio0).
  atkbd.c: Use 'setkeycodes e055 <keycode>' to make it known.
  irq 10: nobody cared!
  [<c01359fa>] __report_bad_irq+0x2a/0xa0
  [<c0135380>] handle_IRQ_event+0x30/0x70
  [<c0135b00>] note_interrupt+0x70/0xb0
  [<c01354f0>] __do_IRQ+0x130/0x140
  [<c01054e9>] do_IRQ+0x19/0x30
  [<c0103b06>] common_interrupt+0x1a/0x20
  [<c011ea4e>] __do_softirq+0x2e/0x90
  [<c011ead6>] do_softirq+0x26/0x30
  [<c011eba5>] irq_exit+0x35/0x40
  [<c01054ee>] do_IRQ+0x1e/0x30
  [<c0103b06>] common_interrupt+0x1a/0x20
  [<c014b599>] anon_vma_unlink+0x59/0x80
  [<c0147995>] remove_vm_struct+0x65/0xa0
  [<c01493cf>] unmap_vma_list+0x1f/0x30
  [<c0149773>] do_munmap+0x143/0x180
  [<c014877a>] do_mmap_pgoff+0x25a/0x740
  [<c01d75a6>] copy_from_user+0x46/0x80
  [<c0109156>] old_mmap+0xd6/0x110
  [<c010311f>] syscall_call+0x7/0xb
 handlers:
 [<e01c1cc0>] (usb_hcd_irq+0x0/0x70 [usbcore])
 [<e0214850>] (snd_intel8x0_interrupt+0x0/0x240 [snd_intel8x0])
 [<e01755b0>] (b44_interrupt+0x0/0x120 [b44])
 Disabling IRQ #10
 ipw2200: failed to send TX_POWER command
 ipw2200: Unable to initialize device after 5 attempts.
 ipw2200: Failed to up device
It disables the IRQ 10 and all the devices attached to it (my LAN card and sound card).
I've also tried acerhk module with the same result.

I'm beginning to panic! Anybody has any idea?

Thanks in advance.

You can do the following


su as root and then type ipw and tab to get the ipw start and stop commands

you get for 2100 you get ipw2100-start ipw2100-stop commands

first enter ipw stop command
then enter ipw start command

press function key and then the wireless switch

the wireless switch gets activated immediately

regards
srinivas.ap
 
Old 11-21-2007, 03:57 AM   #19
srinivas.ap
LQ Newbie
 
Registered: Nov 2007
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by zalis View Post
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.
Code:
 %cat /sys/bus/pci/drivers/ipw2200/0000\:06\:03.0/rf_kill 
2
It seems to be both hardware and software swtch.
If i press the switch on the front of the laptop (with a led), i get this awful error:
Code:
  atkbd.c: Unknown key pressed (translated set 2, code 0xd5 on isa0060/serio0).
  atkbd.c: Use 'setkeycodes e055 <keycode>' to make it known.
  atkbd.c: Unknown key released (translated set 2, code 0xd5 on isa0060/serio0).
  atkbd.c: Use 'setkeycodes e055 <keycode>' to make it known.
  irq 10: nobody cared!
  [<c01359fa>] __report_bad_irq+0x2a/0xa0
  [<c0135380>] handle_IRQ_event+0x30/0x70
  [<c0135b00>] note_interrupt+0x70/0xb0
  [<c01354f0>] __do_IRQ+0x130/0x140
  [<c01054e9>] do_IRQ+0x19/0x30
  [<c0103b06>] common_interrupt+0x1a/0x20
  [<c011ea4e>] __do_softirq+0x2e/0x90
  [<c011ead6>] do_softirq+0x26/0x30
  [<c011eba5>] irq_exit+0x35/0x40
  [<c01054ee>] do_IRQ+0x1e/0x30
  [<c0103b06>] common_interrupt+0x1a/0x20
  [<c014b599>] anon_vma_unlink+0x59/0x80
  [<c0147995>] remove_vm_struct+0x65/0xa0
  [<c01493cf>] unmap_vma_list+0x1f/0x30
  [<c0149773>] do_munmap+0x143/0x180
  [<c014877a>] do_mmap_pgoff+0x25a/0x740
  [<c01d75a6>] copy_from_user+0x46/0x80
  [<c0109156>] old_mmap+0xd6/0x110
  [<c010311f>] syscall_call+0x7/0xb
 handlers:
 [<e01c1cc0>] (usb_hcd_irq+0x0/0x70 [usbcore])
 [<e0214850>] (snd_intel8x0_interrupt+0x0/0x240 [snd_intel8x0])
 [<e01755b0>] (b44_interrupt+0x0/0x120 [b44])
 Disabling IRQ #10
 ipw2200: failed to send TX_POWER command
 ipw2200: Unable to initialize device after 5 attempts.
 ipw2200: Failed to up device
It disables the IRQ 10 and all the devices attached to it (my LAN card and sound card).
I've also tried acerhk module with the same result.

I'm beginning to panic! Anybody has any idea?

Thanks in advance.
Please Note : This is hardware and software problem also.

follow the procedure as indicated and it would be successful

load laptop and wifi kernel patches, and all ipw(your number) drivers.

su as root

type ipw and tab bar
you get ipw.... ipw...start ipw...stop

execute the commands

ipw..stop
ipw..start

press function key and then the wireless switch, it will get activated.

I am following the practice successfully and have no problems with the my acer laptop.

every time you restart the computer and want to activate wireless switch, the same above procedure has to be followed

best regards
srinivas.ap
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless in ubunto or inprocom wireless in a acer theman990 Ubuntu 0 10-04-2005 05:01 AM
Can't turn off RF Kill switch on Asus Z33A with Intel 2200BG wireless kmierle Linux - Laptop and Netbook 2 09-22-2005 10:11 PM
Wireless problem with Suse9.3 - Inprocomm in Acer Labtop bin75 SUSE / openSUSE 18 07-03-2005 02:45 AM
Wireless and backup on my Acer 1513LMi jaz9090 Linux - Laptop and Netbook 0 02-23-2005 01:50 PM
Acer laptop wireless Dougall Linux - Wireless Networking 1 12-23-2004 03:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 11:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration