Ok, I just did a fresh install with the 0704 dvd and when I plug in the usb-uirt, it is definitely recognized:
[ 2551.210966] usb 1-2: new full speed USB device using ohci_hcd and address 6
[ 2551.440597] usb 1-2: configuration #1 chosen from 1 choice
[ 2551.520221] usbcore: registered new interface driver usbserial
[ 2551.520721] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[ 2551.521188] usbcore: registered new interface driver usbserial_generic
[ 2551.521191] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[ 2551.524991] drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Serial Device
[ 2551.525541] ftdi_sio 1-2:1.0: FTDI USB Serial Device converter detected
[ 2551.525684] drivers/usb/serial/ftdi_sio.c: Detected FT232BM
[ 2551.526559] usb 1-2: FTDI USB Serial Device converter now attached to ttyUSB0
[ 2551.526756] usbcore: registered new interface driver ftdi_sio
[ 2551.526760] drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver
and if I tail the USB_UIRT log and press buttons on the remote, I get:
1 08/09/07 18:48:03 33 (spawning-device) Starting... 1
1 08/09/07 18:48:03 33 (spawning-device) Found /usr/pluto/bin/USB_UIRT_0038
05 08/09/07 18:48:04.154 Creating child 34 <0xb78e46d0>
05 08/09/07 18:48:04.154 Note: Device manager has attached a device of type 1784 that this has no custom event handler for. It will not fire events. <0xb78e46d0>
05 08/09/07 18:48:04.154 Note: Device manager has attached a device of type 1784 that this has no custom handler for. This is normal for IR. <0xb78e46d0>
05 08/09/07 18:51:17.624 Cannot find anything for IR 190002A0A8E2 <0xb7804b90>
05 08/09/07 18:51:18.160 Cannot find anything for IR 190002A0A8E2 <0xb7804b90>
05 08/09/07 18:51:18.212 Cannot find anything for IR 190002A0A8E2 <0xb7804b90>
so I know the remote and usb-uirt can work together under linux in principle at least. I don't have lirc or irrecord installed by default however. If I do a "locate lirc" I see:
dcerouter_1:/etc/X11# locate lirc
/usr/share/locale-langpack/en_GB/LC_MESSAGES/kdelirc.mo
/usr/share/locale-langpack/en_GB/LC_MESSAGES/kcmlirc.mo
/usr/share/locale-langpack/en_AU/LC_MESSAGES/kdelirc.mo
/usr/share/app-install/desktop/kcmlirc.desktop
/usr/share/doc/liblircclient0
/usr/share/doc/liblircclient0/changelog.gz
/usr/share/doc/liblircclient0/copyright
/usr/share/doc/liblircclient0/changelog.Debian.gz
/usr/share/doc/ivtv-utils/README.lirc.gz
/usr/share/doc/mythtv-backend/contrib/channel_changers/change-channel-lirc.pl
/usr/share/doc/mythtv-backend/contrib/channel_changers/change-channel-lirc.sh
/usr/share/doc/mythtv-backend/contrib/mandrake91.etc.sysconfig.lircd
/usr/lib/directfb-0.9.25/inputdrivers/libdirectfb_lirc.so
/usr/lib/liblirc_client.la
/usr/lib/liblirc_client.so.0.2.0
/usr/lib/vlc/control/liblirc_plugin.so
/usr/lib/liblirc_client.so.0
/usr/pluto/deb-cache/lirc-pluto_0.1_all.deb
/usr/pluto/deb-cache/pluto-lirc-wrapper_2.0.0.44.0708032200_i386.deb
/usr/pluto/deb-cache/lirc-modules-2.6.20-15-generic_0.8.1+cvs20070310-0ubuntu2+2.6.20-15.27_i386.deb
/usr/pluto/deb-cache/liblircclient0_0.8.1+cvs20070310-0ubuntu2_i386.deb
/usr/pluto/deb-cache/liblircclient-dev_0.8.1+cvs20070310-0ubuntu2_i386.deb
/usr/pluto/deb-cache/lirc-modules-2.6.20-16-generic_0.8.1+cvs20070310-0ubuntu2+2.6.20-16.29_i386.deb
/usr/pluto/deb-cache/lirc_0.8.1+cvs20070310-0ubuntu2_i386.deb
/usr/pluto/deb-cache/lirc-modules-2.6.20-15-generic_0.8.1+cvs20070310-0ubuntu2+2.6.20-16.29_i386.deb
/var/lib/dpkg/info/liblircclient0.md5sums
/var/lib/dpkg/info/liblircclient0.list
/var/lib/dpkg/info/liblircclient0.postrm
/var/lib/dpkg/info/liblircclient0.shlibs
/var/lib/dpkg/info/liblircclient0.postinst
The wiki says to use irrecord to generate a lirc conf file and then import it into Linux MCE. Is it alright to apt-get lirc or should it be lirc-pluto? Or is there something else wrong that it's not already installed? -Ruben