[Bug 109838] Re: Laptop speakers do not mute when using headphones

2009-05-06 Thread Daniel Carrasco Guariento
Hello,

I have a similar problem to 1bratek, but it doesn't mute the speakers
even if I reinsert them. I run Jaunty (Netbook Remix) on a Lenovo S10.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2009-05-07 Thread Daniel Carrasco Guariento
On UNR 9.04 on the Lenovo S10, this seems to be related to bug #312403.
When I change the line on /etc/modprobe.d/alsa-base.conf from

options snd-hda-intel model=basic

to

options snd-hda-intel model=lenovo

the speakers mute properly when I insert the headphones, but then the
internal microphone stops working.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2009-07-23 Thread palehorse
Yep, totally related to Bug #312403. I just made this posting to that
thread and so I'm making it a point to copy that posting here in the
hopes that some dialogue can take place between anyone who might be
working on solving this problem:

Okay, I'm going to put my two cents in because I see threads/bugs
relating to two related problems but I haven't yet been able to fix both
problems simultaneously.

I have experienced the problem regarding the internal mic for the s10e
not being available as a recording device which is fixed with:

options snd-hda-intel model=basic

But this creates a different problem whereas the internal speakers do
not mute automatically when headphones are plugged in. Which is fixed
with:

options snd-hda-intel model=laptop
and this issue is also fixed with:
options snd-hda-intel model=lenovo

However, fixing the headphone sensing problem breaks the recording
device problem (as well as all options, switches, etc) leaving only the
playback mixers available.

Since these two problems seem to be related I think any solution
proposed should only consider this problem resolved if the mic can be
used while headphone "sensing" is also functioning.

I would be happy to try any solutions suggested a post back the results in this 
thread or any other that may be appropriate for those linux geeks who are savvy 
with this driver but may not have the equipment necessary to test on (s10e, et 
al).
I am going to post a copy of this message in any thread I can find on 
launchpad.net regarding this issue in the hopes that this problem can be 
resolved once and for all for everyone experiencing it.

Thanks, in advance, to anyone who makes an effort on this issue.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2009-03-06 Thread 1bratek
Hello,

