usbserial not found in ubuntu jaunty (9.04)
Actually the usbserial module has been added to the kernal in ubuntu 9.04 (jaunty). Everyone using a phone or usb device to access internet will be having problem with that. To solve this please follow the following steps. It is possible to pass the ids as kernel parameters. 1. Get your device’s vendor and product
Customize or Remaster ubuntu 9.04 jaunty from an image file
This tutorial will show you how to customize and remaster your ubuntu 9.04 jaunty using a jaunty iso file. 1. Create a work directory # mkdir jaunty 2. Create the following directoires # mkdir jaunty/cdrom# mkdir jaunty/tmp# mkdir jaunty/root 3. Mount the jaunty iso image on jaunty/cdrom directory # mount -o loop jaunty.iso jaunty/cdrom 4.
Read More