Sunday, December 11, 2016

hardware - How to find out PCI version information in linux

How can I find out which PCI version (2.0 , 2.3) are supported by the motherboard - even for slots which do not have any cards connected to them.



lspci -vvv does not seem to show information for PCI slots without cards.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...