Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Documentation, Tips & Tricks
  • Search

[HOWTO] Sony Vaio FS series FN keys

Unofficial documentation for various parts of Gentoo Linux. Note: This is not a support forum.
Post Reply
Advanced search
221 posts
  • Page 9 of 9
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
Author
Message
G2k
l33t
l33t
User avatar
Posts: 672
Joined: Sat Mar 06, 2004 5:58 pm
Location: Rome, Italy

  • Quote

Post by G2k » Sat Feb 16, 2008 1:09 am

I was using app-laptop/fsfn-1.0 with kernel 2.6.22 but now I'm using 2.6.23-r8. How would I install the 9999 version? Also, what are those Sony things I mentioned above that I enabled in my kernel for if not for the screen brightness?

EDIT:
This is what I compiled

Code: Select all

# cat /usr/src/linux/.config | grep SONY
CONFIG_SONY_LAPTOP=y
CONFIG_SONYPI_COMPAT=y
CONFIG_SONYPI=y
I found this link which sort of explains it, but I haven't figured out how to use it yet. If I do I will let you guys know.
Animula vagula blandula,
Hospes comesque corporis,
Quae nunc abibis in loca
Pallidula rigida nudula,
Nec ut soles dabis iocos...
- Imp. Caesar Hadrianus
Top
pijalu
Guru
Guru
User avatar
Posts: 365
Joined: Mon Oct 04, 2004 10:43 am

  • Quote

Post by pijalu » Sat Feb 16, 2008 12:10 pm

you should download the ebuild that peach posted on the previous page, put it in your overlay, digest it (ebuild fsfn-9999.ebuild digest) and emerge it.

The sonypi is a way to control brightness, but requires a specific controller in your vaio, and at least for the FS series, this controller is not present (that was the point of fsfn and the sony acpi module :-) ) - Now, the newest kernels comes with this module ... But the interface with user world is a little bit different from the "old" sony acpi....
I had to update fsfn to support it (this is why you need to use the "svn" version...aka 9999 - The good news is this version is smart enough to work with both, so if you boot with an "old" kernel [xen for e.g.] where the module is not present, you can still use the old module with this specific version and fsfn will still do his job...)
Top
G2k
l33t
l33t
User avatar
Posts: 672
Joined: Sat Mar 06, 2004 5:58 pm
Location: Rome, Italy

  • Quote

Post by G2k » Sun Feb 17, 2008 6:50 am

Thanks, I'm emerging now.
Why does it pull in subversion as a dependency?
Animula vagula blandula,
Hospes comesque corporis,
Quae nunc abibis in loca
Pallidula rigida nudula,
Nec ut soles dabis iocos...
- Imp. Caesar Hadrianus
Top
pijalu
Guru
Guru
User avatar
Posts: 365
Joined: Mon Oct 04, 2004 10:43 am

  • Quote

Post by pijalu » Sun Feb 17, 2008 11:38 am

Because you need subversion to fetch the source code :-)
Top
G2k
l33t
l33t
User avatar
Posts: 672
Joined: Sat Mar 06, 2004 5:58 pm
Location: Rome, Italy

  • Quote

Post by G2k » Sun Feb 17, 2008 6:31 pm

pijalu wrote:Because you need subversion to fetch the source code :-)
:? that kind of stinks.
Anyway, I just wanted to point out that to get fsfn working automatically in graphics mode (aka wtih xosd) the binary is no longer /usr/local/bin/fsfn but /usr/bin/fsfn, so if you're using GNOME then go to System -> Preferences -> Sessions -> Edit or Add an entry for FSFN and set the command to /usr/bin/fsfn -o
Animula vagula blandula,
Hospes comesque corporis,
Quae nunc abibis in loca
Pallidula rigida nudula,
Nec ut soles dabis iocos...
- Imp. Caesar Hadrianus
Top
barlad
l33t
l33t
User avatar
Posts: 673
Joined: Sat Feb 22, 2003 10:55 pm

  • Quote

Post by barlad » Sun Mar 16, 2008 7:34 pm

fsfn does not work on my laptop (sony SZ serie) and I am wondering a few things.

- I am using the latest sony-laptop driver from 2.6.24 and everything related to FN keys seem to work fine: there is an input device created to which is redirected all the FN keystrokes, and those FN strokes are even forwarded to the acpid daemon as acpi events. The only thing I do not have is a fnkey device in /sys/devices/platform/sony-laptop/fnkey . Why don't I have this fnkey device if everything seems to work fine? Is this a problem with the sony-laptop driver?

