Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Sony Vaio Programmable I/O Control Device support
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
xtz
Apprentice
Apprentice


Joined: 29 Oct 2007
Posts: 181
Location: Singapore

PostPosted: Fri Oct 11, 2013 10:56 am    Post subject: Sony Vaio Programmable I/O Control Device support Reply with quote

Hey guys,

I got a SONY VAIO notebook model VGN-FW140E.
I'd like to get my function keys working. From what I've read, I need to enable the Sony Vaio PI support, but it is only available if I'm using 32bit kernel (!64BIT=y as a dependancy):
Code:
  | Symbol: SONYPI [=n]
  | Type  : tristate
  | Prompt: Sony Vaio Programmable I/O Control Device support
  |   Location:
  |     -> Device Drivers
  | (4)   -> Character devices
  |   Defined at drivers/char/Kconfig:423
  |   Depends on: X86 [=y] && PCI [=y] && INPUT [=y] && !64BIT [=y]

Is there a way to get this running with a 64 bit kernel?

P.S.: I already got the Sonypi compatibility built into the sony-laptop driver:
Code:
  | Symbol: SONYPI_COMPAT [=y]
  | Type  : boolean
  | Prompt: Sonypi compatibility
  |   Location:
  |     -> Device Drivers
  |       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
  | (1)     -> Sony Laptop Extras (SONY_LAPTOP [=y])
  |   Defined at drivers/platform/x86/Kconfig:291
  |   Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && SONY_LAPTOP [=y]
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Fri Oct 11, 2013 7:07 pm    Post subject: Reply with quote

I took a look in the code; it looks like you should only be using the sony-laptop driver, sonypi is a legacy one.

You should have a /sys/bus/acpi/devices/SNY6001 if it's loaded correctly.

Is there a problem with the normal function keys (F1-F12) or is it only certain ones? Those sort of things usually send ACPI events instead of keyboard events which may be why it looks like it's not working. Also acpid should be sending the unhandled button events to syslog in that case.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum