Gentoo Archives: gentoo-user

From: Rohit Sharma <bhavhit@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ALSA + CMI8738 card set up
Date: Sun, 12 Feb 2006 09:07:53
Message-Id: 43F04A54.7090103@tiscali.co.uk
1 Hi list,
2
3 This is about my struggle to make my Trust 514DX soundcard work with
4 Linux. This is expected to be supported in Linux [alsa-project.org] and
5 I have read other testimonials on the net.
6
7 To cut a long story short, the card worked in Windows. It gives
8 fantastic sound output with DVDs and other suitable audios but I'd
9 rather have it working on my Gentoo desktop where I have made everything
10 else work so far. I admit that I have never had to manually set
11 anything alsa/oss as all my previous soundcards worked very easily with
12 default settings of the modules. Also, I feel that if I posted
13 everything that I have done so far, the mail shall be really long. But
14 the following may help to understand the problem.
15
16 Alsa is started as a service on my comp. I thought it may just be that a
17 newer-than-in-kernel code may help. The error that I have, from say
18 Mplayer, is as follows.
19 .............
20 Checking audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
21 AF_pre: 48000Hz/2ch/s16le
22 [AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or
23 directory
24 alsa-init: 1 soundcard found, using: default
25 ALSA lib pcm_dmix.c:819:(snd_pcm_dmix_open) unable to open slave
26 alsa-init: playback open error: No such file or directory
27 ............
28
29 1. Can you please help me understand why the /dev/dsp* aren't created
30 at all?
31 2. Can I expect to continue using aumix once the whole thing is set
32 up correctly? [I dont mind using alsamixer though]
33
34 Please reply.
35 Thank you,
36 Rohit
37
38 At the same moment, other config details and system's state are as below.
39
40 rohit@Force ~ $ lsmod | grep snd
41 snd_cmipci 20484 0
42 snd_opl3_lib 6688 1 snd_cmipci
43 snd_hwdep 6116 1 snd_opl3_lib
44 snd_mpu401_uart 4416 1 snd_cmipci
45 snd_rawmidi 15620 1 snd_mpu401_uart
46
47 rohit@Force ~ $ uname -a
48 Linux Force 2.6.8 #3 SMP Mon Jan 2 18:15:34 GMT 2006 i686 AMD Athlon(TM)
49 XP 2400+ AuthenticAMD GNU/Linux
50
51 rohit@Force /etc $ ls -la asound.state
52 -rw-r--r-- 1 root root 7207 Feb 12 11:07 asound.state
53
54 rohit@Force /etc $ ls -la /dev/dsp*
55 ls: /dev/dsp*: No such file or directory
56
57 rohit@Force /proc/asound $ ls -la CMI8738MC6
58 lrwxrwxrwx 1 root root 5 Feb 13 08:51 CMI8738MC6 -> card0
59
60 rohit@Force /proc/asound/card0 $ cat cmipci
61 C-Media PCI CMI8738-MC6 (model 55) at 0xc400, irq 16
62
63 00: 00 00 00 00
64 04: 50 00 00 00
65 08: 10 00 09 00
66 0c: 00 00 00 08
67 10: c0 00 00 00
68 14: 00 00 c0 00
69 18: 00 00 80 08
70 1c: fd ff ff ef
71 20: 10 40 f8 00
72 24: 01 3d ee 00
73 28: ff ff ff ff
74 2c: ff ff ff ff
75 30: 00 00 00 00
76 34: 00 00 00 00
77 38: 00 00 00 00
78 3c: 00 00 00 00
79
80 rohit@Force /proc/asound $ cat cards
81 0 [CMI8738MC6 ]: CMI8738-MC6 - C-Media PCI CMI8738-MC6
82 C-Media PCI CMI8738-MC6 (model 55) at 0xc400, irq 16
83
84 --
85 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ALSA + CMI8738 card set up Holly Bostick <motub@××××××.nl>