- My second question is what's the point of this fnkey device anyway? It was my understanding that fsfn works by reading keystrokes from the input device (/dev/input/eventX) and using it to set up brightness or volume or whatever. What's the role played by the fnkey device in this?

I guess I am not hopeless to get a use of my fn keys since I can use acpid rules for them but I would be much happier with fsfn :/

Thanks for all the help!
Top
G2k
l33t
l33t
User avatar
Posts: 672
Joined: Sat Mar 06, 2004 5:58 pm
Location: Rome, Italy

  • Quote

Post by G2k » Thu Mar 20, 2008 4:49 pm

I was looking through my dmesg and I noticed the following lines

Code: Select all

sonypi: Sony Programmable I/O Controller Driver v1.26.
sonypi: please try the sony-laptop module instead and report failures, see also http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
sonypi: detected type3 model, verbose = 0, fnkeyinit = off, camera = off, compat = off, mask = 0xffffffff, useinput = on, acpi = on
sonypi: enabled at irq=11, port1=0x1080, port2=0x1084
sonypi: device allocated minor is 63
input: Sony Vaio Jogdial as /class/input/input0
input: Sony Vaio Keys as /class/input/input1
sonypi command failed at drivers/char/sonypi.c : sonypi_call1 (line 652)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 663)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 665)
sonypi command failed at drivers/char/sonypi.c : sonypi_call1 (line 652)
Why are all those commands failing towards the bottom? I read that it might have something to do with xbacklight but I dont really know what I should make of that.
Animula vagula blandula,
Hospes comesque corporis,
Quae nunc abibis in loca
Pallidula rigida nudula,
Nec ut soles dabis iocos...
- Imp. Caesar Hadrianus
Top
pijalu
Guru
Guru
User avatar
Posts: 365
Joined: Mon Oct 04, 2004 10:43 am

  • Quote

Post by pijalu » Thu Mar 20, 2008 8:07 pm

barlad wrote:fsfn does not work on my laptop (sony SZ serie) and I am wondering a few things.

- I am using the latest sony-laptop driver from 2.6.24 and everything related to FN keys seem to work fine: there is an input device created to which is redirected all the FN keystrokes, and those FN strokes are even forwarded to the acpid daemon as acpi events. The only thing I do not have is a fnkey device in /sys/devices/platform/sony-laptop/fnkey . Why don't I have this fnkey device if everything seems to work fine? Is this a problem with the sony-laptop driver?
It's quite probable that your ACPI just does not work as the old fs series, and it seems to use something different :-(
- My second question is what's the point of this fnkey device anyway? It was my understanding that fsfn works by reading keystrokes from the input device (/dev/input/eventX) and using it to set up brightness or volume or whatever. What's the role played by the fnkey device in this?
The FS serie (and a few others) used this device to get the actual key you pressed - For some reason, when you hit the FN+something, the hardware always return same "key", and the actual value of the function was set in ACPI... The fnkey was just the userspace entry to this memory
==> If you don't have it, it just means that your hardware does not use the same principle...
I guess I am not hopeless to get a use of my fn keys since I can use acpid rules for them but I would be much happier with fsfn :/

Thanks for all the help!
It's open source, so nothing stop you from changing/updating FSFN to support the handling of your laptop :-)
I would like to do it, but sadly I don't own such laptop and I am a little bit running behind time to do it only with feedback :-)
Top
Peach
Advocate
Advocate
User avatar
Posts: 3686
Joined: Sat Mar 08, 2003 9:00 pm
Location: London, UK
Contact:
Contact Peach
Website

  • Quote

Post by Peach » Sun Apr 13, 2008 4:14 pm

hi pijalu. did you already tried fsfn with pulseaudio? I'm currently possessing a USB SoundBlaster-live! (awful support btw) and got serious improvements using pulseaudio, but now the only key working is the light but not the audio. If you need any output just ask.
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Top
pijalu
Guru
Guru
User avatar
Posts: 365
Joined: Mon Oct 04, 2004 10:43 am

  • Quote

Post by pijalu » Sun Apr 13, 2008 6:02 pm

Peach wrote:hi pijalu. did you already tried fsfn with pulseaudio? I'm currently possessing a USB SoundBlaster-live! (awful support btw) and got serious improvements using pulseaudio, but now the only key working is the light but not the audio. If you need any output just ask.
Nope... mostly because I don't have a Gentoo on this laptop anymore [I moved that old baby to Ubuntu since I only start once a month :-) - Gentoo is just for my "main" machine :-) ]
==> Will take a look one of these days but not really a first priority :-)
Top
VinnieNZ
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 126
Joined: Thu Mar 11, 2004 1:56 am
Location: New Zealand

  • Quote

