Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pcmcia irq conflict
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
gtbX
Tux's lil' helper
Tux's lil' helper


Joined: 11 Oct 2003
Posts: 126

PostPosted: Sun May 21, 2006 10:01 pm    Post subject: pcmcia irq conflict Reply with quote

This is a problem i solved once before, but have since converted to udev + pcmciautils from devfs + pcmcia-cs.

The problem arises from the pcmcia network card and serial mouse sharing IRQ 3:
Code:

# cat /proc/interrupts
           CPU0       
  0:    1793672          XT-PIC  timer
  1:       1507          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  3:        167          XT-PIC  pcnet_cs
  4:       5464          XT-PIC  serial
  5:          4          XT-PIC  Maestro3
  7:          0          XT-PIC  parport0
  8:          2          XT-PIC  rtc
  9:          0          XT-PIC  acpi
 11:          2          XT-PIC  yenta, yenta, uhci_hcd:usb1
 14:       6958          XT-PIC  ide0
 15:         41          XT-PIC  ide1
NMI:          0
LOC:          0
ERR:          0
MIS:          0


As another post suggested, I added
Code:
 exclude irq 3
to /etc/pcmcia/config.opts. This resulted in a completely unusable irq3 (and therefore serial port):
Code:

# cat /proc/interrupts
           CPU0       
  0:    1793672          XT-PIC  timer
  1:       1507          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  4:        167          XT-PIC  pcnet_cs
  5:          4          XT-PIC  Maestro3
  7:          0          XT-PIC  parport0
  8:          2          XT-PIC  rtc
  9:          0          XT-PIC  acpi
 11:          2          XT-PIC  yenta, yenta, uhci_hcd:usb1
 14:       6958          XT-PIC  ide0
 15:         41          XT-PIC  ide1
NMI:          0
LOC:          0
ERR:          0
MIS:          0


How do I prevent pcmciautils/udev from using IRQs 3/4 for cards? Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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