OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: dproldan on July 05, 2006, 03:03:19 pm

Title: Compiling Kernel For Cacko
Post by: dproldan on July 05, 2006, 03:03:19 pm
Hello all.

  I need to compile the drivers for a ZD1211 based USB wifi dongle and I need some help.
 If this has been covered somewhere else,  plese redirect me.

  I have a SL-C1000 and am going to do this in a debian laptop.

  I'm my little understanding,  I need to:

1. -  decompress the toolchain listed in the cacko page (http://cacko.oesf.org/downloads/iwmmx/arm-cacko-linux-gnu-2.95.3-2.2.5-hardfloat-19.50_21.09.05.tar.bz2), placing it at the root and doing a
Code: [Select]
bzcat arm-cacko-linux-gnu-2.95.3-2.2.5-hardfloat-19.50_21.09.05.tar.bz2 | tar xvf -
2. - decompress the latest (for SL-C3200) sharp kernel sources (http://developer.ezaurus.com/sl_j/source/c3200/20060228/linux-c3200-20060228-rom1_01.tar.bz2),  placing the file at the root and doing a
Code: [Select]
bzcat linux-c3200-20060228-rom1_01.tar.bz2 | tar xvf -
3. - decompress the patches and configuration files (http://cacko.oesf.org/downloads/rom/1.23/cacko-1.23-kernel-2.4.20.tar.gz) from the cako page, placing the file at the root and doing a
Code: [Select]
tar -zxvf cacko-1.23-kernel-2.4.20.tar.gz
4. - merge the cacko patches with the sharp sources with
Code: [Select]
cp -rf reply=yes /cacko-1.23-kernel-2.4.20/linux/* /linux/
5. - export the compiler binaries paths with
Code: [Select]
export PATH=$PATH:/opt/cross/arm/2.95.3/bin:/opt/cross/arm/2.95.3/sbin
this is a work in progress,  come back later!
Title: Compiling Kernel For Cacko
Post by: Allelectrix on October 25, 2008, 05:04:09 pm
did you get this sorted ? I want to know how to do this too !

and, where is this drive source code, I need it please ?
Title: Compiling Kernel For Cacko
Post by: Capn_Fish on October 25, 2008, 06:10:33 pm
http://zd1211.wiki.sourceforge.net/VendorDriver (http://zd1211.wiki.sourceforge.net/VendorDriver)
http://sourceforge.net/project/showfiles.php?group_id=129083 (http://sourceforge.net/project/showfiles.php?group_id=129083)

Driver and firmware