Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
usb 1-1: USB disconnect, address 5
usb 1-2: USB disconnect, address 4
usb 1-2: new low speed USB device using uhci_hcd and address 6
usb 1-2: configuration #1 chosen from 1 choice
usb 1-2: USB disconnect, address 6
usb 1-2: new low speed USB device using uhci_hcd and address 7
usb 1-2: configuration #1 chosen from 1 choice
Code:
lsusb
Bus 007 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 008: ID 147a:e017 Formosa Industrial Computing, Inc.
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 005: ID 045e:0084 Microsoft Corp.
Bus 003 Device 004: ID 046d:0928 Logitech, Inc. Quickcam Express
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 003: ID 0556:0001 Asahi Kasei Microsystems Co., Ltd AK5370 I/F A/D Converter
Bus 004 Device 001: ID 0000:0000
AS FAR AS I KNOW YOU MUST DO ALL OF THE FOLLOWING!
--------------------------------------------------
Kernel:
Disable USB HID event layer support in the kernel (CONFIG_USB_HIDINPUT)
Enable USB Human Interface Device (full HID) support (CONFIG_USB_HID)
Enable /dev/hiddev raw HID device support (CONFIG_USB_HIDDEV)
Recompile, copy to the appropriate boot location, reboot.
Set up HID devices:
cd /dev/usb
mkdir -p /dev/usb/hid
mknod /dev/usb/hiddev0 c 180 96
mknod /dev/usb/hiddev1 c 180 97
mknod /dev/usb/hiddev2 c 180 98
mknod /dev/usb/hiddev3 c 180 99
mknod /dev/usb/hiddev4 c 180 100
Set up virtual IR501 mouse support:
cd /dev/usb
mknod fauxmouse p
ir501d-0.1# ./compile
ir501d.c: In function 'read_config':
ir501d.c:68: warning: incompatible implicit declaration of built-in function 'strcpy'
ir501d.c:82: warning: incompatible implicit declaration of built-in function 'strcpy'
Read the install file for remaining instructions.
so that we can read through udp the : 147a:e017 (how to insatll the 147a:e017, it is easy: http://braithwaite.dk/wikka/ZolidIrRemote)
it should not be that much changes normally, I would say ...
I am encountering difficulties with the irrecord...
it is quite hell with that:
Now hold down button "more".
Sorry, something went wrong.
Try again.
Sorry, something went wrong.
Try again.
Sorry, something went wrong.
Try again.
Sorry, something went wrong.
Try again.
Sorry, something went wrong.
Try again.
Sorry, something went wrong.
Try again.
Got it.
Signal length is 67
I have just bought an ELECOM remote in Japan which appears to have the same Vender and Product id as your remote.
"http://www.akihabaranews.com/en/news-13834-RC-MV01%2C+the+Media+Center+remote.html"
I was in the process of trying to get it working with the lirc_mceusb2 driver as I thought it was a MCE remote. But no luck yet.
How are your attempts working out? Im hoping that by the sounds of it you have almost solved all the problems with this remote?
Last edited by Jadedjay; 11-05-2007 at 11:08 AM.
Reason: Re-read previous posts and realised the driver is almost finished
I have just bought an ELECOM remote in Japan which appears to have the same Vender and Product id as your remote.
"http://www.akihabaranews.com/en/news-13834-RC-MV01%2C+the+Media+Center+remote.html"
I was in the process of trying to get it working with the lirc_mceusb2 driver as I thought it was a MCE remote. But no luck yet.
How are your attempts working out? Im hoping that by the sounds of it you have almost solved all the problems with this remote?
The driver developer has already made a great great job !! the driver is "partially" and could be said as working.
Hence, I am working on a alternative to lirc. It is working with alternative program I wrote to lirc. it is up to development for the moment. You can code ? I PM you ...
edit : PMing you is not working (?)
Last edited by frenchn00b; 11-05-2007 at 05:35 PM.
The driver developer has already made a great great job !! the driver is "partially" and could be said as working.
Hence, I am working on a alternative to lirc. It is working with alternative program I wrote to lirc. it is up to development for the moment. You can code ? I PM you ...
edit : PMing you is not working (?)
Hi
I think PM should be working now as I changed my profile options.
Now I understand more clearly, thanks.
I can code, but I have never coded a driver before. I may be able to help.
yesterday I had another try with the current kernel (2.6.23.1) - same results as before.
I will abandon. :-(
News:
I was able to make the i/r-receiver visible to the input layer (/dev/bus/input/...) by compiling "usbkbd" into the kernel.
I'm mentioning it here, since the kernel says:
"CONFIG_USB_KBD
Say Y here only if you are absolutely sure that you don't want
to use the generic HID driver for your USB keyboard and prefer
to use the keyboard in its limited Boot Protocol mode instead.
This is almost certainly not what you want.
This code is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want).
The module will be called usbkbd.o. If you want to compile it as a
module, say M here and read <fileocumentation/modules.txt>."
Next step: trying to get the remote control running with vdr.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.