Re: PCI-MSI-edge in /proc/interrupts

2011-08-08 Thread Henrique de Moraes Holschuh
On Mon, 08 Aug 2011, Camaleón wrote: > On Mon, 08 Aug 2011 17:57:49 +0900, J.Hwan Kim wrote: > > When I read /proc/interrupts, it displays interrupt type of my ethernet > > card with "PCI-MSI-edge". > > Mmm, I get two modes for each of my ethernet devices: >

Re: PCI-MSI-edge in /proc/interrupts

2011-08-08 Thread Henrique de Moraes Holschuh
On Mon, 08 Aug 2011, J.Hwan Kim wrote: > ethernet card with "PCI-MSI-edge". > Does it mean MSI-X interrupt or MSI interrupt? It could be either. Use lspci -vvv as root to check whether MSI or MSI-X is active on the device. -- "One disk to rule them all, One disk to find them. One disk to brin

Re: PCI-MSI-edge in /proc/interrupts

2011-08-08 Thread Camaleón
On Mon, 08 Aug 2011 17:57:49 +0900, J.Hwan Kim wrote: > When I read /proc/interrupts, it displays interrupt type of my ethernet > card with "PCI-MSI-edge". Mmm, I get two modes for each of my ethernet devices: sm01@stt008:~$ grep -i eth /proc/interrupts 20: 1

PCI-MSI-edge in /proc/interrupts

2011-08-08 Thread J.Hwan Kim
Hi, everyone When I read /proc/interrupts, it displays interrupt type of my ethernet card with "PCI-MSI-edge". Does it mean MSI-X interrupt or MSI interrupt? I set to my ethernet driver operates with MSI-X interrupt. Thanks in advance. Best Regards, J.Hwan Kim -- To UNSUBSCRIBE

Re: Conflicts found in /proc/interrupts

2005-01-07 Thread Vegard Lundby Rekaa
> Well, move the order of the cards around and resetting the BIOS resource > config probably will help greatly. Most NICs hate to share. But then so > do many nvidia cards. On the motherboard there are 4 buses for the audiocard and NIC to share (short white ones). Anything placed in bus-1 gives a

Re: Conflicts found in /proc/interrupts

2005-01-06 Thread Greg Folkert
On Thu, 2005-01-06 at 22:17 +0100, Vegard Lundby Rekaa wrote: > My soundcard is malfunctioning because of a conflict with my network-card. > I quote to a conversation with Greg Folkert: > " >I used to use 3com cards all the time. Then the 3c905a/b debacle with > Microsoft "demanding" 3com [...]

Conflicts found in /proc/interrupts

2005-01-06 Thread Vegard Lundby Rekaa
; Does anyone know a way around this problem without buying a NIC from another company than 3Com? I have one other conflict-option. Ensoniq AudioPCI and nvidia. Can they run together without disturbing eachother? Further details found in output of the commands 'cat /proc/interrupts' a

Re: /proc/interrupts

2000-10-05 Thread David Wright
ff to the proc manpage for me. $ cat /proc/interrupts /proc/stat CPU0 0: 112724548 XT-PIC timer 1: 311838 XT-PIC keyboard 2: 0 XT-PIC cascade 5:237 XT-PIC MS Sound System 8: 1 XT-PIC rtc 1

Re: /proc/interrupts

2000-10-04 Thread Michael P. Soulier
On Wed, Oct 04, 2000 at 05:43:29PM +0100, David Wright wrote: > If you need the number when it's not in use, get it from the > intr line in /proc/stat (first number is total). Wow. How do I read that? Off to the proc manpage for me. Thanks, Mike -- Michael P. Soulier <[EMAIL PROT

Re: /proc/interrupts

2000-10-04 Thread David Wright
Quoting Michael P. Soulier ([EMAIL PROTECTED]): > So, out of curiousity as I'm helping a friend with her interrupts, I look > at mine. > > [EMAIL PROTECTED] msoulier]$ cat /proc/interrupts >CPU0 > 0:3791558 XT-PIC timer > 1:

Re: /proc/interrupts

2000-10-04 Thread Michael P. Soulier
On Wed, Oct 04, 2000 at 02:23:58PM +0200, Pierfrancesco Caci wrote: > Yes, unless you (or some daemon) uses the corresponding interrupt, you > won't see the counts here. Nut you can see the memory regions > allocated in the ioports file. Yup, just tested that by dialing somewhere. Setserial r

Re: /proc/interrupts

2000-10-04 Thread Pierfrancesco Caci
:-> "Michael" == Michael P Soulier <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] msoulier]$ cat /proc/interrupts >CPU0 > 0:3791558 XT-PIC timer > 1: 18949 XT-PIC keyboard > 2: 0

/proc/interrupts

2000-10-04 Thread Michael P. Soulier
So, out of curiousity as I'm helping a friend with her interrupts, I look at mine. [EMAIL PROTECTED] msoulier]$ cat /proc/interrupts CPU0 0:3791558 XT-PIC timer 1: 18949 XT-PIC keyboard 2: 0 XT-PIC cascad

[OT] /proc/interrupts from multi-CPU machine

1999-04-23 Thread Rick Macdonald
Could I trouble somebody, anybody, out there to send me an example of the /proc/interrupts file from a machine with more than one CPU? Just execute: cat /proc/interrupts ...RickM...

Re: /proc/interrupts - conflicts?

1997-11-10 Thread LeRoy D. Cressy
Brian Mays wrote: > > [EMAIL PROTECTED] (Mark Phillips) writes: > > > Can you tell, just by looking at /proc/interrupts, whether there is an > > interrupt conflict? > > > > In particular, how does it work for pcmcia cards for a laptop? > > Well, l

Re: /proc/interrupts - conflicts?

1997-11-07 Thread Brian Mays
[EMAIL PROTECTED] (Mark Phillips) writes: > Can you tell, just by looking at /proc/interrupts, whether there is an > interrupt conflict? > > In particular, how does it work for pcmcia cards for a laptop? Well, let's take a look. Here's what my /proc/interrupts says: 0:

/proc/interrupts - conflicts?

1997-11-06 Thread Mark Phillips
Can you tell, just by looking at /proc/interrupts, whether there is an interrupt conflict? In particular, how does it work for pcmcia cards for a laptop? Thanks, Mark