Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ipw2100 unstable
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Thu May 03, 2007 7:51 pm    Post subject: ipw2100 unstable Reply with quote

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
View user's profile Send private message
Truin
n00b
n00b


Joined: 05 Jul 2006
Posts: 54

PostPosted: Thu May 03, 2007 9:23 pm    Post subject: Reply with quote

You can "cat /proc/interrupts" to see what devices are on what IRQs.
Back to top
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Thu May 03, 2007 9:52 pm    Post subject: Reply with quote

"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
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Fri May 04, 2007 2:19 pm    Post subject: Reply with quote

nobody?
Back to top
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Sun May 06, 2007 2:21 pm    Post subject: Reply with quote

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
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Wed May 09, 2007 8:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Mon May 14, 2007 9:11 am    Post subject: Reply with quote

AAAAHHHHHHHHH!
Back to top
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Wed May 16, 2007 1:43 pm    Post subject: Reply with quote

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
View user's profile Send private message
Mcihi
Tux's lil' helper
Tux's lil' helper


Joined: 08 Apr 2004
Posts: 100

PostPosted: Fri May 18, 2007 5:53 am    Post subject: Reply with quote

ok, i found another error message in dmesg:

Code:
ipw2100: Fatal interrupt. Scheduling firmware restart.


does that mean anything to anyone?
Back to top
View user's profile Send private message
blurp
Tux's lil' helper
Tux's lil' helper


Joined: 21 Oct 2004
Posts: 102

PostPosted: Wed May 30, 2007 8:19 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum