Re: USB microphone, not working.
Reply #2 –
Hi,
if you need to switch off USB hardware:
lsusb
Note the ID (like: 04ca:7035)
Make a file in /etc/udev/rules.d/
Example: 81-intern-cam.rules
# Disable intern cam 04ca:7035
SUBSYSTEM=="usb", ATTRS{idVendor}=="04ca", ATTRS{idProduct}=="7035", ATTR{authorized}="0"
USB device is gone with the next boot.