Comment 4 for bug 294323

Revision history for this message
Ken Phillis Jr (kphillisjr) wrote : Re: Special Function keys broken after upgrade ( Toshiba Satilite P305D)

I did some checking around... and also looked at my system information...

first off, i don't have tlsup loaded in xorg or in the system at all... here's what i got after testing...

kphillisjr@kphillis-t64x2:~$ cat /var/log/Xorg.0.log | grep tls
kphillisjr@kphillis-t64x2:~$ cat /var/log/Xorg.0.log | grep evdev
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
(**) Option "xkb_rules" "evdev"
(**) AT Translated Set 2 keyboard: xkb_rules: "evdev"
(**) Option "xkb_rules" "evdev"
(**) Video Bus: xkb_rules: "evdev"
kphillisjr@kphillis-t64x2:~$ lsmod | grep tosh

kphillisjr@kphillis-t64x2:~$ cat /boot/config-2.6.27-7-generic | grep TOSHIBA
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_TOSHIBA is not set
CONFIG_TOSHIBA_FIR=m
CONFIG_YENTA_TOSHIBA=y

kphillisjr@kphillis-t64x2:~$ uname -a
Linux kphillis-t64x2 2.6.27-8-generic #1 SMP Thu Nov 6 17:33:54 UTC 2008 i686 GNU/Linux
kphillisjr@kphillis-t64x2:~$ cat /boot/config-2.6.27-8-generic | grep TOSHIBA
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_TOSHIBA is not set
CONFIG_TOSHIBA_FIR=m
CONFIG_YENTA_TOSHIBA=y

and the kicker... the special function keys and suspend work after i modify the kernel boot flags..

acpi=noirq apic=debug irqpoll

it's worth nothing that these flags fix the issue on 2.6.27-7-generic and 2.6.27-8-generic.