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

link|improve this question
lspci does not show you drivers. – Ignacio Vazquez-Abrams Jul 18 '11 at 8:04
What kind of device is it? The general class of device is a good place to start looking. – Keith Jul 18 '11 at 8:18
It is a scsi card and it connect to a tape driver – Ben Jul 18 '11 at 8:49
feedback

2 Answers

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.