You are not logged in.

#1 2010-01-23 19:20:40

dpayne19
Member
Registered: 2009-04-21
Posts: 12

Soundcard woes with emu 0404

I have a Emu 0404 usb soundcard and its not on the list of cards from /proc/asound/cards. I know that for most people, at least in ubuntu, the card works when you plug it in. I had previously gotten it working by installing the alsa-driver from source, but after a recent upgrade this no longer works. I have tried recompiling and installing the alsa-driver but there are multiple errors when compiling. Can anyone help me getting this working?

Also if at all possible I'd like to try installing this patch from the ubuntu forums http://ubuntuforums.org/showthread.php?t=888022&page=18

Offline

#2 2010-01-27 00:08:06

dpayne19
Member
Registered: 2009-04-21
Posts: 12

Re: Soundcard woes with emu 0404

update and bump.

I put snd-emu10k1 into the Modules list in rc.conf and the sound card is now shows up in the list of soundcards in alsamixer. snd_emu10k1 however still doesn't appear when I run lsmod.

dpayne ~ % ls -l /dev/snd
total 0
drwxr-xr-x 2 root root       60 Jan 26 12:02 by-id/
drwxr-xr-x 2 root root      100 Jan 26 12:02 by-path/
crw-rw---- 1 root audio 116, 10 Jan 26 12:02 controlC0
crw-rw---- 1 root audio 116, 13 Jan 26 12:02 controlC1
crw-rw---- 1 root audio 116, 18 Jan 26 12:02 controlC2
crw-rw---- 1 root audio 116,  9 Jan 26 12:02 hwC0D2
crw-rw---- 1 root audio 116, 12 Jan 26 12:02 hwC1D0
crw-rw---- 1 root audio 116, 14 Jan 26 12:02 midiC2D0
crw-rw---- 1 root audio 116,  8 Jan 26 12:02 pcmC0D0c
crw-rw---- 1 root audio 116,  7 Jan 26 18:41 pcmC0D0p
crw-rw---- 1 root audio 116,  6 Jan 26 12:02 pcmC0D1c
crw-rw---- 1 root audio 116,  5 Jan 26 12:02 pcmC0D1p
crw-rw---- 1 root audio 116,  4 Jan 26 12:02 pcmC0D2c
crw-rw---- 1 root audio 116, 11 Jan 26 12:02 pcmC1D3p
crw-rw---- 1 root audio 116, 17 Jan 26 12:02 pcmC2D0c
crw-rw---- 1 root audio 116, 16 Jan 26 12:02 pcmC2D0p
crw-rw---- 1 root audio 116, 15 Jan 26 12:02 pcmC2D1p
crw-rw---- 1 root audio 116,  3 Jan 26 12:02 seq
crw-rw---- 1 root audio 116,  2 Jan 26 12:02 timer
dpayne ~ % lsmod|grep '^snd' | column -t
snd_usb_audio          73210   0
snd_hda_codec_atihdmi  2683    1
snd_usb_lib            16183   1   snd_usb_audio
snd_rawmidi            18676   1   snd_usb_lib
snd_hda_codec_realtek  250084  1
snd_seq_dummy          1439    0
snd_seq_oss            29023   0
snd_seq_midi_event     5316    1   snd_seq_oss
snd_seq                50558   5   snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         5181    4   snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            39011   0
snd_mixer_oss          17299   1   snd_pcm_oss
snd_hda_intel          21586   4
snd_hda_codec          63659   3   snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              6340    2   snd_usb_audio,snd_hda_codec
snd_pcm                70318   5   snd_usb_audio,snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              18799   3   snd_seq,snd_pcm
snd                    57408   19  snd_usb_audio,snd_rawmidi,snd_hda_codec_realtek,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc         7033    2   snd_hda_intel,snd_pcm

I've tired compiling the alsa-driver from source however I get many errors. The error originally happened when I ran "./configure" it couldn't find a few "*.h" files. Using "./configure --with-kernel=/usr" configure works. But when I run "make" I get a bunch or errors "no such file or directory" with a lot of header files.

Any ideas?

Offline

Board footer

Powered by FluxBB