[Bug 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2011-07-14 Thread Brad Figg
This bug was filed against a series that is no longer supported and so
is being marked as Won't Fix. If this issue still exists in a supported
series, please file a new bug.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/432188

Title:
  [KARMIC] Thinkpad T42P volume OSD does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/432188/+subscriptions

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


[Bug 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-11-10 Thread er...@hamburg
On the T42 the fix did not work, setting the mask to /proc or /sys from within 
/etc/rc.local did not work. I have to set the mask after login by hand, then 
the osd works well.
Using /proc is deprecated, try this instead

echo 0x00ff > /sys/devices/platform/thinkpad_acpi/hotkey_mask

But in /etc/rc.local nothing happens

Eric

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-11-09 Thread Mark
I have the same problem on a TP R50e.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-11-03 Thread Andre
The same on Thinkpad X41. Buttons do work, but no OSD for Volume and Brightness 
though. :(
It was working properly on Hardy and Intrepid. Never had Jaunty on this 
notebook.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-11-01 Thread dimitris
On a X60 at least, Xzan's fix has an undesirable side-effect:  When I
press the Thinkpad volume up/down keys, OSD is now displayed.  However,
the volume up/down keys now control both the Thinkpad hardware mixer and
the main mixer.  You can see that by watching the mixer/volume applet's
reported volume (dB / %) as you are pressing the up/down keys.

In effect, this undoes the "fix" from #355300.  For even more gory
details, see the upstream bug at
https://bugzilla.gnome.org/show_bug.cgi?id=524425.

After reading that I'm sticking with tpb :-(

** Bug watch added: GNOME Bug Tracker #524425
   https://bugzilla.gnome.org/show_bug.cgi?id=524425

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-31 Thread James Burrell
Thanks for the help folks.  With Xzan's additional steps (& SixedUp's
tweak), I think the hotkeys are working normally now on my T43.

Will try on my T60p when I upgrade it, but for now I think we have a
band-aid.

A little puzzling as to why this OSD functionality for Thinkpads has
been shaky for the past two releases.

JB

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-31 Thread SixedUp
After step 5 you'll also need to do:

$ sudo chmod 755 /etc/acpi/resume.d/91-tp-hotkey-fix.sh

Otherwise this workaround works fine on my T60p.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-31 Thread Xzan
I have noticed as well that my fix wasn't persistent. So i search the
web once again and found a work around :

1) Edit /etc/rc.local

$ sudo gedit /etc/rc.local

2) add before return 0 :

#Fix for the hotkey, added the 10/31/2009
echo 0x > /proc/acpi/ibm/hotkey

3) create and edit a script for the resume :

$ sudo touch /etc/acpi/resume.d/91-tp-hotkey-fix.sh
$ sudo gedit /etc/acpi/resume.d/91-tp-hotkey-fix.sh

4) add the following in the script :

#!/bin/bash
# fix thinkpad-hotkeys

echo 0x > /proc/acpi/ibm/hotkey

5) close and save.

I have rebooted and my hotkeys were still making the OSD appears.

(Source : "Configuring ACPI" part from http://www.thinkwiki.org/wiki
/Sample_fn-F7_script )

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-31 Thread James Burrell
Hello --

Xzan's post does temporarily fix the hotkeys for my Thinkpad T43 (thanks
for the post!).

I have had hotkey problems since 9.04 as well, but had previously fixed
them by rolling back to an older version of the hotkey-setup driver.

sudo dpkg -i ~/hotkey-setup_0.1-23ubuntu7_i386.deb

I'd prefer to figure out how to make Xzan's fix persist through a reboot
...

Please pardon my ignorance if this is a trivial task.

JB

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-31 Thread Xzan
I have a Thinkpad R50e and i had the same problem as you since Ubuntu 9.04.
I though that Ubuntu 9.10 would fix it but it didn't so i search to fix it 
myself and i find something
I got on the thinkpad-acpi website and they say that we should look in the 
documentation "thinkpad_acpi.txt" which i find on this website : 
http://www.mjmwired.net/kernel/Documentation/laptops/thinkpad-acpi.txt

On line 219, it says how to enable all hotkey.

Here's how i did it :

$ sudo -s
# echo 0x > /proc/acpi/ibm/hotkey

And it works :) Now, i got the OSD for volume and brightness hotkey :)

Hope this is gonna help you ;)

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-31 Thread Jodie Cunningham
x60s, upgraded all the way from 8.04 LTS to 9.10 last night, no OSD for
volume, but volume buttons do work if you hold them down. Brightness
keys are working with OSD.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-30 Thread Daniel Agar
x60s no volume control OSD, however the volume keys do work and the
brightness keys are working properly with OSD.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-26 Thread Neo
Same on T42, OSD (volume, brightness, thinklight, ...) is not working.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-18 Thread Bart Rose
Same on R52. Also, brightness OSD fails to be displayed.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-17 Thread Gustav Svensson
Same with X41.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-10 Thread SixedUp
Some problem seen here on my Thinkpad T60p with the latest Karmic
updates.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-07 Thread Luis Carlos Cobo
Same behavior with T60 on Karmic. And the volume setting is indeed
independent from the software mixer, as Jean-Francois notes, which is a
bit annoying.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-03 Thread Jean-François Fortin Tam
I should mention that the volume through the thinkpad volume keys now
behaves independently from the volume applet. And if you put both at the
maximum, it will be way too loud and the sound will distort.

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-10-03 Thread Jean-François Fortin Tam
I also noticed this bug on a thinkpad T43 in Karmic.

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

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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 432188] Re: [KARMIC] Thinkpad T42P volume OSD does not work

2009-09-17 Thread Manoj Iyer

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/31990556/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/31990557/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/31990559/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/31990562/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/31990563/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt"
   http://launchpadlibrarian.net/31990571/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt"
   
http://launchpadlibrarian.net/31990582/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/31990594/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/31990600/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/31990610/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/31990628/Lspci.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/31990641/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/31990652/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/31990664/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/31990678/ProcModules.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/31990689/RfKill.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/31990699/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/31990709/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/31990718/WifiSyslog.txt

-- 
[KARMIC] Thinkpad T42P volume OSD does not work
https://bugs.launchpad.net/bugs/432188
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