I did it, here are my notes: I started w/ 1g, but that was too small
1. Debian.org - get Network Install CD for etch/testing
2. use burncdcc on windows to create bootable CD
3. for Dell: F2 at boot jumps to bios to change boot order for hd, cd, or usb 4. boot from cd
5. follow the steps …
6. do
NOT install grub to HD MBR,
7. Do install grub to usb drive (sda or SCSI1, which net install calls “(hd1)”)
Linux: hda, hdb, etc(alphas)…. grub: hd0, hd1(numbers starting with zero)
8. do NOT reboot, shutdown
9. boot w/ knoppix
10. mount USB drive, writeable
11. in /boot/grub/domain._ and menu.lst - flip flop (edit, save) hd0 and sd1 to
sd0 and hd1
12. now reboot w/ usb
13. finish the installation - do
NOT install gnome or kde at this time (too much space!)
14. get a fundamental tool!
#apt-get install mc (midnight commander)
(I have since migrated to aptitude versus apt-get, basically the same)
15. /etc/apt/sources.list (edit via mc)
# deb cdrom:[Debian... (comment out the cdrom disk after you get this far)
deb
http://ftp.us.debian.org/debian/ etch main (note: us = usa)
deb-src
http://ftp.us.debian.org/debian/ etch main
deb
http://security.debian.org/ etch/updates main contrib
deb-src
http://security.debian.org/ etch/updates main contrib
# for mplayer
deb
http://www.debian-multimedia.org/ etch main
# apt-get update (updates the applications database - do this whenever change sources)
16. Get the wireless working
# apt-get install wireless-tools
# lspci
look for broadcom ...
# apt-get install bcm43-fwcutter (see forums.debian.net HowTo: Broadcom BCM43xx wls card) … follow the prompts
# mkdir -p /lib/hotplug/firmware need to copy files to a different sub-directory)
# cp /lib/firmware *.fw /lib/hotplug/firmware
reboot
IF wireless does not come up automagically ... during bootup it will report obtaining an ip address
# iwconfig eth1 essid any
# dhclient eth1
17. Get x working
# apt-get install x-window-system-core (etch comes with x.org, not XFree86)
do
NOT install gnome or kde ... too much space!
(however, if space is available, these packages have all the bells and whistles)
18. get a desktop:
# apt-get install icewm menu
# apt-get install gnome-games
19. Get a browser:
# apt-get install iceweasel (etch version of firefox)
20. Get a printer:
follow steps in "how-to dlink print server" to install a printer
21. email
# apt-get install sylpheed (email)(set up accounts)
22. noise:
# apt-get install alsa-base alsa-utils alsa-oss (sound... and some other packages?)
(apt-cache search alsa to pick out what is needed)
(get an mp3 file to experiment with...)
# alsaconf (configure alsa...)
# aplay /path/to/mp3 file (make sure it works)
23. movies:
# apt-get install mplayer mozilla-mplayer w32codecs (include the plug-in!)
(from within iceweasel install flashplayer when a site requests it)
(w32codecs are not free, some folks use totem, totem-mozilla, ffmpeg...)
(others use xine, totem-xine, xmms, audacious, quicktime, vlc...)
to run a dvd from mplayer, open terminal, ...
# mplayer dvd://1 (but you can't "control" anything)
24: admin:
# apt-get install lshw (program to provide info on installed hardware...)
25. word processor:
# apt-get install abiword (nice x-window word processor)
At this point 2G usb Flash drive shows...
# df 95% used, 88 Mb free
26. after this I did a
LOT of cleaning, etc. with several other tools and apt-get commands to get it to free up a lot of space, so that now I have multiple hundreds of meg free. purge is one, orphans is another, ? apt-clean?