I might have done some stupid things while trying to install a network driver. Now when I run lsusb, it doesn't return any output. The command just keeps executing indefinitely. I can still kill it with CTRL-C or CTRL-Z. Is there a way I can fix this? If this indicates a more serious issue, how do I address that?
lsusb
again. If it continues to hang, then a driver for an internal device (such as a keyboard or touchpad) may be corrupted and in need of repair. System logs in/var/log/syslog
may contain information relating to the issue.sudo lshw -C network
reveal? If the network device is on the USB bus, it could be interfering with the rest of the system.