News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

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.

Show posts Menu

Messages - linuxmjb

#1
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
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
July 12, 2008, 04:15:42 PM
How about on a diskless MD?  i can add a bookmark, but on reboot its gone.
#4
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