Recently in Computers Category

Back to the Stone Age

| | Comments (0)

I just moved in to my new apartment last weekend. I got a nice bed at Ikea, and some cheap furniture from Wal-Mart. I now need a sofa and maybe a computer desk.

Speaking of computer, I am experiencing the terrible delays, innuendos of signing up to a high-speed Internet service. I chose Bell Sympatico (total performance, at 7 Mbit/s), of course not because of their recent rebranding. I signed up to get my service activated on August 16th (five days, from Aug 11, the day I placed my order on Bell's website). Then, come the 16th, my phone is active, but I don't get my modem! What happened to it? I call 310-BELL, and 310-SURF, don't get what has happened. The lady was just saying that it would be delivered again.

On Monday night, I don't find the modem in my mail, throw a tantrum on the customers' service line. The next morning (this morning), I call the high-speed Internet hotline, and find out that Purolator tried to deliver, but didn't have a buzz code (I did not provide them with one, since I did not know it!), so kept it in their depot in Ville St-Pierre without even leaving a paper saying that they came by! So, I go all the way to Ville St-Pierre (320 Norman), get the modem. Tonight, I try it, and find out that the phone line's "capacity to do PPPOE" is somehow not active on my side...

But my account is definitely active, because I am using my dial-up access! So there I am, using my phone modem for the first time. Can you imagine that? Gmail takes time to load, and I need to use its HTML-only version... Even a terminal over SSH is painful.

Now, the Bell technician is supposed to come "within the next three days". Was my phone line mis-activated? Did rats gnaw on a part of the phone cable that was critical for my Internet? To be continued...

Update: They just forgot to activate my line... I'm now back to the 21st century.

Dell XPS m1210: exposed!

The first memory slot is easily accessible from a small door on the bottom face of the laptop. If you are upgrading your memory, you will need to upgrade both modules in order to preserve your dual-channel configuration.The Owner's Manual that came with the notebook does not even mention where to find the second memory slot. After finding a PC World review of the XPS m1210, we found out that the elusive second RAM slot is located under the keyboard...

For the XPS m1210, you will be looking for PC2-5300 667MHz DDR2 200-pin SO-DIMM RAM. The cheapest RAM today (July 2007) costs around 120CAD for 2 x 1Gb. If you don't want to void your warranty, then the kind that Dell sells (actually from Kingston - even if the RAM that originally came with my notebook was from Korean manufacturer Hynix) is 90CAD for each slab of 1Gb. Prices don't include shipping, nor taxes, but your local computer store should have this item and save you the former.

After my Linux/XP install last week, I managed to throw in Solaris into the blend. It wasn't simple, because a Solaris install had to be on a primary partition (you are limited to four with a standard msdos partition table) and it also had the side effect of rearranging your partition numbering.

On my first install, I decided to scrap a previous Ubuntu install, only to find out that Solaris overwrote my MBR, which I couldn't then restore to the GRUB boot loader.

What I did was to start over, starting with Solaris. WinXP is on a separate SATA hard drive, so I did not have to deal with it. The Solaris installer doesn't allow you to create Linux partitions. When I got to partitioning the drives, I created three empty DOS primary partitions (approx sizes -> 200Mb + 500Mb + 100Gb), plus the Solaris partition (20Gb). I let the installer do its deed, rebooted to check whether it was fine.

After this, I installed my four Linux distributions, accordingly to the last manipulation. With Ubuntu, the first Linux distribution installation I did, I reinitialized the partitions to Linux using the "cfdisk" command. I went through a normal Ubuntu installation, which also allowed me to repartition the largest of the Linux partitions in four equal parts of 20Gb (for each distro). I installed the other distros, making sure that /boot and /home were not rewriten.

When I finished installing the Linux distros, and rebooted the second time from the Solaris system, my GRUB boot loader had disappeared! I took out an Ubuntu CD, and repaired the MBR by mounting /dev/hda1 (/boot) to /mnt/boot, and then issuing "grub-install --root-directory=/mnt /dev/hda". Here is a copy of my menu.lst.

In Solaris, support for my network interface did not came "out of the box". It is a network adapter on an ASUS K8N-E Deluxe, which has a nforce3 chipset. I downloaded the free nfo driver, and burned the tar.gz on a CD. I followed the instructions in the readme, using amd64 as my architecture, and suncc as the compiler. For the network interface configuration, I followed this how-to for setting up a Solaris DHCP client. The driver loaded, but I did not have any connectivity. After changing a few things (by not configuring the driver under /kernel/drv/nfo.conf, and removing a few parameters to get from the dhcp server - configured on the last line of /etc/default/dhcpagent), I was able to configure my interface and access the external world.

After using Solaris for a while, I find its desktop environment (it is definitely gnome, or rebranded/modified gnome) to be slow to react. Maybe it's the graphics driver, as it isn't fglrx (with dual screen setup, like on the Linux installs). I've read reports that it is possible to have dual screens with the "ati" free driver (ATI doesn't have a release of its proprietary driver "fglrx", but I think it might be possible to make it work on Solaris if it does for Linux?), but I'm not planning to do it.

