Author Topic: Advice About The Zkbdd Driver On Pdaxii13 ...  (Read 2656 times)

Leinadmx

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
Advice About The Zkbdd Driver On Pdaxii13 ...
« on: July 26, 2007, 04:17:53 pm »
Hi, good day.

Recently I updated my Z to pdaXii13, I have installed the Zkbdd (driver for IR keyboards).

The drivers works in test mode, but when I launch it in normal mode it does not do anything.
I thought that perhaps it was a problem with the Palm driver config file but I tried with the other drivers and I got the same result. Besides I searched on the forums and I found that another user got the same problem with other IR model keyboard.

https://www.oesf.org/forums/index.php?showt...=18662&hl=zkbdd

I will really appreciate any advice about this, I do not know what could be wrong.

Best Regards,
Daniel.

Console output:
Code: [Select]
# zkbdd -t palm_3169ww -d
driver_setting_num(description) = Palm 3169WW Universal Wireless Keyboard Driver
driver_setting_num(version) = 0.3
Zkbdd using driver: Palm 3169WW Universal Wireless Keyboard Driver, version 0.3
driver_setting_num(scancode_fn) = 101
driver_setting_num(scancode_punc) = 0
driver_setting_num(scancode_num) = 0
driver_setting_num(scancode_shiftl) = 117
driver_setting_num(scancode_shiftr) = 62
driver_setting_num(scancode_caps) = 63
driver_setting_num(has_num_lock) = 0
driver_setting_num(has_punc_lock) = 0
driver_setting_num(has_fn_lock) = 0
opening /dev/ttyS1
lookup_scancode(map_normal, 0x7b)
keycode: 0x01
press 01
0x00000002
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
lookup_scancode(map_normal, 0x7b)
keycode: 0x01
release 01
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
zkbdd shutting down
#

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Advice About The Zkbdd Driver On Pdaxii13 ...
« Reply #1 on: July 27, 2007, 12:48:21 am »
Quote
Hi, good day.

Recently I updated my Z to pdaXii13, I have installed the Zkbdd (driver for IR keyboards).

The drivers works in test mode, but when I launch it in normal mode it does not do anything.
I thought that perhaps it was a problem with the Palm driver config file but I tried with the other drivers and I got the same result. Besides I searched on the forums and I found that another user got the same problem with other IR model keyboard.

https://www.oesf.org/forums/index.php?showt...=18662&hl=zkbdd

I will really appreciate any advice about this, I do not know what could be wrong.

Best Regards,
Daniel.

Console output:
Code: [Select]
# zkbdd -t palm_3169ww -d
driver_setting_num(description) = Palm 3169WW Universal Wireless Keyboard Driver
driver_setting_num(version) = 0.3
Zkbdd using driver: Palm 3169WW Universal Wireless Keyboard Driver, version 0.3
driver_setting_num(scancode_fn) = 101
driver_setting_num(scancode_punc) = 0
driver_setting_num(scancode_num) = 0
driver_setting_num(scancode_shiftl) = 117
driver_setting_num(scancode_shiftr) = 62
driver_setting_num(scancode_caps) = 63
driver_setting_num(has_num_lock) = 0
driver_setting_num(has_punc_lock) = 0
driver_setting_num(has_fn_lock) = 0
opening /dev/ttyS1
lookup_scancode(map_normal, 0x7b)
keycode: 0x01
press 01
0x00000002
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
lookup_scancode(map_normal, 0x7b)
keycode: 0x01
release 01
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
zkbdd shutting down
#
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

did you follow this:

[a href=\"http://kopsisengineering.com/kopsis/ZkbddUsersGuide]http://kopsisengineering.com/kopsis/ZkbddUsersGuide[/url]


this is also a nice read up http://kopsis.blogspot.com/2005/10/zaurus-...rd-drivers.html
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

Leinadmx

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
Advice About The Zkbdd Driver On Pdaxii13 ...
« Reply #2 on: July 27, 2007, 02:32:19 pm »
Quote
did you follow this:

http://kopsisengineering.com/kopsis/ZkbddUsersGuide


this is also a nice read up http://kopsis.blogspot.com/2005/10/zaurus-...rd-drivers.html
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165410\"][{POST_SNAPBACK}][/a][/div]

Hi !

I checked up the Zkbdd Users guide, mmm but it's funny, the document mention that the keybdev module is already loaded for new Zaurus like C1000 or C3100 but if you check the kernel version you will get just "2.4", the point is with the minor version, I guess that pdaXii13 uses a <2.4.20.

I guess that because the problem with the zkbdd was solved when I loaded the keybdev module.

Thanks a lot

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Advice About The Zkbdd Driver On Pdaxii13 ...
« Reply #3 on: August 12, 2007, 02:04:56 am »
Quote
Quote
did you follow this:

http://kopsisengineering.com/kopsis/ZkbddUsersGuide


this is also a nice read up http://kopsis.blogspot.com/2005/10/zaurus-...rd-drivers.html
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165410\"][{POST_SNAPBACK}][/a][/div]

Hi !

I checked up the Zkbdd Users guide, mmm but it's funny, the document mention that the keybdev module is already loaded for new Zaurus like C1000 or C3100 but if you check the kernel version you will get just "2.4", the point is with the minor version, I guess that pdaXii13 uses a <2.4.20.

I guess that because the problem with the zkbdd was solved when I loaded the keybdev module.

Thanks a lot
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165443\"][{POST_SNAPBACK}][/a][/div]

pdaXii13 is using 2.4.20 kernel.
The documentation for zkbdd is assuming that keybdev module is automatically loaded which is not always the case unless the hotplug scripts are not updated to do it.
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K