40.31 Toshiba Satellite A200 PSAF0A (Millyn)

Millyn is a laptop that came with MS/Windows Vista Home Basic. The laptop features and Intel T2080 dual core CPU with 1.5GB of memory and an 80GB hard drive. It includes an inbuilt card reader, DVD-RAM, Wireless, Bluetooth, Synaptics TouchPad,

These computers do not ship with any MS/Windows install media but include a Recovery Disk Creator application that writes one DVD for the recovery of the system. This precaution was taken, writing a DVD that was available to reboot and install MS/Windows Vista, if it was required (it hasn’t been). The hard disk also contains a ``hidden’’ partition that can be used directly to reinstall MS/Windows, and this is invoked by holding the numeric 0 key down when turning on the computer.

Ubuntu (7.10) was installed from CD (4 February 2008). The CD image was downloaded from Ubuntu. A dual boot system has resulted, using both the MS/Windows EasyBCD application and Grub! The use of EasyBCD was not necessary (Ubuntu found the Vista partitions) however, when Ubuntu got to the final screen it did not report that it found the Vista OS.

Not Working: Audio, quality video,

40.31.1 Millyn Specifications

From the lspci and lshw commands and /proc/cpuinfo:

Spec Details
Machine: Toshiba Satellite A200 PSAF0A
CPU: Intel T2080 1.73GHz Dual Core
Bogomips:
Memory: 1.5GB
Network: Marvell 88E8039 PCI-E Fast Ethernet
Atheros AR5006EG 802.11 b/g wifi
Disk: 80GB ATA TOSHIBA MK8037GSX DL230M
Video: Intel 945GM (vga)
Audio: Intel 82801G HDA Realtek ID 268 (intel-snd-hda)
CD/DVD: MATSHITA DVD-RAM UJ-850S
Boot: Grub
Kernel: 2.6.22-14-generic

40.31.2 Millyn Install Log

40.31.2.1 3 Feb 2008

First, boot into MS/Windows Vista Home Basic and open up the Computer Management tool to resize the C: drive. To start the Computer Management tool, right mouse button click the Computer icon. Then select Disk Management. The default disk was originally partitioned as follows (showing the information from Ubuntu Live):

Spec Details
/dev/sda1 1.5G & /media/TOSHIBA SYSTEM VOLUME
/dev/sda2 69.0G & /media/S3A6258D001
/dev/sda3 0.6G & /media/HDDRECOVERY

The large partition was resized down to 40GB (that seemed to be all that the tool would let me do even though only 14GB is in use) leaving 28GB for Ubuntu.

Rebooting from a Standard Ubuntu 7.10 DVD was then done by pressing F12 on startup to display the boot menu so that we can choose CD/DVD. Ubuntu gives a menu of options, the default being ``Start or install Ubuntu,’’ which is what we chose. This loaded the appropriate software from the DVD and started up Ubuntu without touching the current installation of Vista.

On the desktop we then double clicked the Install icon. Manual disk partition was chosen. On the Advanced option of the final Ubuntu Install sequence we chose to install Grub into hd(0,4) rather than the default hd(0). My intention was to use the EasyBCD utility from NeoSmart on Vista to edit the Vista boot loader and use that to control which OS is started. The aim is to not touch the currently installed Vista as such since I was not convinced that Ubuntu had found the Vista partition. I should not have been concerned, because the resulting Grub menu included both the Vista partition and the recovery partition! Nonetheless, using two boot managers works okay - first EasyBCD and then Grub. Grub was set up with a 5 second timeout and with hiddenmenu turned on. Similarly, EasyBCD was set up to default to Ubuntu with a 5 second timeout.

Install: lang=English, location=Sydney, kb=US English, partition=manual and format /dev/sda5 and mount as /, migrate=none, name=, hostname=millyn, boot=(hd0,4).

Grub automatically noticed Windows Vista/Longhorn (loader) and added an appropriate entry for booting (so we could have written to the master boot record, as it turns out).

Eject DVD, reboot into MS/Windows. Startup EasyBCD to add a new entry for Ubuntu GNU/Linux booting from the native Linux partition (claims to be partition 3 here). Make this the default boot and set the timeout to just 5s. Save the configuration and reboot.

Ubuntu boots and GNOME starts up. Open up Synaptic to change the repository to iinet and Reload. Then in a terminal install wajig and the upgrade the system. Using wajig, install emacs22-gtk. Edit /boot/grub/menu.lst to enable hiddenmenu, change the timeout to just 5s, and rename the second Vista entry to be Recover. Change the number of Workspaces to be just 1 (less confusing). Edit /etc/fstab to add ``noauto’’ to three lines that mount some MS/Windows partitions.

Install a bunch of useful applications:

$ wajig install most ubuntu-restricted-extras xmms 
$ wajig install gstreamer0.10-pitfdll vlc
$ sudo /usr/share/doc/libdvdread3/install-css.sh

To get sound working with the audio chip of this laptop it needed upgrading the kernel to recognise the chip properly. We had to make sure we got the appropriate modules since at first we did not have wifi working after upgrading the kernel.

export REPOS="http://ftp.iinet.net.au/pub/ubuntu/pool"
export MAIN="${REPOS}/main"
export LU="linux-ubuntu-modules-"
export REST="${REPOS}/restricted"
export LR="linux-restricted-modules-"
wget ${MAIN}/g/glibc/libc6_2.7-5ubuntu2_i386.deb
wget ${MAIN}/m/module-init-tools/module-init-tools_3.3-pre11-4ubuntu3_i386.deb
wget ${MAIN}/l/linux/linux-image-2.6.24-5-generic_2.6.24-5.8_i386.deb
wget ${MAIN}/l/${LU}2.6.24/${LU}2.6.24-5-generic_2.6.24-5.9_i386.deb
wget ${MAIN}/g/glibc/libc6-i686_2.7-5ubuntu2_i386.deb
wget ${REST}/l/${LR}2.6.24/${LR}2.6.24-5-generic_2.6.24.6-5.16_i386.deb
wget ${REST}/l/${LR}2.6.24/${LR}common_2.6.24.6-5.16_all.deb
wajig install libc6_2.7-5ubuntu2_i386.deb \
      module-init-tools_3.3-pre11-4ubuntu3_i386.deb \
      linux-image-2.6.24-5-generic_2.6.24-5.8_i386.deb \
      linux-ubuntu-modules-2.6.24-5-generic_2.6.24-5.9_i386.deb \
      libc6-i686_2.7-5ubuntu2_i386.deb \
      linux-restricted-modules-2.6.24-5-generic_2.6.24.6-5.16_i386.deb \
      linux-restricted-modules-common_2.6.24.6-5.16_all.deb

VLC plays DVDs but not totem.

40.31.3 Troubleshooting

No remaining issues as of 080207.



Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0