Hi all,
@lmax69: I just bought myself an el-cheapo hub (Sitecom, 4-port micro USB hub). Works out-of-the-box, as most hubs do and fits neatly behind the rim of the TV screen (on my UE40B7020 at least), so you can't see it.
The reason I bought it is because my wife and kids discovered the possibility to use the TV as web browser. I demonstrated the NetSurf app yesterday night, stupid me, so this morning we had to go and buy a wireless mouse and keyboard (and the hub). And that's where the problems arise right now.
The keyboard works fine, but the mouse doesn't. It is a logitech M505 with unified connection. I manually installed usbhid.ko and evdev.ko, both from arris's samyGO extension pack for T-CHU7DEUC. I copied part of the startup scripts to make the device special files. mouse0, mouse1, mice, hiddev0 hiddev1 and hidraw0, hidraw1, and an awful lot of event0 ---31 files.
Attached to my laptop (fedora 14) both devices do their job, so it's no DOA).
(oh btw, the reason I didn't use the extension pack as is is because (flash)memory is quite tight on my TV. I want to keep the installation as lean as possible.)
This is the message I get in dmesg:
Code: Select all
<6>input: Logitech USB Receiver as /class/input/input0
<6>input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-ehci-s5h2x.0-1.4
<6>input: Logitech USB Receiver as /class/input/input1
<6>input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-ehci-s5h2x.0-1.4
<4>HID device not claimed by input or hiddev
<
I don't trust the last line: looks like I miss hiddev.ko or some device special file.
My questions:
Are driver modules usbhid.ko and evdev.ko enough to drive a mouse? In the hiddev_init script there is mention of the insertion of hiddev.ko, but this module is not available in the extension pack.
The /dev directory is read-only. I put all device special files in /dtv according to arris's scripts. Where do I tell the module loader to look for modules elsewhere, or what environment variable do I need to set to point to the device special file directory?
grtz, and thanks for any comments,
marcelru