no sound with Intel 945PM Express chipset on laptop

Asked by Theo

I can't get any sound from my Laptop. Its an Acer TravelMate 6460 with the Intel 945PM Chipset. I fooled around for about an hour and I couldn't get anything out of it. I googled it and also couldn't find anything useful either. Thanks for any help!

    Theo

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Cesare Tirabassi
Solved:
Last query:
Last reply:
Revision history for this message
Theo (cdfu1082) said :
#1

I'm using Kubuntu 7.04 with all the updates. I read about not being able to play mp3s, etc, but this is not my problem. I can't play any sounds.

Revision history for this message
Cesare Tirabassi (norsetto) said :
#2

Have a look at this page first:

https://help.ubuntu.com/community/HdaIntelSoundHowto

Before installing the new alsa modules, check what you have, since they should be included with the last kernel update.
To check it type this command in a console:

cat /proc/asound/version

The output for kernel 2.6.20-16 should be:

Advanced Linux Sound Architecture Driver Version 1.0.14rc1 (Tue Jan 09 09:56:17 2007 UTC).

Revision history for this message
Theo (cdfu1082) said :
#3

Ok, I tried to do the 'how to', and everything was cool until I tried to 'make' util and got these errors.

theo@Lappy:/usr/src/alsa/alsa-utils-1.0.14rc4$ sudo ma
ke
Making all in include
make[1]: Entering directory `/usr/src/alsa/alsa-utils-
1.0.14rc4/include'
make all-am
make[2]: Entering directory `/usr/src/alsa/alsa-utils-
1.0.14rc4/include'
make[2]: Leaving directory `/usr/src/alsa/alsa-utils-1
.0.14rc4/include'
make[1]: Leaving directory `/usr/src/alsa/alsa-utils-1
.0.14rc4/include'
Making all in alsactl
make[1]: Entering directory `/usr/src/alsa/alsa-utils-
1.0.14rc4/alsactl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/alsa/alsa-utils-1
.0.14rc4/alsactl'
Making all in alsaconf
make[1]: Entering directory `/usr/src/alsa/alsa-utils-
1.0.14rc4/alsaconf'
Making all in po
make[2]: Entering directory `/usr/src/alsa/alsa-utils- 1.0.14rc4/alsaconf/po'
mv: cannot stat `t-ja.gmo': No such file or directory
make[2]: *** [ja.gmo] Error 1
make[2]: Leaving directory `/usr/src/alsa/alsa-utils-1 .0.14rc4/alsaconf/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-utils-1 .0.14rc4/alsaconf'
make: *** [all-recursive] Error 1
theo@Lappy:/usr/src/alsa/alsa-utils-1.0.14rc4$

What should I do?

Revision history for this message
Best Cesare Tirabassi (norsetto) said :
#4

Forget utils, you can leave with the old ones.

Revision history for this message
Theo (cdfu1082) said :
#5

Thanks Cesare Tirabassi, that solved my question.