Google

Syndicate this blog XML Feeds

What is RSS?
Lunarpages.com Web Hosting

Journeys start with the smallest steps. Here's my trek to discovering all the Eee PC can do. Or, at least, what it can do for me.

Add to Technorati Favorites

Categories

Who's Online?

  • Guest Users: 12

Starting out with the Eee PC

I recently purchased an Eee PC 4G (the model with a 7" display and 4GB of memory) on the cheap. My intent was to look at it for a couple of reasons.

Firstly, I viewing it as a tool to help me in my study. In this guise, I'd use it for accessing the Bible (I'm studying theology) and for note taking. This means that I'd need to be able to install some extra software (there are several open source Bible study applications around that use public domain translations of the Bible) and type on it.

Secondly, I plan to use it for occasional web surfing and email access.. That's where the WiFi connection and, hopefully, 3G and Bluetooth support would be handy.

Thirdly, I attend a lot of meetings in my day job and I prefer to not carry printed papers to meetings. My preference is to take PDF or other documents with me as they're easy to annotate on the fly and my comments are kept with the original documents.

Finally, the built-in sound recording software was appealing as I could use it while interviewing folks and while at meetings and conferences.

After a couple of days of use I was totally frustrated - enough to use my soapbox at Hydrapinion for a rant titled "Eee PC proves why Linux blows". You see, installing extra applications to the Eee PC is a pain and, if you manage to install one, getting it to appear on the Eee's Easy Menu is something of a black art. Yeah, I know I can look to installing another operating system (there are several Linux distros focussed on the Eee PC and there are ways to install Mac OS X (don't bother, I did it and it was 20 minute experiment that on the 7: screen wasn't worth the effort) or Windows XP (you'll need a legitimate copy of XP SP2 for it work) but why should I have to do that to do, what on the face of things, looks to be a reasonably simple task.

Here's what I learned. Some of this will be dead obvious to those experienced in the use of Linux but given that the Eee PC isn't pitched specifically at Linux users but at consumer electronics customers after a low-cost computer, I think they're worth noting. Also, none of this stuff is my own work. I'll credit, where I can find them, the original sources of what I learned.

Starting the Terminal

Like it or not, getting the most out of Linux requires some access to the Terminal (Windows users would call this a DOS box or Command Prompt). The Eee PC's Easy Menu doesn't have a shortcut for launching the Terminal so you'll need to remember a keyboard shortcut.

To launch the Terminal press Ctrl+Alt+T

Enabling Desktop Mode

The Easy Mode, with it's large icons is great for quickly finding and launching applications. However, many would prefer a more usual desktop system. That's why you might like to enable the Full Desktop mode.

To enable Full Desktop mode

1 - Start a Terminal
2 - Enter the following commands

sudo bash
apt-get update
apt-get install ksmserver kicker

Note: When you run something commencing with "sudo", you're running it with full system access. Whatever you run as "sudo" will have access to the entire system. That means, if you don't know what you're doing, you can accidentally mess your system up quite badly.

Exit the Terminal (just type "exit") and then restart your Eee PC.

Now, when you press the power button, you'll have a button to run the Full Desktop, in addition to usual Stand By, Restart and Shut Down options.

As the Eee PC runs a version of the Linux distribution called Xandros that has a very strong resemblance to Windows XP. For many people, Full Desktop might be a more familiar experience and a preferred way of working. You can boot to the Full Desktop automatically by enabling it as a permanent option by going to Settings -> Personalisation and checking the Full Desktop option.

Source: My main source for this information was Eeeuser.org

Installing Applications

For Eee PC users, installing new applications is one of the confusing things they have to do. What makes it worse is that Easy Mode, even after a successful installation, doesn't provide easy access to the installed application.

In order to understand application installation I think a very short history lesson is in order. If you're a Windows or Mac user, you know that, even though new versions are released regularly, that the operating system is evolving in a single direction. Linux is different. Even though, many, many moons ago there was a single Linux, it's evolved so that there are several different types of Linux. Each type of Linux is called a distribution. Each different distribution has its own unique features.

What you need to know is that just because something works on one distribution Linux it doesn't necessarily mean that it'll work on all or any of the others. Now, the Eee PC runs a version of Xandros that's been customised for the Eee PC. Xandros is a Linux distribution that sprouted from Debian so what you find is that applications written for Xandros and Debian can usually work on the Eee PC.

I've had some success installing Debian applications

My operating system history starts at DOS 5 and Windows 3.0 and goes through all the flavours of Windows (except Windows ME thankfully). Also, I've been a Mac user for about five yearts so drag and drop installation is second nature. Essentially, that means that i'm used to running an installation package and having access to the installed application a few minutes later.

