LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mandrake 10, no sound - how do I investigate? (https://www.linuxquestions.org/questions/linux-newbie-8/mandrake-10-no-sound-how-do-i-investigate-169594/)

owain 04-13-2004 11:07 AM

Mandrake 10, no sound - how do I investigate?
 
I've onboard sound, AC97 - the motherboard is an Elitegroup L7VTA. Mandrake 10 appeared to recognise this correctly, but there's no sound being produced.

Mandrake Control Centre lists the following:
Quote:

Vendor: ‎VIA Technologies

Alternative drivers: ‎via82cxxx_audio

Bus: ‎PCI

Bus identification: ‎1106:3059:1019:a81

Location on the bus: ‎0:11:5

Description: ‎VT8233 [AC97 Audio Controller]

Module: ‎snd-via82xx

Media class: ‎MULTIMEDIA_AUDIO
...I've no idea if this indicates the problem or not. Where should I go from here?

mako747 04-13-2004 11:15 AM

I would start by checking my mixer, they are often muted by default.

Also, do an lsmod and make sure the modules are indeed loaded.

owain 04-13-2004 11:55 AM

I'd already checked the mixer (I'm not that naive, honest ;) )

lsmod includes the following:

Quote:

snd-seq-oss 31232 0
snd-seq-midi-event 7552 1 snd-seq-oss
snd-seq 51024 4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 51812 0
snd-mixer-oss 17952 1 snd-pcm-oss
snd-via82xx 24128 1
snd-pcm 93156 2 snd-pcm-oss,snd-via82xx
snd-timer 24484 2 snd-seq,snd-pcm
snd-ac97-codec 58148 1 snd-via82xx
gameport 4480 1 snd-via82xx
snd-page-alloc 11972 2 snd-via82xx,snd-pcm
snd-mpu401-uart 7072 1 snd-via82xx
snd-rawmidi 23616 1 snd-mpu401-uart
snd-seq-device 8008 3 snd-seq-oss,snd-seq,snd-rawmidi
snd 52484 14 snd-seq-oss,snd-seq-midi-event,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-via82xx,snd-pcm,s
nd-timer,snd-ac97-codec,snd-mpu401-uart,snd-rawmidi,snd-seq-device
soundcore 9248 1 snd
- is there anything missing?

mako747 04-13-2004 12:07 PM

[QUOTE]Originally posted by owain
[B]I'd already checked the mixer (I'm not that naive, honest ;) )

Sorry, had to ask. I once spent half a day on my sound only to discover that I had not plugged the speakers back in.

You may want to try the alsa drivers....details here.....


http://www.alsa-project.org/alsa-doc...module=via82xx

I have the same chipset and this was the only way I could get it working.

gaborn415 04-13-2004 01:43 PM

About the Alsa drivers I know I need to run ./cofigure but are there any command line arguments I need to use that I am unaware of? Running Mandrake 10, it says it's running the alsa driver for the soundcard now but I can't find the alsa mixer or anything. Can find the kde mixer which does me no good at all. I was thinking updating to the most recent drivers would give me the Alsa mixer but I have no clue how to proceed from here reading through the install manual now. Like it says this -
You must have full configured source for the Linux kernel which you
want to use for the ALSA drivers. Note that ALSA drivers are part
of the kernel, so there is necessary to resolve all symbol dependencies
between the used kernel and ALSA driver code. Partly installed kernels
(for example from distributor makers) can be unuseable for this action.
2) You must turn on sound support (soundcore module).
I think I have sound support on I have sound now, just can't use my mic, does this mean I can't use these drivers since I'm running Mandrake? Any help or a start point would be great sorry so long winded but N00b=me. ;)

beejayzed 04-13-2004 05:26 PM

People, I'm sue he's already using the Alsa drivers, Mandrake usually includes them. I would try the OSS driver, once I had your problem and that worked.

owain 04-17-2004 05:49 PM

Mandrake also offered the OSS driver - but switching to it in Mandrake Control Centre didn't help. I've followed the help instructions offered there, which gives the following info, which I don't understand at all - if any of it offers any useful hints, I'd appreciate an explanation

Quote:

# /sbin/chkconfig --list sound
sound 0:off 1:off 2:on 3:on 4:on 5:on 6:off

# /sbin/chkconfig --list alsa
alsa 0:off 1:off 2:off 3:off 4:off 5:off 6:off
....and "# /sbin/fuser -v /dev/dsp" gives no resulting information.


All times are GMT -5. The time now is 04:44 AM.