Hi ubuntu community, this is my first post so I'll introduce myself. My name is Jos and im a dutch IT manager, my job consists mostly of just helpdesk problems and keep the servers running.
Now about the problem I'm having, I installed ubuntu 14.04 LTS on a chromebook (toshiba CB30). At first the touchpad didn't work at all, but a kernel update fixed it. Now I'm getting the following error message on boot: ¨[ 1.625422] usb 1-4: language id specifier not provided by device, defaulting to english.¨ this message stays for about 1 minute before it disappears and continues booting into ubuntu.
I've tried to see whats going on by putting xinput in my terminal which gives me:
since number 4 is a touchpad I assume that's the problem.Code:root@jos-Leon:/home/jos# xinput ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Cypress APA Trackpad (cyapa) id=12 [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)] ↳ Sleep Button id=9 [slave keyboard (3)] ↳ Sleep Button id=10 [slave keyboard (3)] ↳ TOSHIBA Web Camera - HD id=11 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
when I check the device properties with xinput list-props 4 it gives me
it doesn't look like its doing anything, but whenever i try to disable it by doing xinput disable 4 im getting the following messageCode:root@jos-Leon:/home/jos# xinput list-props 4 Device 'Virtual core XTEST pointer': Device Enabled (138): 1 Coordinate Transformation Matrix (140): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 XTEST Device (254): 1
with i'm trying xinput set-prop 4 138 0 i'm getting this mesageCode:root@jos-Leon:/home/jos# xinput disable 4 X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 131 (XInputExtension) Minor opcode of failed request: 57 () Serial number of failed request: 20 Current serial number in output stream: 21
Code:root@jos-Leon:/home/jos# xinput set-prop 4 138 0 X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 131 (XInputExtension) Minor opcode of failed request: 57 () Serial number of failed request: 19 Current serial number in output stream: 20
Does anyone know how to get rid of the annoying message on boot or a way to disable that touchpad? it's really annoying to wait 1 or 2 minutes before booting.
I'd really appreciate it.
Thanks in advance.



Adv Reply

Bookmarks