Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - linuxmjb

Pages: [1]
1
Installation issues / Re: [SOLVED] USB UIRT not sending commands
« on: July 13, 2008, 03:16:51 am »
I'm happy to report that this last run WORKED!!!!  Learning codes and testing works great.

I had to make the whole kernel, but copied to /lib and restarted and it works.  Good luck

2
Users / Re: Web Bookmarks
« on: July 12, 2008, 04:47:46 pm »
I'll try again, but on the last reboot on "diskless" it seems to have reverted to nothing.  Will keep you posted

3
Users / Re: Web Bookmarks
« on: July 12, 2008, 04:15:42 pm »
How about on a diskless MD?  i can add a bookmark, but on reboot its gone.

4
Installation issues / Re: [SOLVED] USB UIRT not sending commands
« 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:

Code: [Select]
apt-get install linux-kernel-devel fakeroot build-essential
Code: [Select]
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-gutsy.git ubuntu-gutsy
Code: [Select]
cp -vi /boot/config-`uname -r` .config
Code: [Select]
apt-get install libncurses5 libncurses5-dev
Code: [Select]
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
Code: [Select]
make menuconfig
make
This is what I end up with:
Code: [Select]
-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

Pages: [1]