Thank you erpel. I've seen your updates and got them right away.
Unfortunately my problem isn't solved. How could this be? The user Titus_Crow got it working with a snapshot from git which was older than your build. Maybe I'm missing something else? The usb interface gets listed in the dmesg:
root@sheeva:~# dmesg |grep usb
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usb usb1: configuration #1 chosen from 1 choice
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver ums-datafab
usbcore: registered new interface driver ums-freecom
usbcore: registered new interface driver ums-jumpshot
usbcore: registered new interface driver ums-sddr09
usbcore: registered new interface driver ums-sddr55
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
usb 1-1: new full speed USB device using orion-ehci and address 2
usb 1-1: new full speed USB device using orion-ehci and address 3
usb 1-1: new full speed USB device using orion-ehci and address 4
usb 1-1: new full speed USB device using orion-ehci and address 5
usb 1-1: new full speed USB device using orion-ehci and address 6
usb 1-1: configuration #1 chosen from 1 choice
generic-usb 0003:135E:0021.0001: hiddev96: USB HID v1.01 Device [Berker GmbH & Co. KG KNX-USB Data Interface] on usb-orion-ehci.0-1/input0
After mount -t usbfs none /proc/bus/usb I can cat /proc/bus/usb/devices
root@sheeva:~# cat /proc/bus/usb/devices
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 1
B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev= 2.06
S: Manufacturer=Linux 2.6.32.8 ehci_hcd
S: Product=Marvell Orion EHCI
S: SerialNumber=orion-ehci.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 6 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=135e ProdID=0021 Rev= 1.02
S: Manufacturer=Berker GmbH & Co. KG
S: Product=KNX-USB Data Interface
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 50mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=03(HID ) Sub=00 Prot=00 Driver=usbhid
E: Ad=81(I) Atr=03(Int.) MxPS= 64 Ivl=2ms
E: Ad=02(O) Atr=03(Int.) MxPS= 64 Ivl=2ms
The interface seems to be recognized but the command findknxusb gives no result:
root@sheeva:~# findknxusb
Possible addresses for KNX USB devices:
I don't know how to solve this issue.
Btw the dependencies on eibd-server include the package libpthsem20 and libknx requires pthsem. Is this ment to be so?
Thank you very much.
kimx