On Sun, May 08, 2005 at 11:18:42AM +0100, michael wrote: > > Could you look at your IRQs? Just execute this command: > > > > cat /proc/interrupts > > This gives: > [EMAIL PROTECTED]:~$ cat /proc/interrupts > CPU0 CPU1 > 0: 3455168 3454744 IO-APIC-edge timer > 1: 2089 2113 IO-APIC-edge keyboard > 2: 0 0 XT-PIC cascade > 8: 0 1 IO-APIC-edge rtc > 12: 45202 45147 IO-APIC-edge PS/2 Mouse > 15: 51180 51814 IO-APIC-edge ide1 > 16: 358763 358389 IO-APIC-level usb-uhci, eth0 > 18: 126420 126546 IO-APIC-level ide2 > 19: 0 0 IO-APIC-level usb-uhci > 23: 65 50 IO-APIC-level ehci_hcd > NMI: 0 0 > LOC: 6907635 6907619 > ERR: 0 > MIS: 1 > > > which, I think, looks okay (?)
As I suppose you are using PC hardware, IRQs greater than 15 are virtual (i.e. managed by the OS) I think. But sincerely, I never worked with a PC using IRQs greater than 15, mainly because I'm still on kernel 2.2.x and using old hardware; so I don't know a lot about this issue. One thing that surprises me is that you have ide1 and ide2, while I have ide0 and ide1... usually ide0 is assigned to IRQ14 and ide1 to IRQ15; I would think that the ide2 could be about a additional IDE controller you had. So the only thing I can recommend you is to have a look at the BIOS settings, usually there are several settings related to the way the video card works. Hope it helps ;-) Nacho -- No book comes out of a vacuum (G. Buehler) http://www.lascartasdelavida.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

