Archives for: 2007

Hardware.. still no software

May 26th, 2007
I have to admit, it is very hard to find the time to commit to developing some software. I have managed creating a C++ wrapper for the K8055 code, but beyond that I have not done much else. Today I spent some money on a new remote control car (which I… more »

Great page full of Slug hardware mod photos..

May 20th, 2007
http://1wt.eu/articles/nslu2 more »

Slug says Hello through Windows

May 20th, 2007
First things first... I spent a fair bit of time trying to figure out where my program was being cached. Every time I tried to build it I would get a success message and I would never see any errors. I knew it was being cached somewhere but wasn't sur… more »

How exciting... next steps!

May 16th, 2007
Okay so taking inventory.... * OpenSlug with a working USB camera that supports upto 640x480. (though I will likely only ever use 320x240 for my robot application) * Wireless link to OpenSlug using an ASUS WL-330 * Samba and SSH configured an… more »

Getting video working on my OpenSlug..

May 16th, 2007
Seems pretty straightforward until the /dev/video device doesn't appear!! Followed the instructions here.. www.nslu2-linux.org/wiki/HowTo/AddUsbWebcam Then found I did not have lipjpeg, libpng and libzlib on my Slug. I copied the .so files (all o… more »

Successful cross compile of the test program!! WOOHOO!

May 15th, 2007
I've added C++ code to the sample code found else where on this site. At first I was not able to compile it and kept getting an "undefined reference __gxx_personality_sj0" After much Google searching and head scratching, I was able to find a referenc… more »

SELinux has no place on a dev box

May 15th, 2007
Disable SELinux on your dev box! I spent a huge chunk of the weekend trying to figure out how to configure Samba on my Fedora box. I was able to connect and read files, but was not able to write files back. It would create the files, but not allow… more »

My current setup

May 13th, 2007
Most of this has been acquired over the last two years (I bought he RoboSapien around Christmas 2005). Some of it was purchased due to me thinking it was necessary. I'm still not certain I have all the right things that I will need. It's the experimen… more »

Velleman K8055 USB board

May 12th, 2007
Here's some links I found on the net with code specific to the K8055 http://soft.pmad.net/k8055/ http://linuxk8055.free.fr/ k8055 source #2 (this is what I have been playing with) K8055 source full copy with libusb and sources NSLU2 compile… more »

OpenSlug home page

May 12th, 2007
I played with UnSlung, and in the end settled on OpenSlug for the options that it offered (more of a true Linux build). http://www.nslu2-linux.org/wiki/OpenSlug/HomePage more »

The device itself with specs etc.

May 12th, 2007
Network Storage Link from Linksys NSLU2 on www.linksys.com more »

NSLU2-LINUX wiki

May 12th, 2007
Great place to start and get info on the LinkSys NSLU2. I found that alot of the content is behind the times, but some is still maintained. http://www.nslu2-linux.org more »

Where do I start?

May 12th, 2007
I think that I have had the idea of building a robot for quite some time. Lately robotos seem to be everywhere and I'm sure that is related to the decreased costs associated with electronics. I had heard about a year ago (maybe 2) that people were tu… more »