No sound card after update on Toshiba NB100

Asked by Rudolf

Sound worked first, but after update there is no sound device found. Cannot see any configuration tool.
Thanks. Answers also in french or german possible.
Rudolf

Clicking on Volume control says (in french): Aucun greffon de so Gstreamer et/ou péripherique trouvé (means no device found)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Netbook Remix Edit question
Assignee:
No assignee Edit question
Solved by:
Sandman652001
Solved:
Last query:
Last reply:
Revision history for this message
Rudolf (rudolf-balmer) said :
#1

to complete my question:

lsmod | grep snd gives no answer, so no sound module?

lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

Revision history for this message
Best Sandman652001 (sandman652001) said :
#2

I solved the problem like this:

In a terminal

1- Type uname -r
2- then type sudo mv /lib/modules/2.6.24-19-lpia/updates/sound ~/sound (where 2.6.24-19-lpia is the reult given by uname -r)
3- type password
3- type sudo depmod -a
4- restart

Revision history for this message
Rudolf (rudolf-balmer) said :
#3

Thank you, this worked for me.
Rudolf

Revision history for this message
wartenberg (register-wartenberg) said :
#4

I had the same problem and it worked forme too.
Thanks!