Linux is different as there are many ways to install applications. Firstly, you can download source code and compile it yourself. I have never done this and never expect to in my life. I won't be discussing this at all.

Secondly, you can run an application called Synaptic by going to the Terminal and entering the following.

sudo synaptic

This runs a program called Synaptic that makes program installation reasonably simple. Synaptic has a list of known program sources, called repositories, that are interrogated each time Synaptic is executed. This method works most of the time but is dependent on having enough "good" repositories in your list. There's a good article on how to do this over at eeeuser.com on how to do this along with a list of decent repositories.

If you're a Terminal or command line fan you can use the apt-get and install commands to install software. I'm not into the command line lifestyle so I'll point you to some clear instructions. Pop over to this page and scroll all the way to the bottom where the apt-get command is explained as well as how to use the command line to find software and to delete installed software.

My preferred method is to simply use Google. Search for the application type and find an installation that's distributed as a .deb file. For example, I installed the Opera web browser by visiting http://www.opera.com/download, choosing Xandros as my distribution and downloading Opera for Xandros 1.0 and 1.1 (the other version doesn't work on the Eee PC (or didn't for me).

By default, files download to the My Documents folder (you can launch the File Manager application from the Work tab of the Easy Menu - just in case you hadn't found that yet). Right click the downloaded .deb file and choose Install DEB file... from the menu. Then just follow the prompts and it's done

Running Applications

Having installed an application you'll want to actually use it. If you go to Full Desktop mode, you'll find you application under the Launch menu and looking through the Applications list. That's great if you're using the Full Desktop. If you're in Easy Mode it's a little trickier.

Open the File Manager. Go to the View menu and enable the "Show All File Systems" option. Expand the "All File Systems" branch of the file tree and then browse to "/usr/share/applications"

Note: file and folder names in Linux are case sensitive. That means that "usr" is different to "Usr".

From there, you can look through the list of installed programs to find your new applications.

Adding Applications to the Easy Mode Menu

The contents of the Easy Mode menu are managed, in typical Linux style, through a text file. This file is made up of structured content in an XML format. There's a tutorial on how to modify this using the Terminal and a text editor if you're so inclined. I'm not so I poked around, looking for a graphical tool that did this.

Go to the 3epc User Portal and download Launcher Tools. Install it (it comes in DEB package so you know how to do this) and a new icon, called "Launch Tools" appears on the Settings tab of the Easy Mode menu.

To add a new icon to the Easy Mode menu, launch the SimpleUI Editor. Choose the tab you wish to add your icon to (or add a new tab using the "Tab Management" option) and then right-click on some blank space to add a new program.

Given your new icon a name and then, in the "Command" section type the full path to the program you wish to launch from your new icon. For example, the path to Opera (on my system) is

/usr/share/applications/opera.desktop

Remember, this is case sensitive.

As you're entering it, text saying "Invalid Command" will appear below the command box. When you've entered a valid path, the text will automatically change to "Valid Command!" and be coloured green.

Creating your own custom icons is easy enough. There are excellent instructions and templates over at eeeuser.com. You can then use your own icons on the Easy Mode menu.

In closing...

One of the things I've learned over the last few days is that there's plenty of good information on using the Eee PC. However, most of it assumes some level of Linux knowledge. I've approached this form the point of view of the complete Linux newbie who's bought a consumer electronics device and wants to get a little more from it. Hence, I've not sought to do anything more technical than install some applications and add some icons so I can easily access the apps.

Incidentally, I've made considerable effort to not use anyone else's intellectual property in writing this post. Where an idea came from somewhere else I believe that I've credited it and provided some link love.

Digg it! Add to del.icio.us
Permalink22/06/08, 02:08:25 pm, by Anthony, 21239 views, My Kit, Eee PC, How To 16 feedbacks

Trackback address for this post:

This is a captcha-picture. It is used to prevent mass-access by robots.

Please enter the characters from the image above. (case insensitive)

Comments, Trackbacks, Pingbacks:

Comment from: Rod Speed [Visitor] Email
Anthony, 'neato' article!

Seems you've come a long way from the days well way back when.. Wow evan hacking the LiNUX systems now.

Lots 'o' love Rod Speed :)

PermalinkPermalink 23/06/08 @ 18:01
Comment from: Jon [Visitor] Email
You mentioned Bible software. I'm curious what you got to run. My personal favorite would be BibleTime, esp. cause it's a KDE app, but I have yet to hear of anybody having any success. So, did you get BibleTime running? or some other app. I'm curious as to what steps you had to go through to get it installed. (oh, and no need to avoid the "hard core" techspeek for me.)

Thanks.

-Jon

PermalinkPermalink 24/06/08 @ 01:34
Comment from: Jean-Michel [Visitor] Email
I understand your frustration. I'm interested in Linux but everytime I try to install a distribution, there's always something not working properly. I hate having to spend numerous hours on the net to find how to fix the problem. That's why I always end up going back to Windows and OSX. They work right out of the box.

I'll give another shot on my eee with the full desktop. Thanks for the tricks.
PermalinkPermalink 24/06/08 @ 02:54
Comment from: Anthony [Member]
Thanks for the comments folks.

The bible software I managed to get running was Gnome Sword. It runs very nicely although the screen size means that I've turned off some of the different panes as I really only need the Bible on screen.
PermalinkPermalink 24/06/08 @ 09:00
Comment from: aghast [Visitor]
Hooray! You can read ancient mysoginistic texts on the latest technology! What a waste of time and science! Between you guys and the porn merchants, the future is doomed.
PermalinkPermalink 24/06/08 @ 11:49
Comment from: peter [Visitor] Email · http://www.huzzam.com
@aghast: Sheesh, come on. Anthony said he needed the Bible software because he's studying Theology, not to be a misogynist.

Do you only value studying things you agree with? Should a political science student not read about Hitler or the Khmer Rouge?

Strange, some people read *both* Adam Smith *and* Marx! Somehow.

You might as well go burn some books with that enlightened rage of yours.
PermalinkPermalink 24/06/08 @ 17:09
Comment from: Emma [Visitor] Email
@aghast:

A waste is when you can't even SPELL the word that forms the thrust of your opinion. Spellcheck first, submit later.

Great article, Anthony...I'm going to have a play around with some of these once I've submitted this!

Cheers -



Emma.
PermalinkPermalink 24/06/08 @ 20:08
Comment from: Lane [Visitor] Email · http://TheGoodLifeOfGeorgia.com
I'm in the process of installing Alkitab, a Java program that uses the Sword files. Check it out at http://www.kiyut.com/products/alkitab/
PermalinkPermalink 25/06/08 @ 02:24
Comment from: wr [Visitor] Email · http://tubgirl.com
http://pocketmojo.net/htsrvmojo/trackback.php/599?wlkey_27=hezJVaOnHPIlFEVhqcnKLr2avQQGR3Zo
PermalinkPermalink 25/06/08 @ 07:36
Comment from: P Smith [Visitor]
@peter:


While I wouldn't say what @aghast said, one thing is true: the hypocrisy of the who religious who use the benefits of science, in this case the software products of atheists such as Linus Torvalds (Linux) or Bill Gates (Windows).

PermalinkPermalink 26/06/08 @ 05:18
Comment from: Jon [Visitor] Email
@P Smith,
What you wrote does not make sense, unless there is a group of people called "the who-religious-who".
PermalinkPermalink 28/06/08 @ 05:16
Comment from: Jesper [Visitor] Email
Thank you sooo much! this really helped me.
Ive been upp several nights since i bought my doughter this eeepc.
And now you fixed my problems in a few minutes.
Thanks again!
PermalinkPermalink 05/07/08 @ 08:28
Comment from: Iris [Visitor] Email
Hi. You mentioned that I might mess up my system pretty badly if I follow your tips. Is there a way I can restore factory settings? And does restoring factory settings mean all my saved files (documents, photos, etc.) will also be deleted? Thanks so much. Your site is a big help. :)
PermalinkPermalink 27/07/08 @ 02:22
Comment from: Hakeem [Visitor] Email
Have just got hold of my old eeep 701 which my cuz wanted to change for a laptop and currently loving it .. have now put my HP labtop on the cooler at the moment due to this wicked machine
PermalinkPermalink 22/10/08 @ 08:45
Comment from: matthew [Visitor] Email
Can you Dumb this down for me? sorry,
If you have time could you possibly answer a few questions. Ive just got an Eee PC and its probably the most confusing thing i've ever used .
PermalinkPermalink 05/02/09 @ 03:55
Comment from: Anthony [Member]
@matthew (love how Twitter-speak has permeated other facets of online life) - perhaps if you popped some specific questions in an email to anthony at pocketmojo dot net I might be able to answer them and put them in a new post.

Cheers
Anthony
PermalinkPermalink 05/02/09 @ 05:52

Leave a comment:

Your email address will not be displayed on this site.
Your URL will be displayed.

Allowed XHTML tags: <p, ul, ol, li, dl, dt, dd, address, blockquote, ins, del, span, bdo, br, em, strong, dfn, code, samp, kdb, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small>
(Line breaks become <br />)
(Set cookies for name, email and url)
(Allow users to contact you through a message form (your email will NOT be displayed.))
This is a captcha-picture. It is used to prevent mass-access by robots.

Please enter the characters from the image above. (case insensitive)

Next post: Which browser for the Eee PC?