problem with alsa

Tags:

In The Name of God
Hello

I'll be thankfull if you guide me to fix this ;
Each time that i boot system in debian i should use alsaconf to have sound ,i mean each time ,alsa should be configure and after rebooting system i should do that again .

debian etch 4 (2.6.18-5-686) and cpuinfo :


~# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 6
model name      : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping        : 5
cpu MHz         : 3014.844
cache size      : 2048 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl est tm2 cid cx16 xtpr lahf_lm
bogomips        : 6033.95</p>
<p>processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15
model           : 6
model name      : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping        : 5
cpu MHz         : 3014.844
cache size      : 2048 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl est tm2 cid cx16 xtpr lahf_lm
bogomips        : 6029.46 

regards dehqan

0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: problem with alsa

In The Name of GOd
Hello

Any opinion ?

regards dehqan

Re: problem with alsa

Could you restate your question a different way? I'm having trouble figuring out exactly what the problem is...

Are you currently having to run alsaconf every time you reboot?

If so, are you telling it to save the modules to /etc/modules at the end of the program so that the modules will be autoloaded on boot?

Re: problem with alsa

In The Name of god
Hello

Thanks alot for ypu'r attentions .
this is "lsmod | grep snd" result :

Quote:
# lsmod | grep snd
snd_intel8x0 30332 1
snd_ac97_codec 83104 1 snd_intel8x0
snd_ac97_bus 2400 1 snd_ac97_codec
snd_pcm_oss 38368 1
snd_mixer_oss 15200 1 snd_pcm_oss
snd_pcm 68676 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 20996 1 snd_pcm
snd 47012 6 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 9248 2 snd
snd_page_alloc 9640 2 snd_intel8x0,snd_pcm

and this my /etc/module :

Quote:
snd-intel8x0
snd-ac97-codec
snd-ac97-bus
snd-pcm-oss
snd-mixer-oss
snd-pcm
snd-timer
snd-page-alloc

but yet , i have to run alsaconf every time you reboot .
and problem exists.

regards dehqan

Re: problem with alsa

Could you do a reboot, and post the contents of "lsmod | grep snd" BEFORE and AFTER you run alsaconf, so post two different outputs.

Re: problem with alsa

In The Name of God
Hello

Thanks alot for you'r attentions .

output before alsaconf :

Quote:
:~# lsmod | grep snd
snd_intel8x0 30332 1
snd_ac97_codec 83104 1 snd_intel8x0
snd_ac97_bus 2400 1 snd_ac97_codec
snd_pcm_oss 38368 1
snd_mixer_oss 15200 1 snd_pcm_oss
snd_pcm 68676 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 20996 1 snd_pcm
snd 47012 6 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 9248 2 snd
snd_page_alloc 9640 2 snd_intel8x0,snd_pcm

output after alsaconf:

Quote:
lsmod | grep snd
snd_intel8x0 30332 3
snd_ac97_codec 83104 1 snd_intel8x0
snd_ac97_bus 2400 1 snd_ac97_codec
snd_pcm_oss 38368 0
snd_mixer_oss 15200 1 snd_pcm_oss
snd_pcm 68676 4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 20996 2 snd_pcm
snd 47012 10 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 9248 1 snd
snd_page_alloc 9640 2 snd_intel8x0,snd_pcm

regards dehqan

Re: problem with alsa

Hrm....that's slightly confusing. It's not a module issue then...

Complete guess here, but try "/usr/sbin/alsa reload" at reboot, see if that helps.

Re: problem with alsa

in The Name Of God
Hello

Thanks alot for you'r attentions.

someone says ,some of intel's cpu has this problem with kernel with versions under 2.6.22 and so ..

Quote:
but try "/usr/sbin/alsa reload" at reboot, see if that helps.

:~# /usr/sbin/alsa reload
bash: /usr/sbin/alsa: No such file or directory

Regards dehqan

Re: problem with alsa

I'm assuming this is why you wanted to upgrade kernels in the other thread?

Is /usr/sbin/alsa there after running alsaconf?

Does the script "alsa-utils" exist in /etc/init.d?

Re: problem with alsa

In The Name Of God
Hello

thanks alot for you'r attentions .
You are right , i want to know upgarding just kernel will convert my debian to an unstable one ?

Quote:
Does the script "alsa-utils" exist in /etc/init.d

Yes ,i have both alsa and alsa-utils in init.d folder .

Quote:
Is /usr/sbin/alsa there after running alsaconf?

Not after and not before .just i have alsaconf in sbin folder .

regards dehqan

Re: problem with alsa

In The Name Of God
Hello

Any opinion ?
I tested system with live cd of ubuntu (kernel 2.6.12) but alsa was ok !!
So i think upgarding kernel would not help ,am i right ?

regards dehqan

Re: problem with alsa

If I remember correctly, Ubuntu adds things to the kernel to make it more useable out of the box.

The being said, no, an upgrade to lenny will not make your system unstable.

Lenny is the "testing" version. It's more of a misnomer, but it basically means that they're leaving a package there until they they go so long without a report of a serious bug. I use lenny on all desktop and server machines on my home network, and I don't remember any of them crashing, ever...except this one laptop that overheats, but that's a different story.

All in all, I would highly recommend an upgrade to lenny. It will quite likely solve this problem. As well, the software in etch is somewhat outdated.

Syndicate content