Installation Notes

Tue Dec 29 09:31:46 EST 2009 (newest material is at the end of this file)
----------------------------
2.6.26-2-686

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda11            7.7G  406M  6.9G   6% /

   12  dpkg -l > dpkg.lenny_as-installed
   13  dpkg --get-selections > dpkg.lenny_as-installed-selections

(as root)
    6  apt-get install net-tools wireless-tools

(net-tools was already intalled)

    9  iwconfig wlan0 essid pannda1
   10  ifconfig wlan0 up
   11  apt-cache search rt73

I need rt73 firmware and it doesn't seem to be on the CD.

   30  set -o vi
   31  su -c 'dpkg -i rcs_5.7-23_i386.deb'
   32  mkdir RCS
   33  ls -A
   34  head .bash_logout 
   35  grep gpm dpkg.lenny_as-installed
   37  mount /media/cdrom0
   38  su -c 'apt-get install gpm'

gpm is not on the CD

   43  su -c 'dpkg -i rt73-common_1.0.3.6-cvs20080623-dfsg1-3_all.deb rt73-modules-2.6-686_2.6.26-3+lenny1_i386.deb firmware-ralink_0.14+lenny2_all.deb'

The modules didn't install, but the firmware did, and that turns out to
be all I need.

(as root)
   16  set -o vi
   17  iwconfig wlan0 essid pannda1
   18  ifconfig wlan0 up
   19  dhclient3 wlan0

   24  cd /etc/apt/
   28  mkdir RCS
   29  ci -l sources.list
   30  vi sources.list
   32  apt-get update
   33  apt-get upgrade
   34  dpkg --purge rt73-common rt73-modules-2.6-686
   35  apt-get upgrade
   46  apt-get install w3m

   66  apt-get -f upgrade
   67  echo Setting up gpm (1.20.4-3.1) ...

   73  ci -l .bash_logout
   74  rm .bash_logout
   76  ci -l .profile
   78  ci -l .bashrc
   79  vi .bashrc
   80  ci -l .bashrc

(as root)
   71  apt-get install vim-nox par
   73  apt-get install vim-doc
   75  apt-get --purge remove vim-tiny

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda11            7.7G  567M  6.7G   8% /

   99  su -c 'apt-get install less'
  104  su -c 'apt-get --purge remove tasksel-data'
  106  mkdir working
  107  su -c 'mount /dev/sda7 ./working'
  152  su -c 'apt-get install sudo'

  160  sudo umount /mnt

(as root)
   82  cd /etc
   83  mkdir RCS
   85  ci -l fstab
   86  vi fstab
   88  ci -l fstab 
   90  mount /dev/sda3 /mnt
   94  ci -l hosts
   95  vi hosts
   96  ci -l hosts
   99  EDITOR=/usr/bin/vim visudo
  100  usermod -a -G sudo pann

  169  sudo apt-get install openssh-client

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda11            7.7G  498M  6.8G   7% /

  181  sudo apt-get install boa

Tue Dec 29 17:30:58 EST 2009
----------------------------
  206  sudo apt-get --no-install-recommends install xorg

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda11            7.7G  598M  6.7G   9% /

  229  sudo apt-get --no-install-recommends install icewm
  242  sudo apt-get install fglrx-modules-2.6.26-2-686
  255  sudo apt-get install fglrx-driver fglrx-glx fglrx-control

.xinitrc
--------
/usr/bin/xterm &
exec /usr/bin/icewm

When I execute 'startx &' ps shows everything running, but there is no
display.

  278  sudo apt-get --purge remove fglrx-driver fglrx-glx fglrx-control
  280  sudo apt-get --purge remove fglrx-modules-2.6.26-2-686
  282  sudo apt-get --purge remove icewm
  284  sudo apt-get --purge remove xorg
  285  sudo apt-get --purge autoremove
  289  sudo apt-get install deborphan
  291  sudo apt-get --purge remove libsasl2-2 libgnutls26
  293  sudo apt-get --purge remove libgcrypt11 libtasn1-3
  295  sudo apt-get --purge remove libgpg-error0

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda11            7.7G  500M  6.8G   7% /

  306  sudo apt-get install xorg icewm

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda11            7.7G  643M  6.6G   9% /

Everything is the same.
Last modified: 30-Dec-2009 and Copyright © 2009 by Pann McCuaig
All rights reserved.