LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Command to display IRQ, DMA, etc? (https://www.linuxquestions.org/questions/linux-newbie-8/command-to-display-irq-dma-etc-125356/)

crudux_cruo 12-12-2003 07:03 PM

Command to display IRQ, DMA, etc?
 
Is there a command in which I can find out the basic config of my hardware?
I finally figured out how to install the module for my modem, but I think I need to use a parameter to tell it what IRQ, UART, etc is located. It still
won't recognize the modem.

Thanks

Linux 8.0
IBM THinkpad 600E
Thinkpad DSP modem (software, but IBM released a driver)

darthtux 12-12-2003 10:45 PM

cat /proc/irq
cat /proc/dma

if you do a

ls /proc

you will see many different files you can get system information from.


All times are GMT -5. The time now is 11:38 AM.