alsa hda-intel not working anymore

Bug #134206 reported by Zenigata
6
Affects Status Importance Assigned to Milestone
linux-source-2.6.22 (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

After the last gutsy update (linux-generic-2.6.22-10), i lost the sound. After a few investigations it occurs that the module hda_intel for my sound card is simply not present. I tried to reinstall most of alsa related packages but it did nothing.

I do not really know what to do, I will try to build alsa and see what's wrong.

my sound card is an ALC861C, and if you need other information just let me know.

Reagrds

Revision history for this message
LEVIS Cyril (atlas95) wrote :

Sound problem too with
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
and the last kernel

Revision history for this message
LEVIS Cyril (atlas95) wrote :
Revision history for this message
Zenigata (drebon) wrote :

Recompilation and respecification of the correct options (I never had an installation of alsa that guessed it correctly) in /etc/modprobe.d/sound works

Revision history for this message
LEVIS Cyril (atlas95) wrote :

Could you explain how to do?
For me my soundcard has always work correctly....until now...

Revision history for this message
Zenigata (drebon) wrote :

I installed alsa-source :

sudo aptitude install alsa-source

then I used module-assistant (that you may have to install too), if you never used it, just do :

sudo module-asistant

then choose "UPDATE", then "PREPARE" and finally select.

In select choose alsa-drivers, then go back, choose to build the selected modules, then wait a little, then choose to install the modules and after that hit escape as many time you need to go back to the console.

Then I do not know with what module do your card work, if it is snd-hda-intel, then there is probably one model that fit better than one other, you can try some models by unloading and reloading the module with "modprobe snd-hda-intel model=XXXX"

where XXXX is the name of the model, normally you should find what model names exist in the docs of alsa-source. (for me it works well with asus-laptop, a few other existing models are "asus" "3-stacks" ans "6-stacks")

if you find a model that fits well to your card, just edit the file "/etc/modprobe.d/sound" to have the following line :

options snd-hda-intel model=XXXX

some people say that one should also put the following :

alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

but I do not know if these lines are useful

Revision history for this message
Brian Murray (brian-murray) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Do you have the linux-ubuntu-modules-2.6.22-10-generic package installed? Thanks in advance.

Changed in linux-source-2.6.22:
importance: Undecided → Medium
Revision history for this message
LEVIS Cyril (atlas95) wrote :

Yes I have the modules

Revision history for this message
Zenigata (drebon) wrote :

Same thing there, I have that package installed (probably through the linux-generic meta package)

Revision history for this message
Brian Murray (brian-murray) wrote :

If you have that package installed snd-hda-intel should be present in /lib/modules/2.6.22-10-generic/ubuntu/media/snd-hda-intel/ . Is it not there?

Revision history for this message
Zenigata (andrea-loyer) wrote : Re: [Bug 134206] Re: alsa hda-intel not working anymore

Brian Murray a écrit :
> If you have that package installed snd-hda-intel should be present in
> /lib/modules/2.6.22-10-generic/ubuntu/media/snd-hda-intel/ . Is it not
> there?
>
>
Well I did not check before recompiling it from alsa-source.

But the alsa mixer did not find any sound device, and when trying to
execute a little script that I used before to fix my micro input
sometimes, I got errors about non existing modules.

here is the script :

/etc/init.d/alsasound stop
rmmod snd_page_alloc
rmmod snd
modprobe snd-hda-intel model=asus-laptop
/etc/init.d/alsa-utils start

maybe it is the two modules snd and snd_page_alloc that do not exists
anymore.

--
Z.

Revision history for this message
Richard Conway (richardconway1984) wrote :

I have this problem also. i have the linux-ubuntu-modules-2.6.22-10-generic package installed and looking in /lib/modules/2.6.22-10-generic/ubuntu/media/snd-hda-intel/ shows there is a snd-hda-intel.ko file.
Doing lsmod | grep snd-hda-intel though returns no results, so the module isnt being loaded.
If i try sudo modprobe snd-hda-intel, it says FATAL: Module snd_hda_intel not found. (notice the difference in hyphens and underscores, is that supposed to happen?)

Revision history for this message
Kishore (kitts) wrote :

On Saturday 25 Aug 2007 6:25:47 am Richard Conway wrote:
> I have this problem also. i have the linux-ubuntu-modules-2.6.22-10-generic
> package installed and looking in
> /lib/modules/2.6.22-10-generic/ubuntu/media/snd-hda-intel/ shows there is a
> snd-hda-intel.ko file. Doing lsmod | grep snd-hda-intel though returns no
> results, so the module isnt being loaded. If i try sudo modprobe
> snd-hda-intel, it says FATAL: Module snd_hda_intel not found. (notice the
> difference in hyphens and underscores, is that supposed to happen?)

I am getting the exact same error. rebuilding alsa has not helped.

Kernel treats hyphens and underscores equal for kernel modules. So that it not
an issue.
--
Cheers!
kitts

Revision history for this message
Jose Bernardo (bernardo-bandos) wrote :

Just two small questions, did you guys reboot or do a "sudo depmod -a" after building alsa and prior to modprobing snd-hda-intel again?
Are you guys running the kernel you build alsa for?

Revision history for this message
Frank (frank-schaeffer) wrote :

Am Samstag, 25. August 2007 09:53:24 schrieb Jose Bernardo:
> *** This bug is a duplicate of bug 134146 ***
> https://bugs.launchpad.net/bugs/134146
>
> Just two small questions, did you guys reboot or do a "sudo depmod -a"
> after building alsa and prior to modprobing snd-hda-intel again? Are you
> guys running the kernel you build alsa for?

I did only a reboot and just works :-)

Changed in linux-source-2.6.22:
assignee: brian-murray → nobody
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for linux-source-2.6.22 (Ubuntu) because there has been no activity for 60 days.]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.