You don't have a directory /proc ?
If not, try
dmesg > ~/startlog
vi ~/statrlog (use your fav editor instead of vi if you like)
Does it list the IRQ settings in there?
In case you are wondering, dmesg allows you to view all of the messages
produced during IPL (boot-time). It's the stuff that flies up your screen
as Linux is starting up. All you've done is redirect the output of it to a
file in your home directory and then view it. I /think/ IRQ settings are
displayed at boot time, but I'm not 100% sure.
Steve Flynn
IBM MVS Operations Analyst
"rharvey" <[EMAIL PROTECTED]> on 16/02/2000 16:25:13
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc: (bcc: Steve Flynn/UK/Contr/IBM)
Subject: Re: [newbie] irq's
my system says there is no such dir
it also says no such file
i did a search what now?
----- Original Message -----
From: Audrey Beck <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 16, 2000 4:35 AM
Subject: Re: [newbie] irq's
> Log in as root to a console window and enter:
> cat /proc/interrupts
>
> > rharvey wrote:
> >
> > is there a way to get a list of irq's. in windows you can see what irq
> > and dma's and addresses are free so you can set an card up to work
> > with the free resources. where can I find this info at it linux?
>