Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

forcing irq on longshine lcs-8534TB card.

Status
Not open for further replies.

progressdll

Programmer
Feb 28, 2002
41
BE
forcing irq on longshine lcs-8534TB card.

linux Version: Mandrake 8.1

Here's what /etc/sysconfig/pcmcia says
PCMCIA=yes
PCIC=i82365 ( got this value from probe -m )
PCIC_OPTS="cs_irq=11 pci_irq_list=11,11 do_scan=0"
CORE_OPTS=

cat /dev/interrupts BEFORE running /etc/rc.d/init.t/pcmcia start ( in
maintenance mode )
CPU0
0: 85822 XT-PIC timer
1: 141 XT-PIC keyboard
2: 0 XT-PIC cascade
8: 1 xT-PIC rtc
14: 3461 XT-PIC ide0
NMI: 0
ERR: 0

I can't force it to go to irq 11. It still everytime to irq 13.
( have tried irq 15 - some problem )

cat /dev/interrupts AFTER running /etc/rc.d/init.t/pcmcia start
( in maintenance mode - it takes about 30sec before it starts ?)
CPU0
0: 48004 XT-PIC timer
1: 426 XT-PIC keyboard
2: 0 XT-PIC cascade
8: 1 xT-PIC rtc
13: 0 XT-PIC i82364
14: 3461 XT-PIC ide0, i82365
NMI: 0
ERR: 0

This gives conflicts with my ide. It locks the laptop eventually
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top