1
Users / Re: USB-UIRT to Learn a new remote
« on: August 09, 2007, 04:24:24 am »
So you have checked if the device is noticed upon insertion or boot?
a simple: dmesg
Would show a line like the one i posted above: FTDI ...........
[ 880.651369] ftdi_sio 5-1:1.0: FTDI USB Serial Device converter detected
[ 880.651380] drivers/usb/serial/ftdi_sio.c: Detected FT232BM
[ 880.651640] usb 5-1: FTDI USB Serial Device converter now attached to ttyUSB0
linuxmce runs 2.6.20.6 and the only thing you would need in kernel is support for usbserial converters and the FTDI "variant".
so step number one would be to paste us: dmesg | grep FTDI
a simple: dmesg
Would show a line like the one i posted above: FTDI ...........
[ 880.651369] ftdi_sio 5-1:1.0: FTDI USB Serial Device converter detected
[ 880.651380] drivers/usb/serial/ftdi_sio.c: Detected FT232BM
[ 880.651640] usb 5-1: FTDI USB Serial Device converter now attached to ttyUSB0
linuxmce runs 2.6.20.6 and the only thing you would need in kernel is support for usbserial converters and the FTDI "variant".
so step number one would be to paste us: dmesg | grep FTDI