Click to See Complete Forum and Search --> : How do I get a IRQ Listing?


Jinx
08-29-2001, 07:44 PM
Greetings,

Been trying to get Q3a to run on my Linux box. Will run like a dream and then lock up... I suspect this has something to do with an IRQ or memory conflict. Just wondering where I can:

a) find out what device is using what?
b) set my soundcard to a free IRQ.

Anyone got any knowledge in this area?

Cya round
Jinx

bdg1983
08-29-2001, 07:58 PM
Lots of good stuff in /proc

cat /proc/interrupts
cat /proc/ioports

and the list goes on. Have a look at /proc and you may find more that will be of interest.

demetrius
08-29-2001, 07:58 PM
In a terminal type: cat /proc/interrupts for a listing of used IRQs. For a listing of what memory ranges your hardware is using: cat /proc/ioports.

demetrius
08-29-2001, 07:59 PM
Jinx ... errrr. Nice timing :D

Jinx
08-29-2001, 08:45 PM
Thanks for the help... will have a look into this when I get home.

Tell ya what, I ain't seen Quake3 look so nice on my system. Big salute to ID and Loki. :)

Cya round
Jinx