[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2008-11-18 Thread bh1nd3r
*** This bug is a duplicate of bug 173652 *** https://bugs.launchpad.net/bugs/173652 Has somebody found a workaround? I would really like my function keys to work. acpi_listen does not produce any output here either. sony_laptop is loaded and sonypi is not. -- Screen Brightness adjustment fa

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2008-05-27 Thread Chris Eagan
*** This bug is a duplicate of bug 173652 *** https://bugs.launchpad.net/bugs/173652 Pihhan: I tried your suggestion, but the output of running acpi_listen and pushing the Fn+F5 and such produced no output at all. I read the "duplicate" bug that you marked, but I believe that this may actually

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2008-05-18 Thread wolfger
Setting back to "confirmed" status since there seems to be no missing information or unanswered questions. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Changed in: linux-source-2.6.22 (Ubuntu) Status: Incomplete => Confirmed -- Screen Brightness adjustment fail

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2008-05-15 Thread Chris Eagan
I have tried the blacklisting of sonypi using the above instructions, but it still does not work. I am now running Hardy Heron on this machine as well. I do have a workaround solution in place. I discovered that I can run "smartdimmer" to change brightness without needing to use sudo. I used gconf

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2008-05-14 Thread wolfger
Chris, did you try the blacklisting of sonypi as Leann suggested above? Are you still experiencing this issue? -- Screen Brightness adjustment fails for Sony VAIO VGN-AR250G https://bugs.launchpad.net/bugs/152095 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-12-21 Thread Leann Ogasawara
** Tags removed: hardy-alpha2 ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New => Incomplete -- Screen Brightness adjustment fails for Sony VAIO VGN-AR250G https://bugs.launchpad.net/bugs/152095 You received this bug no

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-12-21 Thread Chris Eagan
Nevermind about the BIOS. I checked and there are no options remotely related to any of this. Sony went all out and lets me set the time, date, startup animation preferences, boot order, and passwords. That is all. It's the smallest BIOS options list I have ever seen. -- Screen Brightness adjustm

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-12-21 Thread Chris Eagan
I downloaded the daily live cd of Hardy. $ uname -a Linux ubuntu 2.6.24-2-generic #1 SMP Thu Dec 20 17:36:12 GMT 2007 i686 GNU/Linux Pressing the keys still do not work. Using the "sudo /etc/acpi/sonybright.sh down" still works. lsmod shows that both sonypi and sony_laptop are loaded. Is it poss

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-12-21 Thread Leann Ogasawara
** Tags added: hardy-alpha2 -- Screen Brightness adjustment fails for Sony VAIO VGN-AR250G https://bugs.launchpad.net/bugs/152095 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

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-12-21 Thread unggnu
Brightness widget of Gnome seems to work for my Sony Notebook TX2 since 2.6.24 kernel in Hardy. Could you recheck it with a daily live cd of hardy? -- Screen Brightness adjustment fails for Sony VAIO VGN-AR250G https://bugs.launchpad.net/bugs/152095 You received this bug notification because you

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-12-21 Thread unggnu
Brightness widget of Gnome seems to work for my Sony Notebook TX2 since 2.6.24 kernel in Hardy. Could you recheck it with a daily live cd of hardy? -- Screen Brightness adjustment fails for Sony VAIO VGN-AR250G https://bugs.launchpad.net/bugs/152095 You received this bug notification because you

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-12-17 Thread Leann Ogasawara
Hi Chris, If you'd like to try blacklisting the sonypi module you just need to add it to /etc/modprove.d/blacklist . However, I've seen issues with the sonypi module that you also will have to comment out the line "modprobe sonypi" in /etc/init.d/hotkey-setup. Let us know if this helps. Thanks!

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-12-12 Thread Chris Eagan
lsmod shows both modules loaded on my computer. [EMAIL PROTECTED]:~$ lsmod | grep sony sony_laptop32088 0 sonypi 23960 0 I removed the deprecated sonypi module from the running kernel. [EMAIL PROTECTED]:~$ sudo rmmod sonypi [EMAIL PROTECTED]:~$ lsmod | grep sony s

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-12-11 Thread Leann Ogasawara
Hi Chris, Can you just try loading the sony-laptop module and not the sony-pi module. It wasn't clear if this is what you tried when testing with the Gutsty Gibbon 7.10 LiveCD. It is my understanding that sony-pi has been obsoleted in favor of using sony-laptop. You can even see the following m

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-10-22 Thread unggnu
** Changed in: linux-source-2.6.22 (Ubuntu) Status: Incomplete => New -- Screen Brightness adjustment fails for Sony VAIO VGN-AR250G https://bugs.launchpad.net/bugs/152095 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-10-22 Thread Chris Eagan
I went ahead and downloaded the official Ubuntu Gutsy Gibbon 7.10 Live CD from http://releases.ubuntu.com/7.10/ and it didn't seem to recognize the "Fn+F5" keypress either. I ran xev in terminal while running the Live CD and pressed "Fn+F5" but it didn't print anything to the terminal window. It di

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-10-22 Thread unggnu
Could you please recheck it with latest Ubuntu Gutsy Gibbon 7.10 or the Live CD? Sony-laptop module is used instead of sony-acpi since Gutsy so maybe this was the problem. ** Changed in: linux-source-2.6.22 (Ubuntu) Sourcepackagename: None => linux-source-2.6.22 Status: New => Incomplete -

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-10-22 Thread Chris Eagan
It turns out that I have everything you mentioned installed already. I checked for ouput in /var/log/kern.log and found this: Oct 19 08:48:51 GiantPSP kernel: [ 36.252000] sonypi: Sony Programmable I/O Controller Driver v1.26. Oct 19 08:48:51 GiantPSP kernel: [ 36.252000] sonypi: please try t

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-10-20 Thread Andrew Chadwick
Hotkey stuff on this kind of laptop generates ACPI events, and acpid is supposed to pick up on those and launch the scripts I mentioned. So the first thing to do is make sure you're got the ACPI-related packages that wire things together installed. Make sure the acpi-support package is installed, a

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-10-20 Thread Chris Eagan
Running the commands you mentioned (/etc/acpi/sonybright.sh) work great! Can you tell me how I might go about attaching those commands to my keyboard's "Fn+F5" and "Fn+F6" key strokes that indicate they are supposed to handle brightness? Thanks for the help! -- Screen Brightness adjustment fails

[Bug 152095] Re: Screen Brightness adjustment fails for Sony VAIO VGN-AR250G

2007-10-19 Thread Andrew Chadwick
Works (kinda) for me with a VGN-B3XP. The sliders under System>Preferences>Power Management don't work, while the underlying /sys stuff and hotkeys work fine. See bug 152731 for *that*. Do you have hotkeys for the brightness? Does pressing them work? What about: $ sudo /etc/acpi/sonybright.s