Need help with a USB sound card
by notooth from LinuxQuestions.org on (#5KSEY)
My computer does not have a built-in sound card, so I use a USB sound card instead. When I plugged in the USB sound card, its audio output had a lot of noise and the sound was not smooth. How can I fix this issue? I am running Debian 10, and here is the info on my computer when the USB sound card plugged in:
Code:$ lsusb
...
Bus 004 Device 002: ID 8086:0808 Intel Corp.
...
# dmesg
...
[78253.687180] usb 4-2: new full-speed USB device number 2 using uhci_hcd
[78253.915267] usb 4-2: New USB device found, idVendor=8086, idProduct=0808, bcdDevice= 1.00
[78253.915270] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[78253.915272] usb 4-2: Product: USB PnP Sound Device
[78253.915273] usb 4-2: Manufacturer: C-Media Electronics Inc.
[78253.919797] input: C-Media Electronics Inc. USB PnP Sound Device as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.3/0003:8086:0808.0006/input/input11
[78253.979488] hid-generic 0003:8086:0808.0006: input,hidraw5: USB HID v1.00 Device [C-Media Electronics Inc. USB PnP Sound Device] on usb-0000:00:1d.2-2/input3
[78254.178027] usbcore: registered new interface driver snd-usb-audio
...
Code:$ lsusb
...
Bus 004 Device 002: ID 8086:0808 Intel Corp.
...
# dmesg
...
[78253.687180] usb 4-2: new full-speed USB device number 2 using uhci_hcd
[78253.915267] usb 4-2: New USB device found, idVendor=8086, idProduct=0808, bcdDevice= 1.00
[78253.915270] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[78253.915272] usb 4-2: Product: USB PnP Sound Device
[78253.915273] usb 4-2: Manufacturer: C-Media Electronics Inc.
[78253.919797] input: C-Media Electronics Inc. USB PnP Sound Device as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.3/0003:8086:0808.0006/input/input11
[78253.979488] hid-generic 0003:8086:0808.0006: input,hidraw5: USB HID v1.00 Device [C-Media Electronics Inc. USB PnP Sound Device] on usb-0000:00:1d.2-2/input3
[78254.178027] usbcore: registered new interface driver snd-usb-audio
...