• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

fn taste Vaio fs-115

also hab mir auf den Laptop Suse 10.2 mit 2.6.18.8-0.1-default Kernel installiert,
compiz, wlan , alles lüppt bis auf die FN taste.

xev starten und fn taste ergibt keine Reaktion.

hab auch schon viel gegoogelt aber fündig bin ich nicht geworden, vielleicht hat da mal einer nen Tip ?

Ps.: noch nen schönen 1. Mai
 
modprobe sonypi
bzw sonypi in /etc/sysconfig/kernel unter MODULES_LOADED_ON_BOOT nachtragen, vielleicht hilft das.
 
jengelh schrieb:
modprobe sonypi
bzw sonypi in /etc/sysconfig/kernel unter MODULES_LOADED_ON_BOOT nachtragen, vielleicht hilft das.

hatte ich auch erst vermutet, aber :

lsmod :

Code:
linux-Vaio:/home/stefan # lsmod |grep sony
sonypi                 25788  1
sony_acpi               9868  0
linux-Vaio:/home/stefan #

dann noch dmesg :

Code:
linux-Vaio:/home/stefan # dmesg |grep sony
sonypi: Sony Programmable I/O Controller Driver v1.26.
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 command failed at drivers/char/sonypi.c : sonypi_call1 (line 646)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 657)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 659)
sonypi command failed at drivers/char/sonypi.c : sonypi_call1 (line 646)

wie kann ich das "fnkeyinit = off" ändern ?


vielleicht ein BUG im Kernel Modul?
 
So, beim laden des Moduls den Parameter fnkeyinit=1 setzten,
sieht zwar toll aus, klappt trotzdem nicht.

Hat keiner noch eine Idee?

Code:
sonypi: Sony Programmable I/O Controller Driver v1.26.
sonypi: detected type3 model, verbose = 0, fnkeyinit = on, camera = off, compat = off, mask = 0xffffffff, useinput = on, acpi = on
sonypi: enabled at irq=11, port1=0x1080, port2=0x1084
sonypi: device allocated minor is 62
sonypi command failed at drivers/char/sonypi.c : sonypi_call1 (line 646)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 657)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 659)
sonypi command failed at drivers/char/sonypi.c : sonypi_call1 (line 646)
 
dein Lappi ist zu neu :)

du kannst die Laut/Leise Taste aktivieren, aber die S1/S2 gehen nicht.
die Bildschirmbeleuchtung kann man regeln mit smartdimmer und/oder klcddimmer (==> packman)

zur Laut-/Leiseregelung:
Code:
#!/bin/bash
###################################################################
# FORMAT: keycode nnn=Fxx
# where nnn is the three-digit keycode and xx is any value from
# 13 to 24 unique for each key.
#
# http://www.iwebyoumind.com/index.php?codice=1143213731&SID=guest&lang=en
# Configure kmix kmix global shortcuts with vol up and vol down
# Copy script to ~/.kde/Autostart and make it executable
###################################################################

xmodmap -e 'keycode 174=F21' # lower volume
xmodmap -e 'keycode 176=F22' # raise volume
#xmodmap -e 'keycode 160=F23' # mute

exit 0
in ~/.kde/Autostart als z.Bsp. myVolumeKeycodes.sh abspeichern und dann via kmix Shortcuts zuordnen.

siehe auch hier:
http://wiki.archlinux.org/index.php/Sony_Vaio_VGN-FE21B
http://klcddimmer.sourceforge.net/
http://www.iwebyoumind.com/index.php?codice=1143213731&SID=guest&lang=en
 
Erstmal danke, Problem wird nur sein das smartdimmer für Nv Grafik ist und leider nicht für den Intel Chipsatz :shock:

Also ich glaub da werd ich wohl allem Anschein nach auf die Annehmlichkeiten meiner Fn-Taste verzichten müssen, leider gottes.
 
jengelh schrieb:
Dimmer bei VAIO? Geht mit spicctrl...
nein, nicht immer ... bei VAIO-FE21B zum Beispiel NICHT ... ist aber so ziemlich allen bekannt ...

... also erst genau erkundigen und dann Behauptungen aufstellen :mrgreen:
 
Oben