Problem with compiling C programms. It was not possible to use Bifferos Distro where Version magic has mixed up things. > Hallo Graham, > > I found your website when searching how to install Easycap. > It was so cool to read about bifferboard that I immediately oredered one. > I have put now on it your "distro". Webcam works. > Now I try to install WiFi stick RTL8188 already for two days. Unsuccessfully, > so far. > > I downloaded > rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20101111.tar.gz > unpacked it into /home folder and type "make". > It shows error. It looks like linux header and source files are not found. > > > Wish you nice Easter holidays, > Janis. Linux header and source files were there, but in another directory and I had to make a link ln -s /usr/src/linux-headers-2.6.32-bifferboard build I found the problem trying to make a Hello World Kernel module from tutorial. It is inserting of Kernel module that gives the error. I have found in internet and installed package linux-headers-2.6.32-bifferboard but linux version with uname-r is 2.6.32.2-bifferboard [ 7184.245109] hello_1: version magic '2.6.32-bifferboard mod_unload 486 ' should be '2.6.32.2-bifferboard mod_unload 486 4KSTACKS ' How could you change the original 2.6.32 version to 2.6.32.2 version and is it possible to change back or do something else. Dear Graham, I flashed a kernel image vmlinuz-2.6.30.5-bifferboard-ipipe from biffer webpage instead of your file vmlinuz-2.6.32.2 Also use Debian distro from biffewebsite. Now Linux version is 2.6.30.5-bifferboard-ipipe and insertion of modules works. I could compile and install Easycap and WLAN RTL8188 stick kernel modules. Thanks for your comments. Lets stay in touch, Janis tar xvfj linux-2.6.32.tar.bz2 ln -s /usr/src/linux-2.6.32 /usr/src/linux ln -s /4GB/linux-2.6.32 /usr/src/linux cd /usr/src wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.32.2.tar.gz tar zxf linux-2.6.32.2.tar.gz cd /usr/src/linux-2.6.32.2 dpkg -i packagename.deb /etc/apt/sources.list cat /etc/apt/sources.list deb http://ftp.it.debian.org/debian/ lenny main contrib non-free #deb-src http://ftp.it.debian.org/debian/ lenny main contrib non-free https://github.com/nobits/buildroot-bifferboard.git http://www.linux-depot.com/?p=projects&s=bifferboard modprobe: FATAL: Could not load /lib/modules/2.6.32.2-bifferboard/modules.dep: No such file or directory now put bifferboard debian on 2 GB stick biffroot is password apt-get install linux-headers-2.6.32-bifferboard svn co https://bifferboard.svn.sourceforge.net/svnroot/bifferboard bifferboard http://bifferboard.svn.sourceforge.net/ http://www.famzah.net/download/bifferboard/linux-headers-2.6.32-bifferboard_2.6.32-bifferboard-10.00.Custom_i386.deb dpkg -i file.deb. now can install it using apt-get it appears in the list lrwxrwxrwx 1 root root 35 2009-08-07 04:54 build -> /usr/src/linux-headers-2.6.26-2-486 ln -s /usr/src/linux-headers-2.6.32.2-bifferboard build lrwxrwxrwx 1 root root 41 2009-08-07 09:59 build -> /usr/src/linux-headers-2.6.32-bifferboard ln -s /usr/src/linux-headers-2.6.32.2-bifferboard build [ 7184.245109] hello_1: version magic '2.6.32-bifferboard mod_unload 486 ' should be '2.6.32.2-bifferboard mod_unload 486 4KSTACKS '