[Pkg-alsa-devel] Bug#297343: alsa-base: Workaround for muting "Jack Senses"
Soós Péter
Soós Péter <sp@osb.hu>, 297343@bugs.debian.org
Tue, 10 May 2005 22:16:21 +0200
This is a multi-part MIME message sent by reportbug.
--===============1340618492==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: alsa-base
Version: 1.0.8-7
Followup-For: Bug #297343
I attached a quick workaround to mute "Jack Senses". There is a detailed
story at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=144742
Regards,
Peter
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7.sppc
Locale: LANG=en_US, LC_CTYPE=hu_HU (charmap=ISO-8859-2)
Versions of packages alsa-base depends on:
ii alsa-utils 1.0.8-4 ALSA utilities
ii debconf 1.4.30.13 Debian configuration management sy
ii debianutils 2.8.4 Miscellaneous utilities specific t
ii lsof 4.74.dfsg.3-2 List open files.
ii module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo
ii modutils 2.4.26-1.2 Linux module utilities
-- debconf information excluded
--===============1340618492==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="alsa.patch"
--- /etc/init.d/alsa.orig 2005-05-10 21:46:14.000000000 +0200
+++ /etc/init.d/alsa 2005-05-10 22:04:07.000000000 +0200
@@ -193,6 +193,10 @@
# Some notebooks use headphone instead of master
unmute_and_set_level Headphone "75%"
unmute_and_set_level Playback "100%"
+ # Some notebooks need to mute these to play sound
+ # on intel8x0 with kernels >= 2.6.10
+ mute_and_zero_level "Headphone Jack Sense"
+ mute_and_zero_level "Line Jack Sense"
# Digital switches
switch_control "Audigy Analog/Digital Output Jack" on
# ... and "SB Live Analog/Digital Output Jack" ?
--===============1340618492==--