首页 > 解决方案 > 在树莓派零中未检测到 USB 声卡 w

问题描述

我有树莓派零 W,运行 raspbian lite。我正在尝试连接 USB 声卡。

USB 卡被“dmesg”命令识别但未添加为声卡:

dmesg:

[   67.941583] usb 1-1.1: new full-speed USB device number 7 using dwc_otg
[   69.059664] usb 1-1.1: New USB device found, idVendor=0bda, idProduct=48f0, 
     bcdDevice= 0.03
[   69.059715] usb 1-1.1: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[   69.059743] usb 1-1.1: Product: USB Audio
[   69.059765] usb 1-1.1: Manufacturer: Generic
[   69.080726] input: Generic USB Audio as /devices/platform/soc/20980000.usb/usb1/1- 
     1/1-1.1/1-1.1:1.0/0003:0BDA:48F0.0006/input/input10
[   69.142959] hid-generic 0003:0BDA:48F0.0006: input,hidraw0: USB HID v1.11 Device 
[Generic USB Audio] on usb-20980000.usb-1.1/input0

lsusb:

Bus 001 Device 007: ID 0bda:48f0 Realtek Semiconductor Corp. 

play -l: - 没有usb声卡

**** List of PLAYBACK Hardware Devices ****  
card 0: b1 [bcm2835 HDMI 1], device 0: bcm2835 HDMI 1 [bcm2835 HDMI 1]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7

标签: audioraspberry-piusblinux-device-driverraspbian

解决方案


I was having the exact problem on RPi4. Once I blacklisted the built-in sound card, following these instructions: https://www.instructables.com/Disable-the-Built-in-Sound-Card-of-Raspberry-Pi/ the usb sound card was recognized and it worked.


推荐阅读