Install linux-backports-modules-2.6.22-14-generic and run the following
script:

#!/bin/sh
## Fix for audio failure after Suspend and Hibernate
cat > /etc/acpi/resume.d/99-restore-volume.sh << EOF
#!/bin/sh
amixer sget Master|grep "Mono:" | while read m p v j
do
   amixer sset Master 0
   amixer sset Master \$v
done
EOF
chown root.root /etc/acpi/resume.d/99-restore-volume.sh
chmod a+x /etc/acpi/resume.d/99-restore-volume.sh

** Changed in: dell
       Status: Confirmed => Fix Released

-- 
[xps 1330] sound doesn't work after suspend
https://bugs.launchpad.net/bugs/148043
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to