3

While diagnosing a problem with lirc I tried to list the USB devices on my system by running lsusb and it simply hang there without displaying anything. I can't even close it with Ctrl+C, I have to close the terminal I launch it from.

I guess it means there is something wrong with the USB "system" and that's why my IR receiver doesn't work.

I searched on the web and did not find much about this problem. What should I try to diagnose this?

N.N.
  • 18,219

1 Answers1

1

Imho, first try disconnect all what you can from your usb ports, run lsusb, then connect one device, run it again and so on. Plus, more informations about IR receiver, your HW and used kernel may be helpful

you can see what kernel you are using now by running

uname -rvi
Denwerko
  • 1,218