Asus Eee Pc Review 2008

Asus Eee Pc Reviews,Asus Eee Pc 4g Reviews,Asus Eee Pc 8g Reviews

Find Asus Eee pc And Accessories

Find Asus Eee pc And Accessories. If you find Cheap Asus Eee pc And Accessories.this is Amazon Store.May help you get profit.See...

News Tips On the Blog

10 Secrets To Getting Better Tech Support From Asus An Asus technician has stepped forward out the shadows to give us the 10 insider tips for getting through and getting better and faster tech support from the computer and computer parts maker.More Detail

Showing posts with label Asus Eee Review. Show all posts
Showing posts with label Asus Eee Review. Show all posts

Eee PC Tips: A crash course in Linux

Asus Eee PC and Toshiba A135-S4527 So you're an early adopter and you've run out to buy yourself Asus's $400 Eee PC because it seemed like a great price for a fully functional 2 pound computer that's about the size of a typical hardcover book (and far smaller than Harry Potter and the Deathly Hallows).

But the innovative easy to use interface might get old pretty quickly if you want to do more than surf the web and create letters, spreadsheets, and PowerPoint style presentations for your friends telling them how cool you are because you have an Eee PC while they don't.

Asus includes instructions for loading Windows XP onto the Eee PC, but it requires an external DVD drive, some drive compression, and you know, a copy of Windows XP. Curiously, Asus does not include any instructions for unlocking the built-in potential of Xandros Linux, the operating system that ships with the Eee PC. But as we mentioned in this week's Squadcast, it just takes a little bit of work to unlock this machine's potential.

If you've got a bit of Linux experience under your belt, it's pretty simple to add some programs, enable an advanced desktop, and tweak the Eee PC to your heart's content. But it turns out that even if you're a Linux noob, the learning curve isn't that steep. Here are some of the most useful Eee hacks/tweaks we've discovered in our first half week of playing with it. Thanks to the Eee User community for helping inspire our hacking.

Enabling Full Desktop Mode

Earlier this year, we heard that Asus would be releasing a Linux-based desktop that would compete with the OLPC XO computer. But the Eee PC would look like a computer for grownups, not a Fisher Price toy. And it would be available in both developed and developing nations. Oh yeah, and while Asus was slapping a new super-easy to use interface on the PC, there would also be a "Full Desktop" mode that would look more like Windows/your typical Linux distribution with the KDE desktop installed.

As it turns out, when we got our hands on the Eee PC, there was no full desktop mode enabled. Asus probably wanted to cut down on the customer service calls it would be getting if people could easily install and remove unsupported applications. So the Eee PC ships with "Easy Mode" enabled, and no clear way to set up the full desktop. The problem is that in Easy Mode, you have access to just a handful of software updates from Asus's server. There's no simple way to install GIMP, Audacity, or any other open source application you may have your heart set on.

We say no, easy way, because it turns out you can pull up a terminal in easy mode and use apt-get. And that's exactly what we're going to do in order to enable the full desktop. You could just use apt-get to install all the software your heart desires without ever enabling full desktop mode. It would certainly save you a few MB of precious memory (while the Eee PC has 4GB of solid state storage, only about 1.3GB is available, since the OS eats up a large chunk). But it's also more of a headache to do everything from the command line if you're used to graphical user interfaces.
  1. Open up a terminal buy pressing Ctrl+Alt+T
  2. Type "sudo bash" to gain root access (Be careful what you do with root access. The only reason we're using it now is so that you don't have to type sudo before each command. But you could easily mess up your machine if you perform every command as an administrator)
  3. Type "apt-get update" to make sure you have access to the most up to date packages
  4. Type "apt-get install kicker" and answer "y" when asked if you want to install
  5. Type "apt-get install ksmserver" and answer "y" when asked if you want to install
  6. Type exit to leave the root account
  7. Type exit to close your terminal window
Now when you press the power button to turn off your computer, a new option will show up on the left that says "Full Desktop."
Shutdown menu

Press it and your Eee PC will reboot into Full Desktop mode, which should look something like this:

Full Desktop

Now you have access to a full start menu, program launcher, taskbar, and several applications that were hidden in easy mode, including an RSS reader, remote desktop client, and the Synaptic Package Manager, which makes installing new programs a whole lot easier.

When you shut down and restart your Eee PC, you will continue to boot into easy mode. But if you want to boot into full desktop mode every time, just select the Settings tab in easy mode, click on Personalization, and then select the check box next to Full Desktop Mode.

Update: While the method above shows the easiest way to enable full desktop mode, be forewarned that you will not be able to save anything to your desktop. Files saved to your desktop will disappear each time you reboot your PC. You can either save files and icons to other folders, or you can edit your simplestart.sh file according to the instructions at EeeUser. If you follow that link you'll note that a new method for enabling the advanced desktop has been devised since this article was originally published, but you'll have to rely on downloading files from an unofficial repository created by Eee users.

Installing unsupported applications

