[tlinux-users:07934] Re: KToshiba a call for help...
Julien Valroff <[email protected]>
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <[email protected]> |
Le samedi 15 juillet 2006 à 02:07 +0200, Julien Valroff a écrit :
> I own an M40x-141 but have some problems with some hotkeys which do not
> send scancodes, even with the omnibook modules - thus I can not bind any
> keycodes.
>
> See this thread in the list archives which might be of interest:
> http://linux.toshiba-dme.co.jp/ML/tlinux-users/7600/7613.html
>
> I will send the available information tomorrow once I get my laptop
> back.
Here is what I use in an init script:
SETK=/usr/bin/setkeycodes
# musicplayer
$SETK e013 129
# play/pause
$SETK e077 130
# stop
$SETK e012 131
# next
$SETK e039 132
# previous
$SETK e074 133
# fn+f1
$SETK e06e 134
# fn+f9
$SETK e01f 135
As previously mentioned, some fn+key do not work at all:
fn+Esc (volume control)
fn+F2 (zoom)
fn+F3 (suspend to ram)
fn+F4 (suspend to disk)
fn+F6 (reduce lcd brightness)
fn+F8 (activate/deactivate wifi chip)
fn+F6 actually does reduce lcd brightness, but does not send any
scancode, whereas fn+F5 does.
Here are the bios information!
BIOS Info: #0
Vendor: "TOSHIBA"
Version: "V1.60"
Date: "06/09/2005"
Start Address: 0xe5e50
ROM Size: 512 kB
Features: 0x0187000000007c219b80
PCI supported
PCMCIA supported
PnP supported
BIOS flashable
BIOS shadowing allowed
CD boot supported
Selectable boot supported
1.2MB Toshiba Japanese Floppy supported
Print Screen supported
8042 Keyboard Services supported
Serial Services supported
Printer Services supported
CGA/Mono Video supported
ACPI supported
USB Legacy supported
AGP supported
Smart Battery supported
BIOS Boot Spec supported
This is defintively a Phoenix bios in the latest version.
Cheers,
Julien