1

I have 7 USB DVB-C devices of which one of them is isn't working correctly. I'm trying to find out which one it is without enabling/disabling them one by one. In TVHeadend it is only list as /dev/dvb/adapter0(-6) and the device chipset is shown. Now I have different devices using the same chipset. I know of lsusb to list usb devices and lsdvb to list dvb devices. lsusb gives me the actual device name but not which dvb adapter it is. lsdvb shows me all the adapters but not the device name (eg: Technisat Cablestar, Terratec etc).

Is there one command to see all info, or multiple commands which still enables me to see what device is which adapter?

Any help is appreciated :)

Chris Koster
  • 121
  • 1
  • 5

1 Answers1

0

Well with the two following commands i'm able to find the information needed:

ls /sys/bus/usb/devices/*

list all USB devices

cat /sys/bus/usb/devices/*/product

Show device names in the order of the list above.

Chris Koster
  • 121
  • 1
  • 5