There are three ways to install applications on the Eee PC.
  1. You can use the apt-get command in a terminal window like we just did to install the full desktop.
  2. You can download, uncompress, and install applications manually using a terminal. We really don't recommend this method, as it's not user friendly at all. But if you want to install, say, the latest version of the Opera web browser for Linux, this method might work best.
  3. You can use the Synaptic package manager which is a graphical interface for apt-get. This is the method we recommend.
First thing you need to do to to use the Synaptic package manager working is enable full desktop. Theoretically, you could load it in easy mode by typing "sudo synaptic" into a terminal, or even "sudo konqueror" which will bring up a web browser/desktop browser that lets you peruse applications that you can't get to from the easy mode desktop. But in full desktop mode, you just fire up the start menu and select Applications\System\Synaptic Package Manager.

Synaptic Package Manager

Great. Now you can see a list of installed applications and a tiny tiny number of uninstalled, but available apps. There are thousands of other programs out there that will run perfectly on your Eee PC, but right now it's only set up to access files available from Asus's server. So the next thing we need to do is add some repositories. This will give you access to other applications that run on Xandros or other Debian-based Linux distributions.

Keep in mind, these other applications might not fit well on the Eee PC's 800 x 480 pixel screen. And they might not like its hardware configurations either. If you want the least possible risk of messing up your new toy, only install applications from Asus's server. But if you're willing to take a few risks, read on.
  1. Open Synaptic
  2. Select the Settings Tab
  3. Select the Repositories option
  4. You should see two entries. Select New to add some more.
  5. Enter the URL on the first line and the distribution and extra information on the following lines. For example, if you read somewhere that you can install "deb http://www.archlug.org/apt/ xandros4 xorid/uploads" you would enter "http://www.archlug.org/apt/" (without quotes) on the first line, "xorid" on the second, and "uploads" on the third.

Synaptic Repos

Although you can add Debian repositories and access a huge library of applications, we recommend sticking with Xandros repositories as those applications are designed to run on the variant of Linux the Eee PC uses. If you can't find what you're looking for in the Xandros repositories, you might want to try "deb http://http.us/debian.org/debian/ stable main."

Eee User has posted a list of relatively safe repositories to their wiki.

