View previous topic :: View next topic |
Author |
Message |
Mcihi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1857325542407671898847d.jpg)
Joined: 08 Apr 2004 Posts: 100
|
Posted: Thu May 03, 2007 7:51 pm Post subject: ipw2100 unstable |
|
|
i'm having kernel ...20 and compiled ipw2100 as module and using wpa_supplicant. everything works fine - connection is fine.
but after some time - no matter if there is traffic or not my wireless connection seems to isconnect. then "ifconfig eth1" shows the following:
Code: | eth1 Link encap:Ethernet HWaddr 00:0C:F1:42:F3:BD
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:35153 errors:0 dropped:0 overruns:0 frame:0
TX packets:24207 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:34431548 (32.8 Mb) TX bytes:2620305 (2.4 Mb)
Interrupt:18 Base address:0x8000 Memory:fe8fe000-fe8fefff |
after some time (two minutes or so) the connection just comes back.
my "/var/log/dmesg" says following:
Code: |
.
.
.
DEV: registering device: ID = 'controlC0'
PM: Adding info for No Bus:controlC0
bound device '0000:00:1f.5' to driver 'Intel ICH'
pci: Bound Device 0000:00:1f.5 to Driver Intel ICH
pci: Matched Device 0000:00:1f.6 with Driver Intel ICH Modem
pci: Probing driver Intel ICH Modem with device 0000:00:1f.6
ACPI: PCI Interrupt 0000:00:1f.6[B] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.6 to 64
DEV: registering device: ID = 'pcmC1D0p'
PM: Adding info for No Bus:pcmC1D0p
DEV: registering device: ID = 'pcmC1D0c'
PM: Adding info for No Bus:pcmC1D0c
DEV: registering device: ID = '1-1:Si3036,8'
PM: Adding info for ac97:1-1:Si3036,8
bus ac97: add device 1-1:Si3036,8
DEV: registering device: ID = 'controlC1'
PM: Adding info for No Bus:controlC1
bound device '0000:00:1f.6' to driver 'Intel ICH Modem'
pci: Bound Device 0000:00:1f.6 to Driver Intel ICH Modem
pci: Matched Device 0000:01:05.0 with Driver ipw2100
pci: Probing driver ipw2100 with device 0000:01:05.0
ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 18 (level, low) -> IRQ 18
ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
DEV: registering device: ID = '0000:01:05.0'
PM: Adding info for No Bus:0000:01:05.0
dev_uevent - dev_uevent() returned -19
DEV: Unregistering device. ID = '0000:01:05.0'
PM: Removing info for No Bus:0000:01:05.0
CLASS: registering class device: ID = 'eth1'
class_uevent - name = eth1
bound device '0000:01:05.0' to driver 'ipw2100'
pci: Bound Device 0000:01:05.0 to Driver ipw2100
Adding 1004052k swap on /dev/hda2. Priority:-1 extents:1 across:1004052k
|
"cat /var/log/dmesg | grep "IRQ 18" gives:
Code: | ACPI: PCI Interrupt 0000:01:03.1[B] -> GSI 18 (level, low) -> IRQ 18
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 18 (level, low) -> IRQ 18
|
So there are 4 devices on IRQ 18???
can this be the cause for my disconnections?
any ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Truin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Jul 2006 Posts: 54
|
Posted: Thu May 03, 2007 9:23 pm Post subject: |
|
|
You can "cat /proc/interrupts" to see what devices are on what IRQs. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mcihi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1857325542407671898847d.jpg)
Joined: 08 Apr 2004 Posts: 100
|
Posted: Thu May 03, 2007 9:52 pm Post subject: |
|
|
"cat /proc/interrupts" gives the following:
Code: | CPU0
0: 3374431 IO-APIC-edge timer
1: 7512 IO-APIC-edge i8042
6: 5 IO-APIC-edge floppy
8: 2 IO-APIC-edge rtc
9: 926391 IO-APIC-fasteoi acpi
12: 1002042 IO-APIC-edge i8042
14: 91491 IO-APIC-edge ide0
15: 46848 IO-APIC-edge ide1
16: 2 IO-APIC-fasteoi ohci1394, uhci_hcd:usb2
17: 86648 IO-APIC-fasteoi Intel 82801DB-ICH4, Intel 82801DB-ICH4 Modem
18: 116516 IO-APIC-fasteoi uhci_hcd:usb4, eth1
19: 180695 IO-APIC-fasteoi ehci_hcd:usb1
20: 0 IO-APIC-fasteoi uhci_hcd:usb3
NMI: 0
LOC: 3374389
ERR: 0
MIS: 0
|
so there is an usb and eth1 on interrupt 18. could that cause my problems? how do i change it? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mcihi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1857325542407671898847d.jpg)
Joined: 08 Apr 2004 Posts: 100
|
Posted: Fri May 04, 2007 2:19 pm Post subject: |
|
|
nobody? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mcihi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1857325542407671898847d.jpg)
Joined: 08 Apr 2004 Posts: 100
|
Posted: Sun May 06, 2007 2:21 pm Post subject: |
|
|
after serious consideration i think it might be acpi sending my wireless card to sleep for powersaving purposes. but it shouldn't be doing that while there is traffic on the card, right? does anybody know how to tell acpi not to care about a special device? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mcihi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1857325542407671898847d.jpg)
Joined: 08 Apr 2004 Posts: 100
|
Posted: Wed May 09, 2007 8:00 pm Post subject: |
|
|
please, i would be greatful for every hint!!! it's so annoying when you're working an your connection just goes away for a minute every five minutes...
any hints??? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mcihi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1857325542407671898847d.jpg)
Joined: 08 Apr 2004 Posts: 100
|
Posted: Mon May 14, 2007 9:11 am Post subject: |
|
|
AAAAHHHHHHHHH! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mcihi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1857325542407671898847d.jpg)
Joined: 08 Apr 2004 Posts: 100
|
Posted: Wed May 16, 2007 1:43 pm Post subject: |
|
|
does really nobody have any clue about this? or am i just ignored? did i do anything wrong? break any forum-rules? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mcihi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1857325542407671898847d.jpg)
Joined: 08 Apr 2004 Posts: 100
|
Posted: Fri May 18, 2007 5:53 am Post subject: |
|
|
ok, i found another error message in dmesg:
Code: | ipw2100: Fatal interrupt. Scheduling firmware restart. |
does that mean anything to anyone? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
blurp Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 21 Oct 2004 Posts: 102
|
Posted: Wed May 30, 2007 8:19 am Post subject: |
|
|
i have this problem too... but has not found any solution yet...
are you using WPA? In my case, I connect to 2 APs, depending on where I am. One has WPA only and the other is an open network. Then open network ALWAYS works, even when there is little or no traffic most of the time. The WPA one will just die on me even when there is traffic.
I found another error besides the "firmware restart" message:
Code: | ipw2100: exit - failed to send CARD_DISABLE command |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|