Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Monday, September 22, 2008

Ubuntu, CPU Scaling, Battery life and You

My laptop was almost burning my legs tonight so I did a little looking for CPU scaling options in Ubuntu. I found a very useful page on how to adjust the power save method in Gnome on Ubuntu 8.04.

Ubuntu, CPU Scaling, Battery life and You

Saturday, August 23, 2008

Internet Laptop Update

I've made some progress on my fast booting internet laptop. Right now its booting in just under a minute. I hope to do some more tweaking and tuning yet, but 45 seconds is seeming harder to hit off of my Ubuntu install. I have already delayed starting of most non critical services until after firefox is loaded. Laptop is working decent otherwise except I also want to scale the CPU down a bit after its done booting to help with heat and battery life. Hopefully I will post a full guide after I'm happy with the results.

I still haven't made much progress on my simple web based wireless card manager. I have thought about it and I'd also like to maybe include a few other things like battery life info on this web page. I would really like to be able to get any computer information I need directly from firefox.

Monday, May 05, 2008

Ubuntu 8.04 mogul usb tethering

I got my Windows Mobile Sprint Mogul to work via USB tethering and Internet Connection Sharing on my Ubuntu 8.04 install.

Here are my simple steps.

apt-get install subversion
svn co https://synce.svn.sourceforge.net/svnroot/synce/trunk/usb-rndis-lite
cd usb-rndis-lite/
make
sudo ./clean.sh
sudo make install

Next plug in the usb cable, and fire up Internet Sharing and click connect on the phone.

On the computer click on the network icon on the top panel and select "Wired Network (Unknown USB Wireless Interface)" from the list and shortly you should have a IP address and be all set.

As a side note to make tethering work make sure that you turn on "Enable advanced network functionality" under "USB to PC" icon on the connections tab in your windows mobile settings.