Now it's time to install something. Let's try Audacity, an open-source audio editor that runs on Windows, OS X, and Linux. First up, let's make sure the Debian repository is added. And then we have to hit the Reload button at the top left of Synaptic in order to refresh the list of available programs.
  1. Click the search button and enter Audacity (you could also enter GIMP, or any other program you're looking for).
  2. Right click the checkbox next to Audacity and select Mark for installation.
  3. Click Apply and Synaptic will download and install the application.
Synaptic Audacity
Now you should be able to launch Audacity from the start menu. You'll notice if you go back to the easy mode interface there's no new icon for Audacity. This is why it's easier to install programs using the full desktop. You can still load Audacity in easy mode by typing "Audacity" into a terminal window. But seriously, how is that "easy?"

Once you have you repositories installed, you can also add and remove programs from the terminal by typing "sudo apt-get install" and "sudo apt-get remove." For example, "sudo apt-get remove Audacity." This could come in handy if Synaptic doesn't want to remove an application once you've installed it, which has happened to us a few times so far.

Adding a start menu in easy mode

If you expect to switch back and forth between full desktop and easy mode occasionally, you might want to add a start menu to easy mode. It won't be as attractive or full featured as the start menu in full desktop mode, but you can customize the start menu and add applications that don't show up in the tabbed interface. Somewhat ironically, this process is a bit more involved than enabling the full desktop mode.

Thanks to Notebook Review for the tips on enabling the start menu.
  1. Open a terminal in easy mode by pressing Ctrl+Alt+T
  2. Type "sudo bash" to gain root access
  3. Create a hidden folder by typing "mkdir /home/user/.icewm"
  4. Copy a config file to your new directory by typing "cp /etc/X11/icewm/preferences /home/user/.icewm/"
  5. Copy your menu editing file by typing "cp /etc/X11/icewm/menu /home/user/.icewm/"
  6. Type "nano /home/user/.icewm/preferences" to open an editor
  7. Scroll down until you find "TaskBarShowStartMenu," and change the 0 to 1
  8. Hit Ctrl+x to exit
Now when you reboot your PC or restart the X server by pressing Ctrl+Alt+Backspace, you'll notice a start menu on the bottom left side of your screen.

Start Menu

Unfortunately, there's pretty much nothing useful in your start menu. You're going to want to edit the menu file in order to populate the menu with programs.
  1. Type "nano /home/user/.icewm/menu" to open up your menu file in an editor.
  2. Create new entries under the appropriate sections following the format "prog 'title' icon_name program_options." In other words, adding prog Audacity Audacity will add a shortcut to bring up Audacity.
Eee User also has a set of instructions for installing and using IceMC, a graphical application for editing the IceWM start menu.

Conclusion


Whew. That might be a lot to take in all at once if you've never used Linux before. But once you've enabled your full desktop and figured out how to use Synaptic, we suspect you'll never look at easy mode again. The Eee PC really is a full fledged laptop computer, with a 900MHz processor, 512MB of RAM, and 4GB of internal memory, plus an MMC/SD/SDHC card slot for extra storage. It also does a pretty good job of supporting external hardware like monitors, USB hard drives or CD/DVD drives, mice and keyboards. So if you can get used to typing on a teeny weeny keyboard, you could almost replace your 6 pound laptop with this 2 pound puppy.

Credit:Brad Linder

Read More

Asus Eee Review


ASUS Eee PC 4G Surf (7" Screen, 800 MHz Intel Celeron Processor, 512 MB RAM, 4 GB Hard Drive, Linux Preloaded) Galaxy Black
After weeks of low supply, the Asus EEE PC has finally appeared. I spent some eagerly awaited quality time with the small, cute and cheap 4G model.UMPCs: When size does matterNext to a regular ultraportable the Asus EEE PC is noticeably smaller. It´s also thinner, most likely due its lack of optical or mechanical hard drives. It does however still manage to pack in a VGA output, Ethernet port and 3 USB 2.0 connectors without needing a port replicator.The screen is also smaller than most ultraportables at seven imches, the same size as Samsung's Q1 series. However in the case of the EEE this seems to be to keep the cost down than anything else.
The lid can actually accommodate a couple more inchesof screen space and the resulting look is of a laptop from the mid 1990s with a wide screen border.


The keyboard is also a shrunken affair but is surprisingly easy to use. I was able to type lines of text accurately without any need to acclimatize. This will depend on finger size but I was pleasantly surprised. For such a thin laptop the keys also have a positive feel with a decent amount of travel.

The EEE PC has a traditional trackpad which has a separated

section on the right hand side. Using the media player this section controlled playback volume. The trackpad was fairly responsive to movement but less so to taps, although it is usable. There´s only one button, like a Mac, but improving on Apple's design the left side of the button gives a left click and the right side gives a right click (thanks for the pointer Neil). Great idea and works well in practise.

In comparison to competitors, the EEE dwarfs the Fujitsu U810 (above) and Sony UX380N (below).

These both have smaller screens and keyboards also, as well as oddly placed mouse control, to the extent that they are really for emergency use in my opinion. Samsung´s Q1 has the same size screen but an almost impossibly small thumboard, although for desk use you could always add an external keyboard. All three competitors are far more expensive than the EEE PC.

It's cheap, but can I actually use this thing in real life?Switch on the EEE and it boots quickly (I counted 24 seconds) into a home screen with big icons and tabs. It looks ultra easy to use and find what you want.

In this regard it's similar to the iPhone home screen. But then I always thought the iPhone home screen looks simple because it only has a few preloaded applications. The EEE is similar, with limited applications it's easy to give everything a big icon. I expect most owners will never add any applications anyway, as much of what you need to get going is included right out of the box.The EEE ships with internet, office and media playback software sitting on top of its Linux operating system. The look and feel is overtly Windows XP and when I was using the file explorer I actually had to do a double-take to check I was not using an early shipment of XP preloaded EEEs.

Following years of anti-Microsof sentiment from some corners of the IT community, it is somehow ironic that Windows has become so popular that competitors either mimic it or allow users to run it on their own environment to attract switchers.Using the internet browser will be straightforward for most owners, with the exception that some sites optimized for Internet Explorer may not work properly. I occasionally find this on my Macbook and Nokia tablet with their respective Safari and Mozilla browsers. Similarly the office software is not Microsoft Office so again there may be compatibility issues if you are trying to share files with MS Office users, although some common file formats are supported. The media player is also less friendly than iTunes or Windows Media Player but is usable nonetheless.All of this of course results from the low cost of the EEE. Building a Linux system is much cheaper than building a Mac or Windows system. Unfortunately file, application and peripheral compatibility is where you ultimately pay for this. So make sure that whatever you want to do is Linux compatible before you purchase your EEE. The alternative is to either install Windows (which can be done by running the installation from an external drive), or wait for the Windows preloaded version to be released. Of course this will have a cost implication and if you then want to run Microsoft Office then this is another $150 as a home user.
The EEE PC 4G's lid houses a webcam. This is missing from the cheaper models in the range, but a fantastic feature to have if you can afford a higher end EEE. The quality of the camera is on a par with similar devices in other laptops. Every laptop should have one of these!EEE owners are likely to take their units around with them due to the small sixe, so how is it likely to stand up to road use? First

impressions are that the EEE seems well built with an assuringly solid looking hinge mechanism. Apart from this and the keys, the EEE is pretty low on moving parts. There are no mechanical hard or optical drives to break in transit so some risk associated with traditional laptops is not present in the EEE. Of course it is still vulnerable to failure like all electronics, but hopefully Asus' choice to go for a solid state drive will save many a users' data on a bad day.So is it the bEEE's knEEE's?If you're a light, or adventurous, user then don't let my compatibility comments put you off. For mobile corporate users running thin client software this is also a winning solution. It's the middle tier of users I think are likely to struggle. These are the people who want to do funky things now and again and might not have the knowledge to do it quickly in Linux. If you're one of these people then you may prefer to wait for the Windows version.
If on the other hand you're happy with EEE's preloaded goodies or are a Linux lover then this is the IT bargain of 2007. Expect other companies to follow...


Read More