PDA

View Full Version : [ubuntu] 2 Issues with fresh Natty Narwahk install



raidensix
May 7th, 2011, 10:34 PM
Hi,

I did a fresh install of Natty Narwhal and have the following issues:

1. Wake/Resume from suspend does not work. The fans start up and that's pretty much it. The screen just goes to power save mode.
This did not happen with Meerkat.

2. The sound is always muted on login. I get the drum roll but then then the sound is set to mute.

Shuttle SN78SH7
3.0 GHz AMD Phenom II
2x2GB DDR2-800 RAM

Any help appreciated.

MAFoElffen
May 7th, 2011, 10:53 PM
Hi,

I did a fresh install of Natty Narwhal and have the following issues:

1. Wake/Resume from suspend does not work. The fans start up and that's pretty much it. The screen just goes to power save mode.
This did not happen with Meerkat.

2. The sound is always muted on login. I get the drum roll but then then the sound is set to mute.

Shuttle SN78SH7
3.0 GHz AMD Phenom II
2x2GB DDR2-800 RAM

Any help appreciated.
I don't know for sure on the sound, but adding "


acpi_osi="Linux"
to the kernel boot line.. In a terminal:


cd/etc/default sudo gedit grub
Edit the line "GRUB_CMDLINE_LINUX_DEFAULT". Add your new options, for example:


GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vga=771 acpi_osi=/"Linux/" "
Now in a terminal run
[code]
sudo update-grub
[code]

May fix both your problems. There is an open LP bug on this you should subscribe to.

raidensix
May 8th, 2011, 11:55 AM
I tried that and both problems are still there. Anything else you can suggest?