Debian sylver
From NAS-Central Buffalo - The Linkstation Wiki
Revision as of 21:53, 6 July 2006 by Sylver (Talk) (→Some usefull application to use with this image)
I've made an improved Debian image (for Kuro-box HG only) available here : http://www.kurobox.com/sylver/debian/debian-sarge-2.6.17.1-mh1_kuro-box-20060623.tgz
Image History
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
- Bzip2 (for compression/decompression of .bz2 files)
apt-get install bzip2
- 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
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
--Sylver 19:49, 23 June 2006 (CDT)