I’m trying to configure an external USB audio device on Opensuse 11.1.
It seems to be recognized but it produces no sound/record
this is the output of lsusb command:
ID 0d8c:0102 C-Media Electronics, Inc. CM106 Like Sound Device
I have made the update of alsa driver:
rpm -qa | grep alsa
alsa-utils-1.0.18-6.4
alsa-plugins-pulse-1.0.18-6.12
alsa-devel-1.0.18-8.7
alsa-tools-1.0.18-1.13
alsa-oss-1.0.17-1.37
alsa-plugins-1.0.18-6.12
alsa-1.0.18-8.7
alsa-firmware-1.0.17-1.42
alsa-driver-kmp-pae-1.0.20.20090721_2.6.27.23_0.1-1.1
Does anyone have got this device working on Opensuse 11.1?
I notice you have alsa-driver-kmp-pae installed, but have not updated your user space alsa apps. You may wish to consider trying that, … guidance is here: Alsa-update - openSUSE
Thanks for the tips
Not all features of the device works after the update to alsa 1.0.20.git*.
Only 2 channels works, mixer sliders are missing and no spdif output
list of related packages installed
rpm -qa | grep alsa
alsa-firmware-1.0.20.git20090507-2.1
alsa-utils-1.0.20.git20090620-1.11
alsa-devel-1.0.20.git20090718-1.1
alsa-driver-unstable-kmp-pae-1.0.20.20090722_2.6.27.23_0.1-1.1
alsa-1.0.20.git20090718-1.1
alsa-plugins-1.0.20.git20090718-1.2
alsa-oss-1.0.17.git20080715-1.19
alsa-docs-1.0.18-8.7
alsa-plugins-pulse-1.0.20.git20090718-1.2
alsa-tools-1.0.20.git20090702-1.9
Output of dmesg command for the usb insertion:
usb 3-2: new full speed USB device using uhci_hcd and address 2
usb 3-2: configuration #1 chosen from 1 choice
ALSA /usr/src/packages/BUILD/alsa-driver-unstable/usb/usbaudio.c:1325: current rate 30464 is different from the runtime rate 96000
input: USB Sound Device as /devices/pci0000:00/0000:00:1d.2/usb3/3-2/3-2:1.3/input/input8
input,hidraw1: USB HID v1.00 Device [USB Sound Device ] on usb-0000:00:1d.2-2
usb 3-2: New USB device found, idVendor=0d8c, idProduct=0102
usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
usb 3-2: Product: USB Sound Device
it seems to have a problem setting rate:
/usb/usbaudio.c:1325: current rate 30464 is different from the runtime rate 96000
If I could place a “man-in-the-middle” usb beetween the device and windows I could monitor packages the windows driver sends to the device to control it. so I could copy it.
I’ve changed it to alsa-driver-kmp-pae, but it still has no support for all features of the device, only 2 channels of audio output, and poor support for mic works.
Is there any missing package I need to install in order to control the device properly?
One of the good things about USB was the non-driver dependent installation, Real plug-in-play devices. Now it seems we will pass the nightmare again.>:)
What is your criteria for determining poor mic support. Any chance you have not figured out how to configure it.
Since I can’t see your mixer output nor the settings that you have applied (where the mixer output is part of the alsa-info.sh diagnostic script output) its not possible to give specific advice.
You could run:
/usr/sbin/alsa-info.sh
and post here the URL (of the script output) provided from running that