On Fri, Dec 20, 2002 at 03:49:32PM -0200, Osvaldo Mundim Junior wrote: > I want to change the IRQ number of a onboard NIC (realtek 8100) because I > have another hardware using it. I'm trying to use setpci, but I dont know the > slot's number to set it up. > > How can I get the slot number of a onboard NIC (doesn't have one?) ? > > Somebody can give a instruction?
Take a look at the output of lspci. At the beginning of the output for each device there is a set of numbers like 00:0b.0. Their format is <bus>:<slot>.<func>, so you just feed the appropriate numbers to setpci without converting them to decimal. -- Seneca [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]