Keyboard Mouse not Recognized

Post bug reports related to either the kiosk ISO or the kiosk wizard here.
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
johncstark
Ronin
Ronin
Posts: 2
Joined: 06 Aug 2014, 19:54
Distribution: Kiosk 3.1
Location: San Antonio, TX

Keyboard Mouse not Recognized

Post#1 by johncstark » 06 Aug 2014, 20:10

I got a special usb kiosk keyboard/mouse device that is not being recognized by the Porteus Kiosk iso. The keyboard works in bios (and windows OS) but immediately stops working when booting to the Kiosk iso.

Keyboard Photo:
http://www.advancedkiosks.com/self-serv ... yboard.jpg

With a standard keyboard/mouse things work fine.

Am I looking at need to have a custom iso created?
Or, is there something I can do when installing to get things to work?

I only need the special kiosk keyboard to work after everything is installed on the system.

Build I'm Using
Porteus-Kiosk-3.1-i486.iso

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Keyboard Mouse not Recognized

Post#2 by fanthom » 06 Aug 2014, 20:55

hi johncstark,

i need to know exac model of this keyboard to be able to compile its support into kiosk kernel. please boot any live linux under which this keyboard is working and run following commands as root:

Code: Select all

lsmod >> /tmp/kiosk.txt
dmesg >> /tmp/kiosk.txt
once i get these details hopefully i'll be able to recognize your keyboard and add support for it to next kiosk release.

thanks
Please add [Solved] to your thread title if the solution was found.

johncstark
Ronin
Ronin
Posts: 2
Joined: 06 Aug 2014, 19:54
Distribution: Kiosk 3.1
Location: San Antonio, TX

Re: Keyboard Mouse not Recognized

Post#3 by johncstark » 06 Aug 2014, 23:24

The keyboard and mouse work fine in Lubuntu.

File was too large to paste text into forum.

Here is a URL to the actual file.
https://www.dropbox.com/s/g3a0ysrjpq66k1u/kiosk.txt

Thanks!

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Keyboard Mouse not Recognized

Post#4 by fanthom » 07 Aug 2014, 09:04

i guess the keyboard is identified as:

Code: Select all

USB HID v1.01 Keyboard [Operator Interface Technology, Inc. QVP01T] on usb-0000:00:1d.3-2/input0
and i think it's about this driver:

Code: Select all

mac_hid                13037  0 
which may be related to:

Code: Select all

joydev                 17097  0 
and they are missing in kiosk.

will try to search google how to enable 'mac_hid' in the kernel (i couldn't find an option for it, probably it depends on some other options) and add to next kiosk release which is scheduled for December.

if you need it working earlier then please contact me through commercial 'customized builds' service:
http://porteus-kiosk.org/builds.html
and i'll compile customized kernel for you (within a day or two) for previously negotiated price.

thanks
Please add [Solved] to your thread title if the solution was found.

Locked