This is the output of my df -Th:

Filesystem Type Size Used Avail Use% Mounted on
/dev/sda2 ext3 20G 2.8G 16G 15% /
/dev/sda1 ext2 96M 8.4M 83M 10% /boot
/dev/sda3 ntfs 50G 7.9G 43G 16% /media/sda3
/dev/sda7 vfat 4.7G 312K 4.7G 1% /media/sda7
/dev/sda6 vfat 35G 142M 34G 1% /windows

I always prefer to install the Windows partition before the Linux one, because Windows will overwrite your MBR and call the Windows boot loader that doesn't detect any non-Windows OS present. Besides, the Linux one (GRUB) is superior, per its flexibility and customizability.

But before starting installing the OSes, one must partition. What I did was first to boot with my Ubuntu CD (6.10 Egdy Eft), and use gparted to partition my disks. Perhaps I could've done it otherwise, but I had time and still went through the whole installation (which took perhaps 10 minutes. sda1 to 4 are primary partitions, while the three others were logical ones (with swap memory somewhere in there).

Out of a total space of 120Gb, I chose to give Ubuntu only 20Gb, and Windows, 50Gb. The remaining space is of fat32 filesystem and used as storage space accessible in read and write by both OS (35Gb - sda6) and for built-in "media center" features. Before partitioning, on top of the main preinstalled Windows Media Center, there were two smaller partitions of 2 and 4Gb respectively. One was seemingly for Dell's Media Center implementation, and the other is some sort of backup WinXP.

After partitioning, I rebooted with the Windows Media Center CD that came with it.

Computer blues

| | Comments (0)

I run a partition of Linux/Ubuntu, and of Windows XP at home. Depending of how I'm feeling, I'd use one or the other. More than anything, if I feel "lazy" I go for the latter. :P But in fact, little advanced computer skills are required to use a typical modern graphical Linux install, especially Ubuntu.

In any case, I don't know for Windows Vista, but as far as WinXP is concerned, it is totally replaceable in a work context (edit: erm, what am I saying?). The multimedia support is the only point against Ubuntu, as far as I'm concerned. I can't play Flash stuff (but the developer's blog states that a plugin of 9.0 for Linux 64-bit is being developed), and have lots of inconsistent trouble with multimedia streams... I suspect that it is the predominance of non-free formats in the digital world, more than some sort of negligence. I am using mplayer as my browser multimedia plugin, and officially, Ubuntu supports gstreamer. It's not that I haven't tried gstreamer, but it just wouldn't run half the things I try to play on it (with all possible non-bad plugin sets installed).

(Edit: for the Vista bit, what I mean is that there's nothing fancy to the WinXP interface that can't already be found in Linux/Ubuntu... To replace Mac OS X's interface is still unnatainable, by all means, and Vista is apparently going to be gorgeous by today's WinXP standards, so I don't know. But if you need a computer that "works" and does the now-standard user interface stuff, then Linux/Ubuntu with Gnome is good-enough.)

LibriVox

| | Comments (0)

Was playing with my newest Ubuntu install and found in the 'Examples' directory, a recording of Alice in Wonderland's first chapter in spoken form, coming from LibriVox, a free online collection of audiobooks from the public domain and recorded by volunteers. You will find works from Lao-Tsu's Tao Te King to Austen's Pride and Prejudice, poetry (Shakespeare) and other miscellaneous (US Declaration of Independence).

So I took the laptop my brother was using for school, formatted it, and reinstalled it to my taste. It's a machine he got over the Holidays in 2000-01, thus an antiquity of a few hundreds mHz and just 192 Mb of RAM. Of the 20Gb HD, I made a 10Gb WinXP partition, in case, but the Linux partition, an Ubuntu install for regular 32-bit PCs works just as well - there's a working Flash, and network/sound work like a charm, but I am guessing that the multimedia might be choppier than on WinXP.

About this Archive

This page is a archive of recent entries in the Computers category.

Chinatown is the previous category.

Dreams Dreams is the next category.

Find recent content on the main index or look in the archives to find all content.