Hi all,
I use an application (on another platform) that accesses the CM108 C-Media device via “plughw 1:0” and I’m trying to do the same thing on a RPi. The C-Media device appears to be recognized but it is not appearing as a plughw (or hw for that matter) in the output of arecord -L.
I’ve googled a fair bit without success so was wondering if anyone could give me a prod in the right direction. Here is the output of a few commands:
Code: Select all
pi@aprx ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller
Bus 001 Device 005: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 001 Device 006: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
pi@aprx ~ $
pi@aprx ~ $ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
pi@aprx ~ $
pi@aprx ~ $ arecord -L
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=Device
USB PnP Sound Device, USB Audio
Default Audio Device
sysdefault:CARD=Device
USB PnP Sound Device, USB Audio
Default Audio Device
front:CARD=Device,DEV=0
USB PnP Sound Device, USB Audio
Front speakers
surround40:CARD=Device,DEV=0
USB PnP Sound Device, USB Audio
4.0 Surround output to Front and Rear speakers
surround41:CARD=Device,DEV=0
USB PnP Sound Device, USB Audio
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Device,DEV=0
USB PnP Sound Device, USB Audio
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Device,DEV=0
USB PnP Sound Device, USB Audio
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Device,DEV=0
USB PnP Sound Device, USB Audio
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Device,DEV=0
USB PnP Sound Device, USB Audio
IEC958 (S/PDIF) Digital Audio Output
This appears at the bottom of the same command on my other platform:
Code: Select all
hw:CARD=Device,DEV=0
Generic USB Audio Device, USB Audio
Direct hardware device without any conversions
plughw:CARD=Device,DEV=0
Generic USB Audio Device, USB Audio
Hardware device with all software conversions
Advice appreciated.
Ian