Post by VinnieNZ » Mon Apr 14, 2008 5:53 am

Hi pijalu,

I was wondering if you could give me hand in getting fsfn svn working with the sony-laptop driver on my VGN-FS35GP.

I've been through the whole thread, and everything appears to be where it should be and I have the devices I think, yet when I press the Fn buttons, nothing seems to happen. I get the:

Code: Select all

Apr 14 17:43:10 gallardo atkbd.c: Unknown key pressed (translated set 2, code 0xf5 on isa0060/serio0).
Apr 14 17:43:10 gallardo atkbd.c: Use 'setkeycodes e075 <keycode>' to make it known.
Apr 14 17:43:10 gallardo atkbd.c: Unknown key released (translated set 2, code 0xf5 on isa0060/serio0).
Apr 14 17:43:10 gallardo atkbd.c: Use 'setkeycodes e075 <keycode>' to make it known.
errors that G2K got at the very start of this thread, but nothing happens.

I can echo the brightness level out to /sys/class/backlight/sony/brightness and it changes, so nothing wrong there, and I've ensured that the hotkeys are set to Type 1 in the BIOS. I've also checked that /sys/devices/platform/sony-laptop/fnkey exists (it contains the value '31' if it makes a difference).

I've included some info (based on what you have previously asked for, I'm happy to provide more) in the hope you can spot something:

Code: Select all

gallardo ~ # cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0002 Version=0000
N: Name="Power Button (FF)"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=kbd event0
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/class/input/input1
U: Uniq=
H: Handlers=event1
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button (CM)"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/class/input/input2
U: Uniq=
H: Handlers=kbd event2
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0011 Vendor=0001 Product=0001 Version=abba
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=kbd event3
B: EV=120013
B: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0008 Version=0000
N: Name="PS/2 Mouse"
P: Phys=isa0060/serio4/input1
S: Sysfs=/class/input/input4
U: Uniq=
H: Handlers=mouse0 event4
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0002 Product=0008 Version=7321
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio4/input0
S: Sysfs=/class/input/input5
U: Uniq=
H: Handlers=mouse1 event5
B: EV=f
B: KEY=420 0 70000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=1000003

I: Bus=0010 Vendor=104d Product=0000 Version=0000
N: Name="Sony Vaio Keys"
P: Phys=
S: Sysfs=/class/input/input10
U: Uniq=
H: Handlers=kbd event6 rfkill
B: EV=13
B: KEY=1f 3fff0000 0 0 100000 0 2 0 6000 100400 0 40300400 0 0 0 0
B: MSC=10

I: Bus=0010 Vendor=104d Product=0000 Version=0000
N: Name="Sony Vaio Jogdial"
P: Phys=
S: Sysfs=/class/input/input11
U: Uniq=
H: Handlers=mouse2 event7
B: EV=7
B: KEY=40000 0 0 0 0 0 0 0 0
B: REL=100

Code: Select all

gallardo ~ # ls /dev/input/
by-path  event0  event1  event2  event3  event4  event5  event6  event7  mice  mouse0  mouse1  mouse2

Code: Select all

