Debian sylver
From NAS-Central Buffalo - The Linkstation Wiki
I've made an improved Debian image (for Kuro-box HG only) available here :
- System image :
http://www.kurobox.com/sylver/debian/debian-sarge-2.6.17.1-mh1_kuro-box-20060623.tgz
- Kernel updates (to 'tar xzf' from '/')
http://www.kurobox.com/sylver/debian/kernel-2.6.17.4-mh2_kuro-box-20060711.tar.gz
Image History
Debian-sarge-2.6.17.4-mh2_kurobox_hg-20060711 (kernel update only) : U Updated to kernel 2.6.17.4 (Kuro-box HG version only) U Updated Bluetooth patch to mh2 : http://www.holtmann.org/linux/kernel/patch-2.6.17-mh2.gz U Updated PWC webcam driver to pwc-v4l2-20060711-042701 + added uImage version of kernel 2.6.17.4 for Kuro-box with U-Boot + USB CD/DVD drives support + Autofs4 module + Added support for +2TB drives + Added RAID support
Debian-sarge-2.6.17.1-mh1_kuro-box-20060623 : + based on http://genbako.vodapone.com/debian-2.6.16.9/debian-sarge-2.6.16.9-KUROHG-20060422.tgz U updated to kernel 2.6.17.1 (Kuro-box HG version only) M applied patch http://www.holtmann.org/linux/kernel/patch-2.6.17-mh1.gz for improved Bluetooth support + added Bluetooth stack module + added ALSA modules + added Bluetooth-ALSA module http://bluetooth-alsa.sourceforge.net/ It allows to use some Bluetooth headsets as audio devices. + added video4linux module + added spca5xx-20060501 & pwc-v4l2-20060621-042701 modules for webcams support + added Wireless encryption module (WEP, WPA) + added encryption modules (SHA1,AES ...) + added "Device mapper support" and "Crypt target support" to allow Linux partition encryption C Fixed /dev/ttyS1 node to correctly points to AVR device + update of AVR initialisation scripts to prevents AVR issues when installing udev. M Replaced kuroevtd with avr_evtd020606 for perfect Kuro-box's buttons handling + added /usr/bin/write_ng & write_ok scripts to allow an easy reboot in EM mode
+ = Addition U = Update M = Modification C = Correction - = Removal
Some application you should better install
- udev for automatic devices (/dev) detection
apt-get install udev
- module-init-tools for kernel modules loading
apt-get install module-init-tools
- Bzip2 (for compression/decompression of .bz2 files)
apt-get install bzip2
Some usefull application to use with this image
- A compilation environement
apt-get install make automake gcc g++ patch libncurses5-dev
- An openSSH server
apt-get install ssh
- wget for command line downloading
apt-get install wget
- unrar (for decompressing .rar files), you need to compile it yourself as there is no packages for this one
wget http://www.rarlab.com/rar/unrarsrc-3.6.5.tar.gz tar xzf unrarsrc-3.6.5.tar.gz && rm unrarsrc-3.6.5.tar.gz && cd unrar make -f makefile.unix && cp unrar /usr/bin cd .. && rm -rf unrar
--Sylver 19:49, 23 June 2006 (CDT)

