Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Sound... a known method to track down problems
Date: Thu, 02 Mar 2006 12:44:16
Message-Id: 4406E6DA.5010403@planet.nl
In Reply to: [gentoo-user] Re: Sound... a known method to track down problems by Harry Putnam
1 Harry Putnam schreef:
2 >
3 > cat /proc/asound/cards 0 [V8237 ]: VIA8237 - VIA 8237 VIA
4 > 8237 with AD1980 at 0xc800, irq 201
5 >
6 >
7 > I did install alsa-utils and ran alsaconf. /etc/modules.d/alsa looks
8 > like this:
9 >
10 > alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias
11 > /dev/midi snd-seq-oss
12 >
13 > # Set this to the correct number of cards. # --- BEGIN: Generated by
14 > ALSACONF, do not edit. --- # --- ALSACONF version 1.0.11rc2 --- alias
15 > snd-card-0 snd-via82xx alias sound-slot-0 snd-via82xx # --- END:
16 > Generated by ALSACONF, do not edit. ---
17 >
18 > Should the oss stuff be there?
19
20 Yes, it should (imo); many apps use ALSA's OSS emulation to play sounds.
21 So it's wise to have it unless you want to investigate every sound app
22 you use to make sure it's ALSA-capable.
23
24 >
25 > I've put alsasound into run level 3 and rebooted.
26 >
27 > On starting kde I still get a dialog message about the sound server
28 > being unavailable. No play tools work.
29 >
30 > (lsmod output at the end)
31 >
32 > Running the command line util `play' on a wav file shows this:
33 >
34 > reader > play WestMemphisBlues_SonnyBoyWilliamson2.wav ALSA lib
35 > confmisc.c:672:(snd_func_card_driver) cannot find card '0' <snip>
36 > ALSA lib conf.c:3960:(snd_config_expand) Evaluate error: No such
37 > device ALSA lib pcm.c:2107:(snd_pcm_open_noupdate) Unknown PCM
38 > default sox: Failed writing default: cannot open audio device
39
40 OK, here's the thing. Forgive me if I'm going too far back to basics,
41 but....
42
43 The VIA 8237 is an onboard sound chip. I have one myself. As such, it's
44 controlled by the BIOS. Since you have previously not used sound on this
45 machine, it's within the realm of possibility (imo) that you disabled
46 the sound chip in the BIOS, which -- if that was the case-- would
47 possibly explain why the card is not being found when you actually try
48 to use it.
49
50 Have you checked, or would you check your BIOS and confirm that the
51 onboard sound is enabled there?
52
53 Holly
54 --
55 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Sound... a known method to track down problems Harry Putnam <reader@×××××××.com>