Ubuntu 10.04 fix for USB Drive not mounting on pc with Floppy Drive

Here’s a quick fix for an Ubuntu 10.04 bug that prevents USB Drive from mounting on a PC with Floppy drive (wow, these things still exist?)

The solution is to remove the floppy drive module from linux kernel and you will be able to mount usb drive.
sudo modprobe -r floppy

Should you ever need the module again, you can issue
sudo modprobe floppy
to load the module back (alongside with the annoying bug).

Hope this will help!

p/s: To be fair, my office Dell Optiplex machine (with Pentium 4 HT 2.80GHz, 2005 issue) still has those floppy drives, although I haven’t use them ever since they assigned it to me (back in 2008).

My experience with AMD decTOP computer running on Android

I’ve the opportunity to test out a decTOP computer at my workplace today. decTOP was originally produced as a low-cost computer to allow people from emerging countries to access the internet.

Originally, decTOP (formerly PIC) was shipped with Microsoft Windows CE and Internet Explorer 6.0, but recent release changes the BIOS behavior of decTOP, that’s allow it to boot from USB devices (flash drive and external DVD-drive).

This has led me to do few experiments with the decTOP computer. I’ve tried installing it with Ubuntu, then Windows XP, and finally Android.

and I found Android runs nicely on the decTOP without any modifications. The downside is, that currently only Android 1.6 is available for installing on x86 machine.

What happened to Ubuntu?
Apparently I ran into some difficulties in installing Ubuntu on decTOP. With LiveCD image, it is obvious that the 128MB SODIMM ram is not enough to load the desktop interface, let alone installing it. I tried the server edition and it succeeds, but the point is to run a usable Linux desktop out from decTOP machine, and I think Android do shine in this area.

Android drawback?
One drawback though, Android won’t let you save the downloaded *.apk on the remaining harddisk space, you got to use USB stick for that.

android on dectop

Winbond W89C35 VID:0416 PID:0035 USB Wireless Driver

Dear readers,

I’ve uploaded Windows XP driver for Winbond W89C35 as it can enable the use of Winbond USB wifi dongle (VID:0416 PID:0035) under Ubuntu Lucid Lynx.

Follow the step-by-step instruction as outlined in the Ubuntu Wiki page, in order to use the driver with ndiswrapper.

p/s: I’ve uploaded this driver because I find a lot of websites out there that offers fake Winbond W89C35 drivers.

p/s 2: Of course I would recommend the rest of the users out there to buy a more Linux-friendly USB wifi dongle, such as from TP-Link
, D-Link, Netgear or TRENDnet which I found to be very portable across operating systems.

How to get 1280×1024 res on Philips 190S LCD monitor with Ubuntu 10.04 (Lucid)

Thanks to my pal Amet (9W2AZV), I manage to get my self a cheapish 19″ LCD monitor for one of my computers. The trouble is, Ubuntu is only able to give 1024×768 (or lower) resolution on this monitor, which is a shame because of its display size. The problem is related to Ubuntu failing to recognize the monitor capability and thus unable to assign appropriate values necessary to obtain the optimum monitor resolution.

Philips 190s monitor settings

After a couple of hours googling, I found several websites which list correct settings for Philips 190s.

What you need to do is to create (or edit) the “/etc/X11/xorg.conf” file as root and modifies the “Monitor” and “Screen” section details inside the xorg.conf files. Here is the example of my xorg.conf Philips 190S settings

After that, save the file and restart X server.

A word of caution: Changing xorg.conf is risky. I only tested this solution on my computer which runs on Ubuntu 10.04 (Lucid Lynx) and Ubuntu 9.10 (Karmic Koala) operating system. Be warned, your mileage may vary.

Reference:
1 – my xorg.conf for Philips 190S config

Create Ubuntu Live USB Drive easily with uSbuntu

uSbuntu is a tool that let you create Live USB Drive Ubuntu system using iso image files. The tool is inuitive to use and it can be downloaded from any of these sites :

  1. Official website
  2. Mirror 1 (softpedia)
  3. Mirror 1 (4shared)
  4. Mirror 1 (softronic)
uSbuntu

uSbuntu works on Windows XP as well as Vista operating system and can work with any USB drive with 1GB or more space. The creator of uSbuntu has stated that the project would be evolved to support other Linux distribution too under the name LiLi (Linux USB Live Creator) which can be downloaded from LinuxLiveUSB.com