LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   no sound debian lenny/xfce (https://www.linuxquestions.org/questions/linux-hardware-18/no-sound-debian-lenny-xfce-631071/)

arkadig 03-27-2008 01:09 PM

no sound debian lenny/xfce
 
I switched from etch/gnome to lenny/xfce and no sound.

cat /usr/lib/openoffice/share/gallery/sounds/kongas.wav > /dev/dsp

no sound



~ $ uname -a
Linux Gel-DeskT 2.6.22-3-486 #1 Sun Feb 10 19:36:16 UTC 2008 i686 GNU/Linux


~ $ id
uid=1000(arkadi) gid=1000(arkadi) groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),44(video),46(plugdev),1000(arkadi)

~ $ lspci -v

00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
Subsystem: Micro-Star International Co., Ltd. Unknown device 4720
Flags: medium devsel, IRQ 18
I/O ports at d800 [size=256]
Capabilities: <access denied>
Kernel driver in use: VIA 82xx Audio
Kernel modules: snd-via82xx

~ $ lsmod | grep snd
snd_via82xx 26392 2
snd_ac97_codec 92580 1 snd_via82xx
ac97_bus 2304 1 snd_ac97_codec
snd_pcm_oss 38816 0
snd_mixer_oss 15360 1 snd_pcm_oss
snd_pcm 70152 3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 10120 2 snd_via82xx,snd_pcm
snd_mpu401_uart 7936 1 snd_via82xx
snd_seq_dummy 3844 0
snd_seq_oss 29184 0
snd_seq_midi 8224 0
snd_seq_midi_event 7040 2 snd_seq_oss,snd_seq_midi
snd_seq 45136 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 20740 2 snd_pcm,snd_seq
snd_rawmidi 22688 2 snd_mpu401_uart,snd_seq_midi
snd_seq_device 7820 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd 47076 15 snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_seq,snd _timer,snd_rawmidi,snd_seq_device
gameport 14472 2 snd_via82xx,analog
soundcore 7264 1 snd



output from alsamixer


/proc/asound/version:
│ │====================
│ │Advanced Linux Sound Architecture Driver Version 1.0.14 (Thu May 31 09:03:
│ │
│ │/proc/asound/cards:
│ │===================
│ │ 0 [V8235 ]: VIA8233 - VIA 8235
│ │ VIA 8235 with ALC650D at 0xd800, irq 18
│ │
│ │/proc/asound/devices:
│ │=====================
│ │ 0: [ 0] : control
│ │ 1: : sequencer
│ │ 16: [ 0- 0]: digital audio playback
│ │ 17: [ 0- 1]: digital audio playback
│ │ 24: [ 0- 0]: digital audio capture
25: [ 0- 1]: digital audio capture
│ │ 33: : timer
│ │
│ │/proc/asound/oss/devices:
│ │=========================
│ │ 0: [0- 0]: mixer
│ │ 1: : sequencer
│ │ 3: [0- 0]: digital audio
│ │ 4: [0- 0]: digital audio
│ │ 8: : sequencer
│ │ 12: [0- 1]: digital audio
│ │
│ │/proc/asound/timers:
│ │====================
│ │G0: system timer : 4000.000us (10000000 ticks)
│ │P0-0-0: PCM playback 0-0-0 : SLAVE
│ │P0-0-1: PCM capture 0-0-1 : SLAVE

P0-0-2: PCM playback 0-0-2 : SLAVE
│ │P0-0-4: PCM playback 0-0-4 : SLAVE
│ │P0-0-6: PCM playback 0-0-6 : SLAVE
│ │P0-1-0: PCM playback 0-1-0 : SLAVE
│ │P0-1-1: PCM capture 0-1-1 : SLAVE
│ │
│ │/proc/asound/pcm:
│ │=================
│ │00-01: VIA 8235 : VIA 8235 : playback 1 : capture 1
│ │00-00: VIA 8235 : VIA 8235 : playback 4 : capture 1

indienick 03-27-2008 03:23 PM

You have [many] more than one sound driver listed in lsmod. Make sure you've unmuted/turned up the sound levels on the right one.

arkadig 03-27-2008 04:44 PM

> Make sure you've unmuted/turned up the sound levels on the right one.

Nice: there was gnome-volume-control buried in the menus. You have to unmute a few controls there and then xfce4-mixer - the control on the desktop starts to work.

Thanks again.

indienick 03-28-2008 07:37 AM

No problem. :)


All times are GMT -5. The time now is 05:12 PM.