LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ALSA ,OXYGEN, HT Omega sound card not recognized by driver (https://www.linuxquestions.org/questions/linux-hardware-18/alsa-oxygen-ht-omega-sound-card-not-recognized-by-driver-640655/)

richcm 05-07-2008 07:41 PM

ALSA ,OXYGEN, HT Omega sound card not recognized by driver
 
Hello,

I'm trying to configure my HT Omega sound card which uses the oxygen sound module to work with alsa. After loading the required modules, I run alsaconf, the sound card is detected, however, lspci still shows it as an unknown device. Also, when I run alsamixer, I get an error message. Any Ideas?

tux ~ # alsamixer
alsamixer: function snd_ctl_open failed for default: No such device


tux ~ # lsmod | grep -i snd
snd_pcm_oss 34976 0
snd_mixer_oss 16256 1 snd_pcm_oss
snd_seq_oss 27776 0
snd_seq_midi_event 7552 1 snd_seq_oss
snd_seq 36048 4 snd_seq_oss,snd_seq_midi_event
snd_oxygen 7588 0
snd_oxygen_lib 23296 1 snd_oxygen
snd_mpu401_uart 8960 1 snd_oxygen_lib
snd_rawmidi 18208 1 snd_mpu401_uart
snd_seq_device 8588 3 snd_seq_oss,snd_seq,snd_rawmidi
snd_pcm 50436 3 snd_pcm_oss,snd_oxygen,snd_oxygen_lib
snd_timer 18308 2 snd_seq,snd_pcm
snd 36132 11 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_oxygen,snd_oxygen_lib,snd_mpu401_uart,snd_rawmidi, snd_seq_device,snd_pcm,snd_timer
snd_page_alloc 10376 1 snd_pcm


tux ~ # lspci | grep -i audio
00:08.0 Multimedia audio controller: C-Media Electronics Inc Unknown device 8788

Emerson 05-08-2008 12:04 PM

0. lspci uses it's own database, update-pciids command will pull in the freshest one, so this "unknown" really means nothing;
1. What version of ALSA you are using, it's always worth to try the latest, or even development version.

richcm 05-08-2008 02:56 PM

I ran update-pciids and now I get:

tux ~ # lspci | grep -i audio
00:08.0 Multimedia audio controller: C-Media Electronics Inc CMI8788 [Oxygen HD Audio]

But I still get this error:
tux ~ # alsamixer
alsamixer: function snd_ctl_open failed for default: No such device

Also, I'm using the latest alsa 1.16 and followed these instructions.

Emerson 05-08-2008 03:32 PM

Code:

~ $ ls -l /dev/snd/
total 0
crw-rw---- 1 root audio 116,  0 2008-05-08 07:02 controlC0
crw-rw---- 1 root audio 116, 24 2008-05-08 07:02 pcmC0D0c
crw-rw---- 1 root audio 116, 16 2008-05-08 14:21 pcmC0D0p
crw-rw---- 1 root audio 116, 17 2008-05-08 07:02 pcmC0D1p
crw-rw---- 1 root audio 116, 26 2008-05-08 07:02 pcmC0D2c
crw-rw---- 1 root audio 116, 33 2008-05-08 07:02 timer

This is the list of devices on my rig, I do not use OSS emulation.
Did you try using in-kernel driver?

richcm 05-08-2008 04:41 PM

I did some time ago, but I couldn't find the driver. How did you set up yours?

tux linux # uname -r
2.6.24-gentoo-r4

Emerson 05-08-2008 05:27 PM

2.6.25-r2 has it. I'm sorry misleading you. I do not have this card, my example was intended to show there has to be a control device.


All times are GMT -5. The time now is 05:58 AM.