Posted on Feb 28, 2006

Ubuntizing my PC – Part 1

In my last post, I wrote about Ubuntu.

Why did I order free CDs from Ubuntu?

1. I like the concept,

2. I want to see for myself what it has to offer in addition what I could get from other distros,

3. I have an old PII 266 desktop PC running Windows 98 and pirated warez, infested with every freeware, virus and trojan out there. I want to clean it up, and make it usable without having to shell out truckloads of money (which I do not have) buying software for it.

4. I am just an amateur user of Linux, and I am strapped of time. So I want a Linux system that is easy to install and use, and will give me true GUI capability, while still permitting me to be adventurous in mucking around with it when I feel like it. Ubuntu seems to fit the bill pretty well.

So, I was pretty excited when I received my Ubuntu CDs, and I set about on ubuntizing my PC right away. Here is a poor log.

  1. Ubuntu comes in two CDs – one is the Live CD and the other is the Install CD. The Live CD permits one to run Ubuntu without installing it – just make the CDROM as the first boot device, insert the live CD and start the PC, Ubuntu loads right away. This permits you to see what Ubuntu has to offer before you actually install it.
  2. So I loaded the Live CD. It looks ages to load (I had expected it to be slow since it was running from the CD, but not this slow), and I ended up with the command prompt and some error messages (fatal server error: no screens found) that indicated that it was unable to find the right display driver though it had correctly identified the SiS card that I had.
  3. Some googling revealed that this could be solved by changing the display driver to a more generic one. This is done by editing the ‘Device’ section of /etc/X11/xorg.conf, and changing the ‘Driver’ entry to ‘vesa’. Type ‘startx&’, and I got the Gnome Desktop. It looks good with the default Ubuntu theme.
  4. Next surprise: my Logitech 3-button serial mouse is not working – the mouse cursor is stuck in the middle of the screen. Again, Google (how would I live without it?) tells me that there are ways to make a serial mouse work on Linux, but I have had enough with the Live CD by now, and I think it will take less time to go ahead and install Ubuntu and move back to Windows if it does not work.
  5. Ubuntu 5.10 (Breezy Badger) comes in two variants – one desktop installation and a server installation. A quick check of the system requirements tell me that 128 MB is minimum for a Desktop installation. I have just that much. There is a risk that it might turn out to be like one of those games which never really run on the minimum configuration, but I decide to go ahead anyway.
  6. I marshal all my good data into one folder, install the drivers for my Genelink USB host-host cable on the PC, connect my laptop with the PC using the USB cable. The folder has 11GB of data, so I issue a copy and goes down to have a tea. When I come back, I see that the copy has aborted with ‘Bulk write error’. My impatient mind assumes that the USB driver is unable to handle large amounts of data and curses it. So I take the HDD out, put it in a USB casing that I bought for the DVD writer, and connect it to my laptop. The Windows XP on the laptop detects it as a hard disk without my having to install any drivers – I like it. Then I issue the copy and sit to watch over it.
  7. The copy aborts – but this time, the cat is out of the bag. The folder contained some executables compiled from the source that I had written, and I included them assuming that they were virus free. But it seems that they are infested with the Spaces.1445 virus that appends itself to every executable that is invoked. My Symantec Antivirus was blocking the copy operation – and that is why it aborted.
  8. So I run the antivirus on all files the I want to back up – fortunately, there is nothing other than Spaces which is cleaned by Symantec AV. So I copy the files over to my laptop.
  9. Then I insert the install CD and boot the PC. After a couple of minutes, I land in the partition manager. The default values allocated by the partition manager do not fit me. After a couple of hiccups when I first forgot to create a root partition and then a swap partition, I get it right. The hard disks are erased and partitioned.
  10. The rest of the installation is uneventful – I just have to create a username and password. One thing that is quite different in Ubuntu from Slackware/Redhat/Cygwin distros that I have used is that the root user and password is not available. You log in with your username and use ‘sudo’ command to run tasks that need root permission (eg:- sudo vi /etc/X11/xorg.conf) – you would have to give your password every time for this. I am prone to the bad habit of logging in and working as a root on unix machines for the sake of having access to everything, and I have deleted valuable stuff inadvertently in the past, so this restriction fits me quite well.
  11. I have to re-boot once before the installation completes, and then I land into the command prompt because of the display issue that I saw the the Live CD. I change the driver to ‘vesa’ as above, and the Gnome desktop is working.
  12. To make the mouse work, I edit the InputDevice section of /etc/X11/xorg.conf, change the “Device” entry to /dev/ttys0 and the ‘Protocol’ entry to ‘Auto’. It does not work, and I find that it should be ‘/dev/ttyS0’. Still no luck, I check the COM ports, and find that the 9- pin port where the mouse is connected is on COM1. So I change the ‘Device’ entry to /dev/ttyS1’, and the mouse works now. Still, it takes some time for the mouse to start working after I get the Desktop, and when I exit X, I can see a message that it could not find the mouse protocol. So I change the ‘Protocol’ entry to ‘Microsoft’, and the delay is gone.
  13. Now, I have a good desktop OS running – Open Office, Evolution and Firefox are among the default applications. There are 4 workspaces, and the links are conveniently grouped into Applications, Places and System menus. The icons are placed conveniently, even a novice should be able to use it without much heartburn.
  14. There are some issues though. The application windows are always bigger my viewing area, and I have keep moving them around to get access to all parts. Need to check the desktop resolutions and fix this up. OpenOffice is slow, but usable – should be okay given that it is a 266MHz processor.
  15. I have only a PCI wireless LAN card for network connectivity – and it is not detected. I need to figure this out too.

I have come to the end of Part 1 and I now have an ubuntized PC with a nice GUI with X Windows, without network connectivity. In the next part, I will get the wireless up and get it to work with WEP on my home wireless network so that I can access Internet. Till then, good bye! 🙂

The following links were very helpful to me:

  1. Ubuntu Wiki: https://wiki.ubuntu.com/
  2. On display driver issues on Ubuntu: http://ubuntuforums.org/archive/index.php/t-79827.html
  3. Getting a serial mouse to work: http://ubuntuforums.org/archive/index.php/t-23926.html