how to know the irq of a device?
Results 1 to 3 of 3

Thread: how to know the irq of a device?

  1. #1
    Join Date
    Nov 2000
    Location
    buenos aires
    Posts
    335

    how to know the irq of a device?

    how can i know what irq is using my /dev/mouse? i`m asking because i have a ps/2 one, and for what i read at the `bus mouse how-to` that type of device must and only use irq 12. since my mouse -under gpm- doesn`t work, i wonder if the irq is incorrectly set.
    thanks in advance.

  2. #2
    Join Date
    Mar 2000
    Location
    Elyria, Ohio - USA
    Posts
    2,075
    Try typing:

    more /proc/interrupts

    This will list the interrupt usage on your sustem. You should see something like:
    Code:
     0: 2246814129   timer
     1:     263683   keyboard
     2:          0   cascade
     4:          4 + serial
     8:          2 + rtc
    11:  109617925   eth0
    12:    2491811   PS/2 Mouse
    13:          1   math error
    14:   10566931 + ide0
    15:      24936 + ide1
    Hope this helps. -mk

    ------------------
    If it ain't broke, fix it till it is.
    If it ain't broke,
    Fix it till it is.

  3. #3
    Join Date
    Nov 2000
    Location
    buenos aires
    Posts
    335
    thanks a lot, mike. i`ll try that at home tonight and let you know... i`m having a lot of trouble trying to put to work the mouse... is the only obstacle that i have to beat in order to install x windows.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •