No sound in Ubuntu 9.10

Asked by mohhassan

No sound in Ubuntu 9.10 but when I type in terminal "sudo alsa force-reload" ,
the problem resolves
 but the problem is that I should type this code everytime I open the computer.
thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
zuperman
Solved:
Last query:
Last reply:
Revision history for this message
Best zuperman (madebybackbl) said :
#1

Try this:
sudo gedit /etc/rc.local
and before exit 0 add the line: alsa force-reload
then reboot and see if it works

Revision history for this message
mohhassan (mohhassan-1990-gmail) said :
#2

thanks very much

problem solved

Revision history for this message
mohhassan (mohhassan-1990-gmail) said :
#3

Thanks zuperman, that solved my question.