3

I have installed a new device in linux. If I enter lspci, i can see the information of this device. But, I do not know which file in dev is mapped to this device.

Lesmana
  • 20,621
Ben
  • 31

2 Answers2

0

Then use lsscsi instead - that should show you all the SCSI devices and what device file corresponds to each one.

TomH
  • 3,262
0

The general answer for any device is to run dmesg or check /var/log/kern.log.

Teddy
  • 7,218