I have the same problem while using ubuntu 9.04 alpha (kernel 2.6.28), but only 
at first insert.
Pluging headphones doesn`t switch off the speakers, after pluging out and 
pluging in again, speakers are muted, and headphones works OK


Best Regards
Bartłomiej Głuch

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 109838] Re: Laptop speakers do not mute when using headphones

2009-08-18 Thread palehorse
see solution to Bug #312403
Everything works properly for me on my S10e now thanks to Björn Leder.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-23 Thread Chance Fulton
Toshiba satellite running ubuntu 8.10 fully up to date, Speakers will
not mute when headphones are plugged in. I have the 3stack model in my
alsa-base file.

relevant info is: 
uname -a
Linux chance-laptop 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:06 UTC 2008 x86_64 
GNU/Linux
cat alsa-base
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet 
snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq 
; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe 
--quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe 
--quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe 
--quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { 
/sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS 
&& { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS 
&& { /sbin/modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { 
/sbin/modprobe -Qb saa7134-alsa ; : ; }

# Load snd-seq for devices that don't have hardware midi;
#   Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
#   non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq 
; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
options snd-hda-intel position_fix=1 model=3stack
 Just wondering how this is coming.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-05 Thread Andrew
** Also affects: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-05 Thread Andrew
I have been able to reproduce this issue on a Dell Latitude D630.

Alsa source compiled in using module assistant
alsa-modules-2.6.22-14-generic_1.0.14-1ubuntu2+2

Kernel 2.6.22-14-generic

lspci -vv info on the sound card:

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)
Subsystem: Dell Unknown device 01f9
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-06 Thread Andrew
I added the line to get sound working, but the speakers never turn off
when I plug in my headphones.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-12 Thread Brian Murray
** Changed in: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Audio Team (ubuntu-audio)
   Status: New => Confirmed

** Changed in: linux-source-2.6.20 (Ubuntu)
 Assignee: Brian Murray (brian-murray) => (unassigned)

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-12 Thread Brian Murray
** Tags added: hardy-kernel-candidate

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-27 Thread _SAND_MAN_
The same thing with my toshiba a135-4477 - Ubuntu 7.04 x64.  
The front-mic seems work, but it wasn´t able to record with "Sound Recorder" 
and wasn´t works with skype.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-28 Thread Alec Faithfull
Same problem observed on a new Dell Inspiron 1520 running 32-bit Feisty,
but with a twist - if the laptop has headphones (or external speakers)
plugged in when it's restarted, the headphones work, but the internal
speakers don't make any sound at all, even if the headphones are later
unplugged. "model=lenovo" didn't seem to help; the sound card is Intel
ICH8-based and uses the SigmaTel STAC9205 codec.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-08-28 Thread Brian Murray
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.  This bug does not meet the criteria for a stable release update and is 
being marked as Won't Fix for this particular version of the kernel.  You can 
learn more about the stable release update process at 
https://wiki.ubuntu.com/StableReleaseUpdates .
However, the issue that you reported is one that should be possible to test 
with the live environment of the Desktop CD of the development release - Gutsy 
Gibbon.  It would help us greatly if you could test with it so we can work on 
getting it fixed in the actively developed kernel.  You can find out more about 
the development release at http://www.ubuntu.com/testing/ .
If you do decide to test with the development release of Ubuntu please comment 
on this bug report and include at least the minimal information requested at 
http://wiki.ubuntu.com/KernelTeamBugPolicies .  Thanks again and we appreciate 
your help.

** Changed in: linux-source-2.6.20 (Ubuntu)
 Assignee: Ubuntu Audio Team => Brian Murray
   Status: Confirmed => Won't Fix

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-06 Thread pbwalker
Attached you will find the patch_realtek.c file.


** Attachment added: "patch_realtek.c"
   http://launchpadlibrarian.net/8330756/patch_realtek.c

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-07 Thread pbwalker
This worked like a champ. tritonrc  is the man.

This will need to be put into the ALSA driver so people know. Thanks!

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-16 Thread david
setting 
options snd-hda-intel model=lenovo
in /etc/modprobe.d/options
fixed the problem on my Asus U1F. Thanks for the hint!

Ubuntu Feisty
Kernel 2.6.22-7-generic from Gutsy

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-07 Thread david
No change on my Asus U1F. The speakers still don't mute, except if I use
model=lenovo.

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 02)

ii  linux-backports-modules2.6.22.14.21 
 Generic Linux backported drivers.
ii  linux-backports-modules-2.6.22-14-generic  2.6.22-14.10 
 Ubuntu supplied Linux modules for version 2.6.22 on x8
ii  linux-backports-modules-generic2.6.22.14.21 
 Backported drivers for generic kernel image

$ uname -a
Linux batman 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 
GNU/Linux

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-08 Thread David Christiansen
Now my sound is only muted when there are no headphones attached.  When
I plug in a headphone, I get sound through both the headphone and the
speaker.  When I unplug the headphone, I lose all sound.  I've tried
model=lenovo, with no change.

Output of tail -2 /proc/asound/oss/sndstat:
Mixers:
0: Analog Devices AD1986A

Output of amixer:

Simple mixer control 'Master',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 25 [81%] [-9.00dB] [on]
  Front Right: Playback 25 [81%] [-9.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 22 [71%] [-1.50dB] [on]
  Front Right: Playback 22 [71%] [-1.50dB] [on]
Simple mixer control 'Mic',0
  Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Mono
  Limits: Playback 0 - 31
  Mono: Capture [on]
  Front Left: Playback 26 [84%] [4.50dB] [off]
  Front Right: Playback 26 [84%] [4.50dB] [off]
Simple mixer control 'Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 2 [67%]
  Front Right: 2 [67%]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 15
  Front Left: Capture 6 [40%] [9.00dB] [on]
  Front Right: Capture 6 [40%] [9.00dB] [on]
Simple mixer control 'Mix',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Mono
  Mono: Capture [off]
Simple mixer control 'Beep',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 15
  Mono:
  Front Left: Playback 6 [40%] [-27.00dB] [on]
  Front Right: Playback 6 [40%] [-27.00dB] [on]
Simple mixer control 'Caller ID',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'Digital',0
  Capabilities: cvolume
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 120
  Front Left: Capture 60 [50%] [0.00dB]
  Front Right: Capture 60 [50%] [0.00dB]
Simple mixer control 'External Amplifier',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Internal Mic',0
  Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Mono
  Limits: Playback 0 - 31
  Mono: Capture [off]
  Front Left: Playback 17 [55%] [-9.00dB] [off]
  Front Right: Playback 17 [55%] [-9.00dB] [off]
Simple mixer control 'Off-hook',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]


Output of lspci -nv:
00:00.0 0600: 8086:27a0 (rev 03)
Subsystem: 17aa:2061
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information

00:01.0 0604: 8086:27a1 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: d000-d1ff
Prefetchable memory behind bridge: c000-cfff
Capabilities: [88] Subsystem: 17aa:2062
Capabilities: [80] Power Management version 2
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [a0] Express Root Port (Slot+) IRQ 0

00:1b.0 0403: 8086:27d8 (rev 02)
Subsystem: 17aa:2066
Flags: bus master, fast devsel, latency 0, IRQ 21
Memory at d240 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Capabilities: [70] Express Unknown type IRQ 0

00:1c.0 0604: 8086:27d0 (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [90] Subsystem: 17aa:2067
Capabilities: [a0] Power Management version 2

00:1c.1 0604: 8086:27d2 (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
Memory behind bridge: d200-d20f
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [90] Subsystem: 17aa:2068
Capabilities: [a0] Power Management version 2

00:1d.0 0c03: 8086:27c8

[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-08 Thread David Christiansen
Just as an explanation, that last report (where the speakers are always
muted unless there's a headphone plugged in) is after installing the
backports packages.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-02-05 Thread Hélène Cézard
I experienced the same bug on a MSI EX600-023 with Gutsy Gibbon.
kernel :
2.6.22-14-generic
sound card :
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)

I could resolve this bug thanks to this tutorial : 
https://help.ubuntu.com/community/HdaIntelSoundHowto (the "Manually Specify 
Module Parameters" part)
Output of "cat /proc/asound/card0/codec#* | grep Codec" :
Codec: Realtek ALC888
Codec: Generic 11c1 Si3054

I added "options snd-hda-intel model=targa-dig" at the end of
/etc/modprobe.d/alsa-base and now, after a reboot, the problem is gone.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-02-05 Thread Hélène Cézard
I forgot to mention that I also tried the Hardy Heron alpha 4 live cd
ans the bug was still there.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-02-06 Thread tzarsmango
otto67 thanks for your comment

options snd-hda-intel model=3stack-6ch

worked great with my MSI S300 laptop (Realtek ALC883)

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-02-11 Thread Leann Ogasawara
Just adding a note that we will keep this report open against the
actively developed kernel but will be closing it against linux-
source-2.6.22.  Thanks.

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-02-11 Thread Leann Ogasawara
For those running Hardy Alpha, please try installing the latest linux-
ubuntu-modules-2.6.24-7.12 which contains ALSA version 1.0.16.  Please
report back your results.  Thanks.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-04 Thread Leann Ogasawara
For those who still experience this issue, can you please try installing
linux-backports-modules and verify if this issue still exists?  Please
report back your results.  Thanks!

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-06 Thread Andrew
Note: Running Gutsy

I removed my alsa-modules (installed using module assistant) and
installed the latest gutsy linux-backports-modules (2.6.22.14.21). The
problem is now gone! The headphones and system speaker are correctly
switching at the moment.

Dell Latitude D630
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)

-Andrew

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-30 Thread Leann Ogasawara
** Tags removed: hardy-alpha2

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-31 Thread otto67
I had the same speaker problem with Realtek ALC883
Using Gutsy 2.6.22-rt kernel
Added the line
options snd-hda-intel model=3stack-6ch
to the end of
/etc/modprobe.d/alsa-base
Then i will have the switch "Headphone" and can switch speakers on/off

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-19 Thread Leann Ogasawara
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: hardy-alpha2

** Tags removed: hardy-kernel-candidate

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-27 Thread Leann Ogasawara
Hardy Heron Alpha2 was recently released.  It contains an updated
version of the kernel.  You can download and try the new Hardy Heron
Alpha2 release from http://cdimage.ubuntu.com/releases/hardy/alpha-2/ .
You should be able to then test the new kernel via the LiveCD.  If you
can, please verify if this bug still exists or not and report back your
results. General information regarding the release can also be found
here: http://www.ubuntu.com/testing/hardy/alpha2 .  Thanks!

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-03-20 Thread Germán Póo-Caamaño
I had intalled Hardy Alpha6 and then I updated it and the the problem
exists.

The laptop is Toshiba Portégé R505.

$ tail -2 /proc/asound/oss/sndstat 
Mixers:
0: Realtek ALC262

I also had seen the problem in my desktop machine (using Gutsy, without
backports, so I will try them later, when I back home :-)

Mixers:
0: Realtek ALC888

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-02-27 Thread L815
Laptop:
Vaio VGN-FZ240E

This fixed my problem:
 sudo apt-get install linux-backports-modules

Thanks everyone :D

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-06-09 Thread tolson
I have also seen this bug on my Sony Viao.  I tried all the alsa
reinstallation, m-a fixes, and several options before I found that I
need to set the model=viao in /etc/modprobe.d/alsa-base.  It fixed the
issue for me, and from what I have read, this seems to be the fix that
works most often for many different systems (model=[something] where
[something] is the correct keyword for that system).

Since this bug seems to be affecting so many people, it seems like there
should be some detection script that runs on installation and perhaps on
kernel updates in order to correctly detect and set the model.  Is such
a fix possible?

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-06-09 Thread tolson
Also, "model=auto" does not work.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-04-24 Thread Brian Murray
Thanks for taking the time to report this bug and helping to make Ubuntu
better.  Which version of the kernel are you using?  You can check with
'uname -a'.  Thanks in advance.

** Changed in: Ubuntu
 Assignee: (unassigned) => Brian Murray
   Status: Unconfirmed => Needs Info

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-04-26 Thread Brian Murray
** Tags added: hda-jack-sense

** Changed in: linux-source-2.6.20 (Ubuntu)
Sourcepackagename: None => linux-source-2.6.20
   Importance: Undecided => Medium
 Assignee: Brian Murray => Ubuntu Audio Team
   Status: Needs Info => Confirmed

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-05-17 Thread hmjgriffon
"""I did end up replacing patch_realtek.c in the alsa-driver 1.0.14 rc4
distribution with a patch from here: https://bugtrack.alsa-project.org
/alsa-bug/view.php?id=2725 (realtek6.tar.gz) since it appears the Lenovo
laptop mentioned in that bug shares identical hardware (and Feisty sound
issues) with the toshiba satellite."""

Can you post the alsa driver with the new patch in it? You need an
account to do anything on that alsa page, would much appreciate it.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-05-06 Thread tritonrc
I have the same model of toshiba laptop (a135-s4467) and have spent the
last couple of hours trying to get audio working and then trying to get
the speakers to mute when headphones are plugged in.

I ended up installing alsa-driver 1.0.14 rc4 to get audio working once
again with Feisty.  I tried "model=3stack" and "model=auto" both of
which would produce audio but not mute the internal speakers when using
the headphone jack.  After looking through the patch_realtek.c code, I
found that a number of realtek based codec configurations require a
little extra work to enable proper jack sensing.

For the ALC861-VD, someone had implemented this jacks sensing for the
lenovo model.  So, I changed my model from "3stack" to "lenovo" and
voila, audio works as expected and jack sensing works as well.

Note: I did have to unplug and replug my headphones after I changed the
model (sudo modprobe -r snd-hda-intel && modprobe snd-hda-intel
model=lenovo) for the muting to work but I haven't run into any other
quirks over a couple of reboots now after I set the model in
/etc/modprobe.d/alsa-base.

I hope  this helps.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-05-06 Thread Gabriel Loewen
@tritonrc
I tried what you stated, but was unable to reproduce the results that you got.  
When I set ALSA to use "lenovo" I get no audio.  Is there a patch for realtek 
hda sound cards that I need to apply first?

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-05-06 Thread tritonrc
I did end up replacing patch_realtek.c in the alsa-driver 1.0.14 rc4
distribution with a patch from here: https://bugtrack.alsa-project.org
/alsa-bug/view.php?id=2725 (realtek6.tar.gz) since it appears the Lenovo
laptop mentioned in that bug shares identical hardware (and Feisty sound
issues) with the toshiba satellite.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-05-06 Thread Gabriel Loewen
Thanks a lot, that patch fixed my laptop.  The patch that tritonrc
listed above should be integrated into the alsa-driver package.  Thanks
again tritonrc.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-27 Thread Leann Ogasawara
Gabriel, since you are the original bug reporter, can you comment if
this is still and issue for you.  From the comments here it seems fixed
for some and not for others.  Thanks.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-27 Thread Wladston Viana
The bug still happens with me. I have done a fresh install of Ubuntu
8.04.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-27 Thread Gabriel Loewen
Hi Leann,
I am now running Ubuntu 8.04 and I am still experiencing this issue.  My ALSA 
settings are set the same as they were when I was running Feisty, and I have 
disabled PulseAudio as well because of a separate issue.

So, yes, unfortunately this is still a problem for me.

Gabriel Loewen

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-27 Thread Gabriel Loewen
This is a confirmed issue with the Intel HDA Sound Cards and its
derivatives.  Is there a reason why it was marked incomplete?

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-28 Thread david
The problem is still there for me as well (Asus U1F).

Just as a side note: When I use model=lenovo then it works, except if
the headphones are plugged in before or during boot-up, in which case I
have to unplug and plug them in again to mute the internal speaker.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-04-26 Thread David Christiansen
I've just upgraded to Hardy Heron, and the problem no longer exists for
me.  Thanks!

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-05 Thread techgeek24
I wish it were true but, alas, at least not with an upgrade to Intrepid
Ibex. Still same issue for me.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-01 Thread David Christiansen
I just tried upgrading to Intrepid, and my headphone muting works just
fine with no special options.

Thanks for those who are working on this!  I have a Lenovo 3000 N100.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-02 Thread Wladston Viana
Same for me. Worked greatly out of the box for me.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-02 Thread Gabriel Loewen
This has been fixed with the release of Intrepid Ibex

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-09 Thread LinkMaster03
I'm on a Toshiba Satellite A135-S4727 and no matter what I do, I can't
even get anything to play out of the headphones! I've tried
model=toshiba, model=lenovo, auto, 3stack, 3stack-6ch... I know this
isn't related to this report, but did anyone else watching this bug have
that problem? I'm on Intel HDA (Realtek ALC861-VD).

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-10-19 Thread bolbo
I have a Packard Bell EasyNote with Realtek ALC660-VD. The option:
 options snd-hda-intel model=lenovo
in the file /etc/modprobe.d/alsa-base works for me in Hardy and Intrepid

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-09-13 Thread david
Still doesn't work on my U1F with Intrepid Alpha 5 :(

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-09-15 Thread adamthecamper
Tried to run Alpha5 for Intrepid Ibex 8.10 live-cd and while playing the
ogg included the problem was still here.

My laptop is Asus F7E, and it has all the symptoms of this bug.
I am using kernel module :
snd-hda-intel
lspci gives me this audio device:
Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 
04)

I have tried to folow this howto:
https://help.ubuntu.com/community/HdaIntelSoundHowto

So I have updated Alsa to 1.0.18rc3,
then folowed with finding right model

$ cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC660-VD
Codec: Motorola Si3054

These are the relevant lines I have found in ALSA-configuration.txt

ALC861/660
  3stack3-jack
  3stack-dig3-jack with SPDIF I/O
  6stack-dig6-jack with SPDIF I/O
  3stack-6603-jack (for ALC660)
  uniwill-m31   Uniwill M31 laptop
  toshiba   Toshiba laptop support
  asus  Asus laptop support
  asus-laptop   ASUS F2/F3 laptops
  auto  auto-config reading BIOS (default)

ALC861VD/660VD
  3stack3-jack
  3stack-dig3-jack with SPDIF OUT
  6stack-dig6-jack with SPDIF OUT
  3stack-6603-jack (for ALC660VD)
  3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD)
  lenovoLenovo 3000 C200
  dallasDallas laptops
  hpHP TX1000
  auto  auto-config reading BIOS (default

and  3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD) looked as
the one, but

options snd-hda-intel model=3stack-660-digout

at the end of the file /etc/modprobe.d/alsa-base
hasn't solved the problem.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-09-15 Thread adamthecamper
ok,

options snd-hda-intel model=lenovo

at the end of the file /etc/modprobe.d/alsa-base

HAS solved the problem :-)

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-08-28 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the
upcoming Intrepid Ibex 8.10 release.  As a result, the kernel team would
appreciate it if you could please test this newer 2.6.27 Ubuntu kernel.
There are one of two ways you should be able to test:

1)  If you are comfortable installing packages on your own, the linux-
image-2.6.27-* package is currently available for you to install and
test.

--or--

2)  The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer
2.6.27 Ubuntu kernel.  Alpha5 is set to be released Thursday Sept 4.
Please watch http://www.ubuntu.com/testing for Alpha5 to be announced.
You should then be able to test via a LiveCD.

Please let us know immediately if this newer 2.6.27 kernel resolves the
bug reported here or if the issue remains.  More importantly, please
open a new bug report for each new bug/regression introduced by the
2.6.27 kernel and tag the bug report with 'linux-2.6.27'.  Also, please
specifically note if the issue does or does not appear in the 2.6.26
kernel.  Thanks again, we really appreicate your help and feedback.

** Tags added: cft-2.6.27

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-03-20 Thread Germán Póo-Caamaño
I had intalled Hardy Alpha6 and then I updated it and the the problem
exists.

The laptop is Toshiba Portégé R505.

$ tail -2 /proc/asound/oss/sndstat 
Mixers:
0: Realtek ALC262

I also had seen the problem in my desktop machine (using Gutsy, without
backports, so I will try them later, when I back home :-)

Mixers:
0: Realtek ALC888

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-09-13 Thread david
Still doesn't work on my U1F with Intrepid Alpha 5 :(

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-09-15 Thread adamthecamper
Tried to run Alpha5 for Intrepid Ibex 8.10 live-cd and while playing the
ogg included the problem was still here.

My laptop is Asus F7E, and it has all the symptoms of this bug.
I am using kernel module :
snd-hda-intel
lspci gives me this audio device:
Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 
04)

I have tried to folow this howto:
https://help.ubuntu.com/community/HdaIntelSoundHowto

So I have updated Alsa to 1.0.18rc3,
then folowed with finding right model

$ cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC660-VD
Codec: Motorola Si3054

These are the relevant lines I have found in ALSA-configuration.txt

ALC861/660
  3stack3-jack
  3stack-dig3-jack with SPDIF I/O
  6stack-dig6-jack with SPDIF I/O
  3stack-6603-jack (for ALC660)
  uniwill-m31   Uniwill M31 laptop
  toshiba   Toshiba laptop support
  asus  Asus laptop support
  asus-laptop   ASUS F2/F3 laptops
  auto  auto-config reading BIOS (default)

ALC861VD/660VD
  3stack3-jack
  3stack-dig3-jack with SPDIF OUT
  6stack-dig6-jack with SPDIF OUT
  3stack-6603-jack (for ALC660VD)
  3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD)
  lenovoLenovo 3000 C200
  dallasDallas laptops
  hpHP TX1000
  auto  auto-config reading BIOS (default

and  3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD) looked as
the one, but

options snd-hda-intel model=3stack-660-digout

at the end of the file /etc/modprobe.d/alsa-base
hasn't solved the problem.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-09-15 Thread adamthecamper
ok,

options snd-hda-intel model=lenovo

at the end of the file /etc/modprobe.d/alsa-base

HAS solved the problem :-)

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-10-19 Thread bolbo
I have a Packard Bell EasyNote with Realtek ALC660-VD. The option:
 options snd-hda-intel model=lenovo
in the file /etc/modprobe.d/alsa-base works for me in Hardy and Intrepid

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-04 Thread Leann Ogasawara
For those who still experience this issue, can you please try installing
linux-backports-modules and verify if this issue still exists?  Please
report back your results.  Thanks!

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-06 Thread Andrew
Note: Running Gutsy

I removed my alsa-modules (installed using module assistant) and
installed the latest gutsy linux-backports-modules (2.6.22.14.21). The
problem is now gone! The headphones and system speaker are correctly
switching at the moment.

Dell Latitude D630
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)

-Andrew

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-07 Thread david
No change on my Asus U1F. The speakers still don't mute, except if I use
model=lenovo.

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 02)

ii  linux-backports-modules2.6.22.14.21 
 Generic Linux backported drivers.
ii  linux-backports-modules-2.6.22-14-generic  2.6.22-14.10 
 Ubuntu supplied Linux modules for version 2.6.22 on x8
ii  linux-backports-modules-generic2.6.22.14.21 
 Backported drivers for generic kernel image

$ uname -a
Linux batman 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 
GNU/Linux

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-08 Thread David Christiansen
Now my sound is only muted when there are no headphones attached.  When
I plug in a headphone, I get sound through both the headphone and the
speaker.  When I unplug the headphone, I lose all sound.  I've tried
model=lenovo, with no change.

Output of tail -2 /proc/asound/oss/sndstat:
Mixers:
0: Analog Devices AD1986A

Output of amixer:

Simple mixer control 'Master',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 25 [81%] [-9.00dB] [on]
  Front Right: Playback 25 [81%] [-9.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 22 [71%] [-1.50dB] [on]
  Front Right: Playback 22 [71%] [-1.50dB] [on]
Simple mixer control 'Mic',0
  Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Mono
  Limits: Playback 0 - 31
  Mono: Capture [on]
  Front Left: Playback 26 [84%] [4.50dB] [off]
  Front Right: Playback 26 [84%] [4.50dB] [off]
Simple mixer control 'Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 2 [67%]
  Front Right: 2 [67%]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 15
  Front Left: Capture 6 [40%] [9.00dB] [on]
  Front Right: Capture 6 [40%] [9.00dB] [on]
Simple mixer control 'Mix',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Mono
  Mono: Capture [off]
Simple mixer control 'Beep',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 15
  Mono:
  Front Left: Playback 6 [40%] [-27.00dB] [on]
  Front Right: Playback 6 [40%] [-27.00dB] [on]
Simple mixer control 'Caller ID',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'Digital',0
  Capabilities: cvolume
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 120
  Front Left: Capture 60 [50%] [0.00dB]
  Front Right: Capture 60 [50%] [0.00dB]
Simple mixer control 'External Amplifier',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Internal Mic',0
  Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Mono
  Limits: Playback 0 - 31
  Mono: Capture [off]
  Front Left: Playback 17 [55%] [-9.00dB] [off]
  Front Right: Playback 17 [55%] [-9.00dB] [off]
Simple mixer control 'Off-hook',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]


Output of lspci -nv:
00:00.0 0600: 8086:27a0 (rev 03)
Subsystem: 17aa:2061
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information

00:01.0 0604: 8086:27a1 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: d000-d1ff
Prefetchable memory behind bridge: c000-cfff
Capabilities: [88] Subsystem: 17aa:2062
Capabilities: [80] Power Management version 2
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [a0] Express Root Port (Slot+) IRQ 0

00:1b.0 0403: 8086:27d8 (rev 02)
Subsystem: 17aa:2066
Flags: bus master, fast devsel, latency 0, IRQ 21
Memory at d240 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Capabilities: [70] Express Unknown type IRQ 0

00:1c.0 0604: 8086:27d0 (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [90] Subsystem: 17aa:2067
Capabilities: [a0] Power Management version 2

00:1c.1 0604: 8086:27d2 (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
Memory behind bridge: d200-d20f
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [90] Subsystem: 17aa:2068
Capabilities: [a0] Power Management version 2

00:1d.0 0c03: 8086:27c8

[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-08 Thread David Christiansen
Just as an explanation, that last report (where the speakers are always
muted unless there's a headphone plugged in) is after installing the
backports packages.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-06 Thread Andrew
I added the line to get sound working, but the speakers never turn off
when I plug in my headphones.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-12 Thread Brian Murray
** Changed in: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Audio Team (ubuntu-audio)
   Status: New => Confirmed

** Changed in: linux-source-2.6.20 (Ubuntu)
 Assignee: Brian Murray (brian-murray) => (unassigned)

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-12 Thread Brian Murray
** Tags added: hardy-kernel-candidate

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-19 Thread Leann Ogasawara
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: hardy-alpha2

** Tags removed: hardy-kernel-candidate

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-27 Thread Leann Ogasawara
Hardy Heron Alpha2 was recently released.  It contains an updated
version of the kernel.  You can download and try the new Hardy Heron
Alpha2 release from http://cdimage.ubuntu.com/releases/hardy/alpha-2/ .
You should be able to then test the new kernel via the LiveCD.  If you
can, please verify if this bug still exists or not and report back your
results. General information regarding the release can also be found
here: http://www.ubuntu.com/testing/hardy/alpha2 .  Thanks!

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-30 Thread Leann Ogasawara
** Tags removed: hardy-alpha2

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-12-31 Thread otto67
I had the same speaker problem with Realtek ALC883
Using Gutsy 2.6.22-rt kernel
Added the line
options snd-hda-intel model=3stack-6ch
to the end of
/etc/modprobe.d/alsa-base
Then i will have the switch "Headphone" and can switch speakers on/off

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-05 Thread Andrew
** Also affects: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-11-05 Thread Andrew
I have been able to reproduce this issue on a Dell Latitude D630.

Alsa source compiled in using module assistant
alsa-modules-2.6.22-14-generic_1.0.14-1ubuntu2+2

Kernel 2.6.22-14-generic

lspci -vv info on the sound card:

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)
Subsystem: Dell Unknown device 01f9
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-27 Thread _SAND_MAN_
The same thing with my toshiba a135-4477 - Ubuntu 7.04 x64.  
The front-mic seems work, but it wasn´t able to record with "Sound Recorder" 
and wasn´t works with skype.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-28 Thread Alec Faithfull
Same problem observed on a new Dell Inspiron 1520 running 32-bit Feisty,
but with a twist - if the laptop has headphones (or external speakers)
plugged in when it's restarted, the headphones work, but the internal
speakers don't make any sound at all, even if the headphones are later
unplugged. "model=lenovo" didn't seem to help; the sound card is Intel
ICH8-based and uses the SigmaTel STAC9205 codec.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-08-28 Thread Brian Murray
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.  This bug does not meet the criteria for a stable release update and is 
being marked as Won't Fix for this particular version of the kernel.  You can 
learn more about the stable release update process at 
https://wiki.ubuntu.com/StableReleaseUpdates .
However, the issue that you reported is one that should be possible to test 
with the live environment of the Desktop CD of the development release - Gutsy 
Gibbon.  It would help us greatly if you could test with it so we can work on 
getting it fixed in the actively developed kernel.  You can find out more about 
the development release at http://www.ubuntu.com/testing/ .
If you do decide to test with the development release of Ubuntu please comment 
on this bug report and include at least the minimal information requested at 
http://wiki.ubuntu.com/KernelTeamBugPolicies .  Thanks again and we appreciate 
your help.

** Changed in: linux-source-2.6.20 (Ubuntu)
 Assignee: Ubuntu Audio Team => Brian Murray
   Status: Confirmed => Won't Fix

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-06 Thread pbwalker
Attached you will find the patch_realtek.c file.


** Attachment added: "patch_realtek.c"
   http://launchpadlibrarian.net/8330756/patch_realtek.c

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-07 Thread pbwalker
This worked like a champ. tritonrc  is the man.

This will need to be put into the ALSA driver so people know. Thanks!

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-07-16 Thread david
setting 
options snd-hda-intel model=lenovo
in /etc/modprobe.d/options
fixed the problem on my Asus U1F. Thanks for the hint!

Ubuntu Feisty
Kernel 2.6.22-7-generic from Gutsy

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-04-24 Thread Brian Murray
Thanks for taking the time to report this bug and helping to make Ubuntu
better.  Which version of the kernel are you using?  You can check with
'uname -a'.  Thanks in advance.

** Changed in: Ubuntu
 Assignee: (unassigned) => Brian Murray
   Status: Unconfirmed => Needs Info

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2007-04-26 Thread Brian Murray
** Tags added: hda-jack-sense

** Changed in: linux-source-2.6.20 (Ubuntu)
Sourcepackagename: None => linux-source-2.6.20
   Importance: Undecided => Medium
 Assignee: Brian Murray => Ubuntu Audio Team
   Status: Needs Info => Confirmed

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-05 Thread techgeek24
I wish it were true but, alas, at least not with an upgrade to Intrepid
Ibex. Still same issue for me.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-01 Thread David Christiansen
I just tried upgrading to Intrepid, and my headphone muting works just
fine with no special options.

Thanks for those who are working on this!  I have a Lenovo 3000 N100.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-02 Thread Wladston Viana
Same for me. Worked greatly out of the box for me.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-02 Thread Gabriel Loewen
This has been fixed with the release of Intrepid Ibex

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-23 Thread Chance Fulton
Toshiba satellite running ubuntu 8.10 fully up to date, Speakers will
not mute when headphones are plugged in. I have the 3stack model in my
alsa-base file.

relevant info is: 
uname -a
Linux chance-laptop 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:06 UTC 2008 x86_64 
GNU/Linux
cat alsa-base
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet 
snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq 
; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe 
--quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe 
--quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe 
--quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { 
/sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS 
&& { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS 
&& { /sbin/modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { 
/sbin/modprobe -Qb saa7134-alsa ; : ; }

# Load snd-seq for devices that don't have hardware midi;
#   Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
#   non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq 
; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
options snd-hda-intel position_fix=1 model=3stack
 Just wondering how this is coming.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-11-09 Thread LinkMaster03
I'm on a Toshiba Satellite A135-S4727 and no matter what I do, I can't
even get anything to play out of the headphones! I've tried
model=toshiba, model=lenovo, auto, 3stack, 3stack-6ch... I know this
isn't related to this report, but did anyone else watching this bug have
that problem? I'm on Intel HDA (Realtek ALC861-VD).

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-08-28 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the
upcoming Intrepid Ibex 8.10 release.  As a result, the kernel team would
appreciate it if you could please test this newer 2.6.27 Ubuntu kernel.
There are one of two ways you should be able to test:

1)  If you are comfortable installing packages on your own, the linux-
image-2.6.27-* package is currently available for you to install and
test.

--or--

2)  The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer
2.6.27 Ubuntu kernel.  Alpha5 is set to be released Thursday Sept 4.
Please watch http://www.ubuntu.com/testing for Alpha5 to be announced.
You should then be able to test via a LiveCD.

Please let us know immediately if this newer 2.6.27 kernel resolves the
bug reported here or if the issue remains.  More importantly, please
open a new bug report for each new bug/regression introduced by the
2.6.27 kernel and tag the bug report with 'linux-2.6.27'.  Also, please
specifically note if the issue does or does not appear in the 2.6.26
kernel.  Thanks again, we really appreicate your help and feedback.

** Tags added: cft-2.6.27

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-06-09 Thread tolson
I have also seen this bug on my Sony Viao.  I tried all the alsa
reinstallation, m-a fixes, and several options before I found that I
need to set the model=viao in /etc/modprobe.d/alsa-base.  It fixed the
issue for me, and from what I have read, this seems to be the fix that
works most often for many different systems (model=[something] where
[something] is the correct keyword for that system).

Since this bug seems to be affecting so many people, it seems like there
should be some detection script that runs on installation and perhaps on
kernel updates in order to correctly detect and set the model.  Is such
a fix possible?

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-06-09 Thread tolson
Also, "model=auto" does not work.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-27 Thread Leann Ogasawara
Gabriel, since you are the original bug reporter, can you comment if
this is still and issue for you.  From the comments here it seems fixed
for some and not for others.  Thanks.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-27 Thread Wladston Viana
The bug still happens with me. I have done a fresh install of Ubuntu
8.04.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-27 Thread Gabriel Loewen
Hi Leann,
I am now running Ubuntu 8.04 and I am still experiencing this issue.  My ALSA 
settings are set the same as they were when I was running Feisty, and I have 
disabled PulseAudio as well because of a separate issue.

So, yes, unfortunately this is still a problem for me.

Gabriel Loewen

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-27 Thread Gabriel Loewen
This is a confirmed issue with the Intel HDA Sound Cards and its
derivatives.  Is there a reason why it was marked incomplete?

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-05-28 Thread david
The problem is still there for me as well (Asus U1F).

Just as a side note: When I use model=lenovo then it works, except if
the headphones are plugged in before or during boot-up, in which case I
have to unplug and plug them in again to mute the internal speaker.

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109838] Re: Laptop speakers do not mute when using headphones

2008-04-26 Thread David Christiansen
I've just upgraded to Hardy Heron, and the problem no longer exists for
me.  Thanks!

-- 
Laptop speakers do not mute when using headphones
https://bugs.launchpad.net/bugs/109838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   >