Fix for Speaker swtich not on by default with Thinkpad T61/X61
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
alsa-utils (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: alsa-utils
On Thinkpad T61/X61 or any other notebook using the AD1984 sound card. There is a lot of confusion as no noise comes out of the speaker even though PCM is at Maximum volume. The issue here is that the AD1984 now has a switch for "Headphone" & "Speaker". But having this switch cut on in the init script this resolves this issue and has sound coming out of the speakers & head phone jack.
Has been tested and will finally have these just work on Thinkpad T61.
This clears up a lot of issues, just googling around you can see users need this problem fixed.
This patch is for "/etc/init.
Signed-off-by: Jerone Young <email address hidden>
--- /etc/init.
+++ /etc/init.
@@ -161,6 +161,10 @@
+
+ # AD1984 -- Thinkpad T61/X61
+ switch_control "Speaker" on
+ switch_control "Headphone" on
# Intel P4P800-MX (Ubuntu bug #5813)
Oh also this is issue effects both Hardy & Gutsy .. but I assume this will go forward toward for Hardy.