Apr 14 17:50:08 gallardo fsfn[4094]: Setting default configuration
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: DEVICE=AUTO
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: ALSA_NAME=Front
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: SOUND_STEP=10
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: F12_CMD=/bin/hibernate
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: OSD_VCOLOR=red
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: OSD_VCOLORZ=red
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: OSD_BCOLOR=blue
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: OSD_FONT=-*-*-*-*-*-*-20-*-*-*-*-*-*-*
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: OSD_TIMEOUT=3
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: BRT_SETDEFAULT=0
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: BRT_HACK_FJS=0
Apr 14 17:50:08 gallardo fsfn[4094]: Using sony-laptop subsystem
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: BRIGHTNESS_DEVICE=/sys/class/backlight/sony/brightness
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: BRIGHTNESS_DEFAULT_DEVICE=/sys/devices/platform/sony-laptop/brightness_default
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: FNKEY_DEVICE=/sys/devices/platform/sony-laptop/fnkey
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: BRIGHTNESS_MAX=7
Apr 14 17:50:08 gallardo fsfn[4094]: Configuration: BRIGHTNESS_MIN=0
Apr 14 17:50:08 gallardo fsfn[4094]: default configuration done
Apr 14 17:50:08 gallardo fsfn[4094]: Loading config file /etc/fsfn.conf
Apr 14 17:50:08 gallardo fsfn[4094]: error opening config file: No such file or directory
Apr 14 17:50:08 gallardo fsfn[4094]: autodevice determines /dev/input/event3 as keyboard event
Apr 14 17:50:08 gallardo fsfn[4094]: fsfn loaded
Apr 14 17:50:12 gallardo atkbd.c: Unknown key pressed (translated set 2, code 0xf5 on isa0060/serio0).
Apr 14 17:50:12 gallardo atkbd.c: Use 'setkeycodes e075 <keycode>' to make it known.
Apr 14 17:50:12 gallardo atkbd.c: Unknown key released (translated set 2, code 0xf5 on isa0060/serio0).
Apr 14 17:50:12 gallardo atkbd.c: Use 'setkeycodes e075 <keycode>' to make it known.
Apr 14 17:50:12 gallardo atkbd.c: Unknown key pressed (translated set 2, code 0xf5 on isa0060/serio0).
Apr 14 17:50:12 gallardo atkbd.c: Use 'setkeycodes e075 <keycode>' to make it known.
Apr 14 17:50:12 gallardo atkbd.c: Unknown key released (translated set 2, code 0xf5 on isa0060/serio0).
Apr 14 17:50:12 gallardo atkbd.c: Use 'setkeycodes e075 <keycode>' to make it known.
Apr 14 17:50:13 gallardo atkbd.c: Unknown key pressed (translated set 2, code 0xf5 on isa0060/serio0).
Apr 14 17:50:13 gallardo atkbd.c: Use 'setkeycodes e075 <keycode>' to make it known.
Apr 14 17:50:13 gallardo atkbd.c: Unknown key released (translated set 2, code 0xf5 on isa0060/serio0).
Apr 14 17:50:13 gallardo atkbd.c: Use 'setkeycodes e075 <keycode>' to make it known.
Top
pijalu
Guru
Guru
User avatar
Posts: 365
Joined: Mon Oct 04, 2004 10:43 am

  • Quote

Post by pijalu » Mon Apr 14, 2008 6:49 pm

VinnieNZ wrote:Hi pijalu,
[snip]
I can echo the brightness level out to /sys/class/backlight/sony/brightness and it changes, so nothing wrong there, and I've ensured that the hotkeys are set to Type 1 in the BIOS. I've also checked that /sys/devices/platform/sony-laptop/fnkey exists (it contains the value '31' if it makes a difference).
[snip]
Hmm... the "log error" is normal, just the kernel kb bitching since it does not know the meaning of the key and does not harm...
What I am more interested in is this "fnkey" value... Normally, for every FN+(function key) you press the value should change, and after 1 "cat" of it, it should become 0
==> Can you check this is also the case for your laptop ?
Top
VinnieNZ
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 126
Joined: Thu Mar 11, 2004 1:56 am
Location: New Zealand

  • Quote

Post by VinnieNZ » Wed Apr 16, 2008 2:01 am

Ahh yes. Sorry that is exactly the case.

Pressing Fn+Vol- gives a value when cat'd of 4. Cat'ing again and it returns to 0.

So any idea why fsfn wouldn't work?
Top
G2k
l33t
l33t
User avatar
Posts: 672
Joined: Sat Mar 06, 2004 5:58 pm
Location: Rome, Italy

  • Quote

Post by G2k » Thu Apr 24, 2008 12:41 am

So i've installed OpenRC and baselayout 2, but the module doesn't load. Right now I have

Code: Select all

modules_2_6="${modules_2_6} nvidia"
module_nvidia_args_2_6=""

modules_2_6="${modules_2_6} ipw2200 sony_acpi"
module_ipw2200_args_2_6=""
module_sony_acpi_args_2_6=""
Do I have to load it with another name?
Animula vagula blandula,
Hospes comesque corporis,
Quae nunc abibis in loca
Pallidula rigida nudula,
Nec ut soles dabis iocos...
- Imp. Caesar Hadrianus
Top
bugax
n00b
n00b
User avatar
Posts: 4
Joined: Tue Mar 21, 2006 8:41 am

  • Quote

Post by bugax » Mon Apr 28, 2008 3:31 pm

Hi to all,

First of all, i'm a newbie. I've a sony vaio VGN-A217M and I'm using kernel 2.6.24-gentoo-r4 with

Code: Select all

# grep "SONY" .config
CONFIG_SONY_LAPTOP=m
CONFIG_SONYPI_COMPAT=y
# CONFIG_SONYPI is not set
#
when i run

