I contacted some locals that are familiar with The Alps. I think that you and them speak the same language. I bet they can moove you to a solution.




That's exactly what he needs. MORE LIVESTOCK!!Shawn wrote:Jeff,
I contacted some locals that are familiar with The Alps. I think that you and them speak the same language. I bet they can moove you to a solution.![]()
Code: Select all
ls -l /dev/input by-path
Code: Select all
ls -l /dev/input/by-path
Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT="i8042.notimeout i8042.nomux"
This worked fine.I presume you've already added kernel parameters in /etc/default/grub before.
It should look like this:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="i8042.notimeout i8042.nomux"
If you have another kernel boot parameter in there, just add the new stuff separated by a space, between the quotes.
Code: Select all
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="i8042.notimeout i8042.nomux quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
Code: Select all
j@mak9:~$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Fujitsu Component USB Touch Panel id=9 [slave pointer (2)]
⎜ ↳ ImPS/2 Generic Wheel Mouse id=11 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
↳ Panasonic Laptop Support id=12 [slave keyboard (3)]