On Sat, Jan 19, 2008 at 01:56:46PM +0100, Florian Kulzer wrote:
> On Fri, Jan 18, 2008 at 08:23:07 -0500, Thomas H. George wrote:
> > Suddenly no sound.  Alsamixer shows it is using the motherboard  
> > soundcard and the speakers are connected to the Creative Labs pci card.   
> > Alsaconf says it is not needed with Lenny but it will find the Creative  
> > Labs sound card.  Unfortunately it also kills dsp.  alsactl names finds  
> > nothing.  I am using the latest 2.6.22 kernel image.  I have both the  
> > 486 and the 686 versions.  Same problem with both.
> 
> If alsaconf configures the correct card and your only problem is the
> missing /dev/dsp then this should be fixable with a simple "modprobe
> snd_pcm_oss" after running alsaconf. You might also have to add
> snd_pcm_oss to /etc/modules to keep dsp after the next reboot. 

This did not solve the problem.
> 
> If the above does not help you then we need to know the output of the
> following commands:
> 
> lspci -nn | egrep -i 's(ou)?nd|audio|media'
> 
> lsmod | grep snd
> 
> cat /proc/asound/cards
> 
> cat /dev/sndstat
> 
> cat /etc/modprobe.d/sound

Here are the responses to the above commands


Script started on Sat 19 Jan 2008 09:24:09 AM EST
Dragon:~# lspci -nn | egrep -i 's(ou)?nd|audio|media'
00:09.0 Multimedia audio controller [0401]: Creative Labs SB Live! EMU10k1 
[1102:0002] (rev 07)
00:11.5 Multimedia audio controller [0401]: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller [1106:3059] (rev 50)
Dragon:~# lsmod | grep snd
snd_pcm_oss            38816  0 
snd_mixer_oss          15360  1 snd_pcm_oss
snd_emu10k1_synth       7040  0 
snd_emux_synth         31744  1 snd_emu10k1_synth
snd_seq_virmidi         6656  1 snd_emux_synth
snd_seq_midi_emul       6016  1 snd_emux_synth
snd_seq_dummy           3844  0 
snd_seq_oss            29184  0 
snd_seq_midi            8224  0 
snd_seq_midi_event      7040  3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq                45136  9 
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_emu10k1           123968  1 snd_emu10k1_synth
firmware_class          9472  1 snd_emu10k1
snd_util_mem            4608  2 snd_emux_synth,snd_emu10k1
snd_hwdep               8708  2 snd_emux_synth,snd_emu10k1
snd_via82xx            26392  1 
snd_ac97_codec         92580  2 snd_emu10k1,snd_via82xx
ac97_bus                2304  1 snd_ac97_codec
snd_pcm                70152  4 
snd_pcm_oss,snd_emu10k1,snd_via82xx,snd_ac97_codec
snd_timer              20740  3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc         10120  3 snd_emu10k1,snd_via82xx,snd_pcm
snd_mpu401_uart         7936  1 snd_via82xx
gameport               14472  4 snd_via82xx,analog,emu10k1_gp
snd_rawmidi            22688  4 
snd_seq_virmidi,snd_seq_midi,snd_emu10k1,snd_mpu401_uart
snd_seq_device          7820  8 
snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawmidi
snd                    47076  17 
snd_pcm_oss,snd_mixer_oss,snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_seq,snd_emu10k1,snd_hwdep,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               7264  1 snd
Dragon:~# cat /proc/asound/cards
 0 [V8235          ]: VIA8233 - VIA 8235
                      VIA 8235 with ALC650E at 0xec00, irq 11
Dragon:~# cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.14 emulation code)
Kernel: Linux Dragon.Zoo 2.6.22-3-486 #1 Mon Nov 12 07:53:08 UTC 2007 i686
Config options: 0

Installed drivers: 
Type 10: ALSA emulation

Card config: 
VIA 8235 with ALC650E at 0xec00, irq 11

Audio devices:
0: VIA 8235 (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers:
0: Realtek ALC650E
Dragon:~# cat /etc/modprove \  be.d/sound
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
Dragon:~# exit

Script done on Sat 19 Jan 2008 09:31:02 AM EST
> 
> -- 
> Regards,            | http://users.icfo.es/Florian.Kulzer
>           Florian   |
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

Reply via email to