Re: bus width and PCIe version

2012-03-27 Thread Freddie Cash
On Tue, Mar 27, 2012 at 2:14 PM, Jack Vogel wrote: > I'm pretty sure that pciconf can give you this information, but you need to > use the right flags, not to mention that you look at the correct device. Yeah, it does: # pciconf -lc ... igb1@pci0:2:0:1:class=0x02 card=0x10c915d9 chip

Re: bus width and PCIe version

2012-03-27 Thread Jack Vogel
; On Tue, Mar 27, 2012 at 09:55:45AM -0700, Adarsh Joshi wrote: > > Hello, > > > > Is there a command or log message where I can find out the bus width and > PCIe version number on which my adapter is put on? > > > > I did take a look at pciconf and devinfo and

Re: bus width and PCIe version

2012-03-27 Thread Erik Trulsson
On Tue, Mar 27, 2012 at 09:55:45AM -0700, Adarsh Joshi wrote: > Hello, > > Is there a command or log message where I can find out the bus width and PCIe > version number on which my adapter is put on? > > I did take a look at pciconf and devinfo and also the dmesg logs but

RE: bus width and PCIe version

2012-03-27 Thread Adarsh Joshi
version On Mar 27, 2012, at 9:55 AM, Adarsh Joshi wrote: > Is there a command or log message where I can find out the bus width and PCIe > version number on which my adapter is put on? There's a dmidecode utility in the ports which should be able to figure out that info, IIRC. Regards

bus width and PCIe version

2012-03-27 Thread Adarsh Joshi
Hello, Is there a command or log message where I can find out the bus width and PCIe version number on which my adapter is put on? I did take a look at pciconf and devinfo and also the dmesg logs but could not find anything. I know it is visible on lspci on linux systems. Thanks Adarsh