You are not logged in.
Pages: 1
Hello,
I had my sound working perfectly under 2.6.18-ARCH.
I recently upgraded to kernel 2.6.19-ARCH and my sound does not work.
· I have tried reinstalling alsa.
· alsamixer shows my soundcard (SiS SI7012) and my chip (Realtek ALC658D)
· my sound is unmuted and turned up.
· I do/am not use/ing mpd, nor have I ever.
· I am in the audio group.
· I have tried rerunning alsaconf
I don't know what else to do/try. Any and all suggestions are welcome.
If anymore information is necessary for someone to figure out why the hell I don't have sound, I will try to provide that information.
Thanks in advance!
edit: sorry, I am really embarassed. The problem was a loose cable in the back of my PC. Everything is perfect now, thanks!
Offline
grep -v ^# /etc/modprobe.conf
1000
Offline
grep -v ^# /etc/modprobe.conf
[f|~]% grep -v ^# /etc/modprobe.conf
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
also...
[f|~]% lsmod | grep snd
snd_seq_oss 29440 0
snd_seq_midi_event 6528 1 snd_seq_oss
snd_seq 47056 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6796 2 snd_seq_oss,snd_seq
snd_pcm_oss 38944 0
snd_mixer_oss 14464 1 snd_pcm_oss
snd_intel8x0 28828 0
snd_ac97_codec 91940 1 snd_intel8x0
snd_ac97_bus 2432 1 snd_ac97_codec
snd_pcm 68612 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 18948 2 snd_seq,snd_pcm
snd 44004 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 6624 1 snd
snd_page_alloc 7816 2 snd_intel8x0,snd_pcm
Offline
Empty your modprobe.conf then.
1000
Offline
Empty your modprobe.conf then.
I have done that, unfortunately I still get no sound. My /etc/modprobe.conf prior was:
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.13 ---
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---
And now it is:
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.13 ---
#alias snd-card-0 snd-intel8x0
#alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---
Is that what you meant by "empty"ing out my modprobe.conf?
Offline
Pages: 1