On Mon, 19 Feb 2024 19:09:16 +0100, deich...@placebonol.com wrote: > > You can enter the kernel on boot and disable device drivers, > boot-config(8) .
I do have two USB audio device: ~ $ usbdevs -v Controller /dev/usb0: ... addr 07: 043e:9a66 LG Electronics Inc., LG UltraFine Display Audio high speed, self powered, config 1, rev 0.03 driver: uaudio0 ... addr 13: 041e:3130 Creative, Creative BT-W5 full speed, self powered, config 1, rev 10.00, iSerial D97E0B7F86B95AC32000 driver: uhidev10 driver: uhidev11 driver: uaudio1 ~ $ both of them is managed by uaudio. How can I dissable the first one, without disabling the second one? I can't disable uaudio because I use it, and I can't uplug (physically) the LG's Audio because it is integrated into the display which I'm using. Ideally I'm looking for a syntax like: disable uaudio vendor 0x043e product 0x9a66 -- wbr, Kirill