| View previous topic :: View next topic |
| Author |
Message |
ZogG n00b

Joined: 06 Aug 2007 Posts: 10
|
Posted: Sat Oct 22, 2011 8:59 pm Post subject: |
|
|
any updates? how can i contact you for some advices?
i have vpcz134gx and got funtoo on it. for now i'm leaving hybrid card issue for the last one i would try to work around.
but what disturbing me now is that i can't make fingerprint to work and backlight of keyboard(actually i can see it in /sys/modules/sony_laptop/parameters but have no idea how to turn on and if light sensor is working) |
|
| Back to top |
|
 |
zalun Tux's lil' helper


Joined: 02 Feb 2004 Posts: 89
|
Posted: Sun Oct 23, 2011 4:59 pm Post subject: |
|
|
I haven't done any new configurations ...
I think fingerprint is still unsolved.
Keyboard is managed behind the OS, no idea if it is configurable from it (haven't played in Windows for a long time). |
|
| Back to top |
|
 |
zalun Tux's lil' helper


Joined: 02 Feb 2004 Posts: 89
|
Posted: Wed Jan 18, 2012 9:08 pm Post subject: |
|
|
I was able to shave another 3W by shutting down bluetooth, the thing identified by powertop as "Radio Device: Sony Vaio Control Device"
On this website I found about rfkill interface
http://www.mjmwired.net/kernel/Documentation/laptops/sony-laptop.txt
| Code: | $> grep . /sys/class/rfkill/*/{state,name}
/sys/class/rfkill/rfkill0/state:1
/sys/class/rfkill/rfkill1/state:1
/sys/class/rfkill/rfkill2/state:1
/sys/class/rfkill/rfkill0/name:sony-wifi
/sys/class/rfkill/rfkill1/name:sony-bluetooth
/sys/class/rfkill/rfkill2/name:phy0 | [/code]
I simply have set the contents of /sys/class/rfkill/rfkill1/state to 0 and bluetooth is off |
|
| Back to top |
|
 |
fbcyborg Advocate


Joined: 16 Oct 2005 Posts: 2932 Location: ROMA
|
|
| Back to top |
|
 |
|