Code: Select all

# modprobe sony-laptop
# dmesg
sony-laptop: Sony Programmable IO Control Driver v0.5.
sony-laptop: detected Type2 model
input: Sony Vaio Keys as /class/input/input18
input: Sony Vaio Jogdial as /class/input/input19
sony-laptop: device allocated minor is 61
sony-laptop: Sony Notebook Control Driver v0.5.
# ls /dev/input/
by-id    event0  event2  event4  event6  mice    mouse1  mouse3
by-path  event1  event3  event5  event7  mouse0  mouse2
# ls /sys/devices/platform/sony-laptop/
bluetoothpower      bus     fanspeed  power      uevent
brightness_default  driver  modalias  subsystem  wwanpower
obviously fnkeys do not work at all.
help :?

bye
--------
nothing is impossible
Top
G2k
l33t
l33t
User avatar
Posts: 672
Joined: Sat Mar 06, 2004 5:58 pm
Location: Rome, Italy

  • Quote

Post by G2k » Mon Apr 28, 2008 6:46 pm

have you tried using the fsfn script?
Animula vagula blandula,
Hospes comesque corporis,
Quae nunc abibis in loca
Pallidula rigida nudula,
Nec ut soles dabis iocos...
- Imp. Caesar Hadrianus
Top
bugax
n00b
n00b
User avatar
Posts: 4
Joined: Tue Mar 21, 2006 8:41 am

  • Quote

Post by bugax » Tue Apr 29, 2008 8:40 am

I've emerged sony_acpi and fsfn via portage overlay but nothing happens.
I run the script and I got

Code: Select all

SonyFN loaded
Error opening /proc/acpi/sony/fnkey: No such file or directory
I hope this is useful

Code: Select all

# grep "ACPI" .config
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_ACPI_CONTAINER is not set
# CONFIG_ACPI_SBS is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_PNPACPI=y
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_BLK_DEV_IDEACPI is not set
CONFIG_ATA_ACPI=y
# CONFIG_PATA_ACPI is not set
any suggestions?
thx
--------
nothing is impossible
Top
fbcyborg
Advocate
Advocate
User avatar
Posts: 3056
Joined: Sun Oct 16, 2005 12:08 pm
Location: ROMA

  • Quote

Post by fbcyborg » Fri Sep 26, 2008 8:47 am

Hi bugax, try to download sony_acpi from here.
Compile it and copy sony_acpi.ko into the /lib/modules/`uname -r`/kernel/drivers/acpi directory.

Code: Select all

depmod -a
modprobe sony_acpi
Now, you should have the directory you're missing.

Bye.
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Top
QuimaxW
n00b
n00b
User avatar
Posts: 4
Joined: Thu Jun 08, 2006 3:28 am
Location: Waukesha, WI
Contact:
Contact QuimaxW
Website

evdev

  • Quote

Post by QuimaxW » Sat Oct 25, 2008 3:36 am

Sony VGN FS742/W. running xorg 1.5, which likes to load the evdev driver for everything. If I uninstall the xf86-input-evdev from my system, then the FN keys work fine with the kbd driver.

If there a way to get the FSFN and evdev to get along?
Jesus said to him, "I am the way, the truth, and the life. No one comes to the Father except through Me."
Top
fbcyborg
Advocate
Advocate
User avatar
Posts: 3056
Joined: Sun Oct 16, 2005 12:08 pm
Location: ROMA

  • Quote

Post by fbcyborg » Mon Oct 26, 2009 6:24 pm

Hello!

I've just reinstalled Gentoo on my laptop.
It was a 32bit distribution before. Now I reinstalled the whole system as 64bit binaries.
Prior installing the new system, I was running KDE 3.5 using Fn keys very well.

At the moment I'm not able to capture Fn events anymore.

For example, I should be able to see something in /var/log/message, when pressing Fn+f2.
It doesn't appear anything instead.

These are the modules I compiled, about SONY:

Code: Select all

CONFIG_HID_SONY=y
CONFIG_SONY_LAPTOP=y
CONFIG_SONYPI_COMPAT=y
What am I missing?
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Top
fbcyborg
Advocate
Advocate
User avatar
Posts: 3056
Joined: Sun Oct 16, 2005 12:08 pm
Location: ROMA

  • Quote

Post by fbcyborg » Tue Feb 21, 2012 2:38 pm

^^UP^^
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Top
Post Reply

221 posts
  • Page 9 of 9
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9

Return to “Documentation, Tips & Tricks”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic