alsa settings not restored on startup
Bug #645869 reported by
Martin Vysny
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
alsa-utils (Ubuntu) |
Fix Released
|
Medium
|
Daniel T Chen |
Bug Description
Binary package hint: alsa-utils
Upon upgrading to Maverick I noticed that the 6-channel setting on alsa is not restored properly (always fixed to 2-channels). I tried running "sudo /lib/udev/
$ sudo /lib/udev/
alsactl: Unknown command 'start'...
The /lib/udev/
#!/bin/sh -e
#
# udev script for alsa-utils
(
DEV_BASENAME=
N="${DEV_
exec /sbin/alsactl start $N
) &
perhaps it needs to be changed to "restore" command?
To post a comment you must log in.
Changing the line to "exec /sbin/alsactl restore $N" fixed the bug, it restored alsa settings upon boot.