4
« on: July 12, 2008, 04:02:41 pm »
I've been trying to get this fixed for a couple of weeks now. it will learn, but it won't transmit. I'm not a complete newbie, but no matter how i try to compile i always get an errors. I end up running a make and it compile all the drivers, but still i get driver errors on startup and Linuxmce complains of a device issue. At this point UIRT doesn't work at all. Any suggestions?
Here is what I've done:
apt-get install linux-kernel-devel fakeroot build-essential
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-gutsy.git ubuntu-gutsy
cp -vi /boot/config-`uname -r` .config
apt-get install libncurses5 libncurses5-dev
make drivers/usb/serial/ftdio_sio.ko
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
make[1]: *** No rule to make target `drivers/usb/serial/ftdio_sio.o'. Stop.
make: *** [drivers/usb/serial/ftdio_sio.ko] Error 2
make menuconfig
make
This is what I end up with:
-rw-r--r-- 1 root root 56188 2008-07-12 09:55 ftdi_sio.backup
-rw-r--r-- 1 root root 224606 2008-07-12 09:54 ftdi_sio.ko