May 082010
 

Based on the installation instructions of the previous version here is a how-to guide to install the desktop version of Ubuntu Lucid Lynx (version 10.04) on an Eee PC. This guide has been tested using an Eee PC 701 and will take one or two hours to execute (depending on your download speed and the hardware used).

Starting points

  1. The (smaller) SSD will be erased (backup important data!)
  2. Ubuntu will be installed without customizations (‘Vanilla’) and without swap space
  3. You have some experience using the CLI (Terminal)
  4. An USB flash memory stick of at least 1 GB is available

Instructions

The first four steps can be executed on a desktop PC running Microsoft Windows too. Instead of UNetbootin it is possible to use the new Ubuntu USB Startup Disk Creator too (System | Administration | USB Startup Disk Creator).

  1. Download the desktop version of Ubuntu here
  2. Download UNetbootin here
  3. Insert the USB flash memory stick into your desktop PC
  4. Start UNetbootin
    • Select ‘Diskimage’ and select the downloaded .iso file
    • Select the inserted USB flash memory stick and press ‘Ok’
      • Be careful to select the correct drive!
      • Check in the terminal with the command ‘mount’
  5. Remove all removable media from the Eee PC and insert the prepared USB flash memory stick
  6. Turn the Eee PC on
    • Press Esc soon after startup
    • Select USB Flash Memory or Disk and press enter
    • Select ‘Default’ (or wait a moment)
    • Ubuntu Live should startup
  7. Check if everything works (wireless, sound, etc)
    • Wireless should work on most models with kernel 2.6.32-23 or higher, see this bug report
    • Running an update with a wired connection maybe necessary
  8. Select System | Preferences | Appearance, Visual Effects -> None
    • Close the window
    • By pressing Alt + left mouse you can drag larger windows using the mouse pad now
  9. Start the installation wizard by double clicking the install icon and follow its steps
    • I choose my own keyboard layout: ‘USA – International (AltGr dead keys)’
    • ‘The installer has detected that the following disks have mounted partitions’ -> No
  10. At the step ‘Prepare disk space’:
    • Select ‘Specify partitions manually (advanced)’ and press ‘Forward’
    • Take a good look at what drive you want to install Ubuntu (all data will be erased!)
      • You probably want to install on the smaller SSD, because it is the fastest
    • Delete all partitions from the chosen drive (click on each partition and press ‘Delete’)
    • Select ‘free space’ and press ‘Add…’
    • Choose ‘Ext3 journaling file system’ as ‘Use as:’ (I don’t recommend using Ext4)
    • Choose ‘/’ as ‘Mount Point’
    • Press ‘Forward’
    • Confirm the message that no swap has been selected by pressing ‘Continue’
  11. Continue the wizard, the installation will take about 30 minutes
  12. Press ‘Reboot Now’ and remove the USB flash memory stick when asked (not earlier!)

Ubuntu Lucid Lynx is installed and should work now.

Tweaks

The following steps are to improve some things and to setup others. Skip what you don’t need/want.

  1. Setup wireless internet:
    • Click the radar symbol in the upper task bar
    • Select your network of preference
    • Enter the network password if required
  2. Disable login sound:
    • Open the terminal and run this command:
    • gconftool-2 –set /desktop/gnome/sound/event_sounds –type bool false
  3. Select System | Administration | Synaptic Package Manager, then Settings | Preferences | Files
    • Select ‘Delete downloaded packages after installation’
    • Set ‘Delete History files older than 0 days’
    • Press ‘Ok’
  4. Select System | Administration | Time and Date
    • ‘Click to make changes’ and enter your password if asked
    • Set ‘Configuration’ to ‘Keep Synchronized’
    • Press ‘Install NTP support’
    • Select one or more servers near your location
  5. Right click on the date/time in the upper task bar and select ‘Preferences’
    • General | 24 hour format
    • Location | Add, enter a location name near to you
    • Weather | C & km/h
  6. I installed the following applications:
  7. Localized spell-checker: sudo apt-get install aspell-<language> (thanks Satyamo)
  8. Localize OpenOffice (thanks Satyamo):
    • Go here
    • Search for your language
    • Press ‘Get it!’ and save the file
    • Right click on the saved file
    • Select ‘Open with Other Application…’
    • Select ‘OpenOffice.org Word Processor’
    • Follow the dialog
  9. I changed the following Firefox settings:
    • View | Toolbars | Bookmarks Toolbar -> Uncheck
    • View | Status Bar -> Uncheck
    • Edit | Preferences | Advanced | Network | Offline Storage ->Use up to 0 MB
    • Type ‘about:config’ in the addres bar
      • Press ‘I’ll will be carefull, I promise!’
      • Set ‘browser.urlbar.clickSelectsAll’ to ‘true’ by double clicking
    • Tool | Add-ons, search ‘Firebug’, click ‘Add to Firefox…’, etc
    • Maybe to want to install a nice persona
  10. Start Pidgin/Empathy automatic:
    • System | Preferences | Startup Applications | Add
      • Name/Description: whatever you like
      • Command: pidgin or empathy
  11. Default detailed file lists:
    • Open a file browser
      • Select Edit | Preferences
      • View new folders using -> List View
  12. Default subtitles:
    • Open Move Player
      • Edit | Preferences
      • Text Subtitles, Automatically Load … -> Check
  13. Take a look here for more fixes

Performance

Lucid Karmic Intrepid Jaunty
Startup until login (+BIOS): about 35 seconds 35 sec 65 sec 45 sec
Login until desktop: about 25 seconds 25 sec 30 sec 25 sec
Shutdown: about 5 seconds 7 sec 15 sec 15 sec
Used space after all updates: about 2.3 GiB (df -h) 2.2 GiB 2.6 GiB 2.2 GiB

Desktop

After some shuffling around, my desktop looks like this:

Basically the bottom panel has been removed and most of its items have been moved to the top panel.

Function keys

F1 Zzz Works
F2 Wireless Works
F3 Contrast- Works
F4 Contrast+ Works
F5 Externe monitor ?
F6 Task manager ?
F7 Mute Works
F8 Volume- Works
F9 Volume+ Works

Other functions

Suspend on lid close Works
Video/sound Works
Microphone Works
Webcam Works
Bluetooth (Sitecom CN-516) Works

For some models, like the 1201N, you might have to fix the function keys like this.

Comments, corrections and additions are as always very welcome!

 Posted by at 9:53  Tagged with:
Nov 102009
 

Based on the installation instructions of the previous version here a how-to guide to install the desktop version of Ubuntu Karmic Koala (version 9.10) on an Eee PC. This guide has been tested using an Eee PC 701 and will take one or two hours to execute (depending on your download speed and the hardware used).

Starting points

  1. The (smaller) SSD will be erased (backup important data!)
  2. Ubuntu will be installed without customizations (‘Vanilla’) and without swap space
  3. You have some experience using the CLI (Terminal)
  4. An USB flash memory stick of at least 1 GB is available

Instructions

The first four steps can be executed on a desktop PC running Microsoft Windows too. Instead of UNetbootin it is possible to use the new Ubuntu USB Startup Disk Creator too (System | Administration | USB Startup Disk Creator).

  1. Download the desktop version of Ubuntu here
  2. Download UNetbootin here
  3. Insert the USB flash memory stick into your desktop PC
  4. Start UNetbootin
    • Select ‘Disk Image’ and select the downloaded .iso file
    • Select the inserted USB flash memory stick and press ‘Ok’
  5. Remove all removable media from the Eee PC and insert the prepared USB flash memory stick
  6. Turn the Eee PC on
    • Press Esc soon after startup
    • Select USB Flash Memory or Disk and press enter
    • Select ‘Default’ (or wait a moment)
    • Ubuntu Live should startup
  7. Check if everything works (wireless, sound, etc)
  8. Select System | Preferences | Appearance, Visual Effects -> None
    • Press the ‘Close’ button below
    • By pressing Alt + left mouse you can drag larger windows using the mouse pad now
  9. Start the installation wizard by double clicking the install icon and follow its steps
    • I choose my own keyboard layout: ‘USA – International (AltGr dead keys)’
  10. At the step ‘Prepare disk space’:
    • Select ‘Specify partitions manually (advanced)’ and press ‘Forward’
    • Take a good look at what drive you want to install Ubuntu (all data will be erased!)
      • You probably want to install on the smaller SSD, because it is the fastest
    • Delete all partitions from the chosen drive (click on each partition and press ‘Delete’)
    • Select ‘free space’ and press ‘Add…’
    • Choose ‘Ext3 journaling file system’ as ‘Use as:’ (I don’t recommend using Ext4)
    • Choose ‘/’ as ‘Mount Point’
    • Check ‘Format?’
    • Press ‘Forward’
    • Confirm the message that no swap has been selected by pressing ‘Continue’
  11. Continue the wizard, the installation will take about 25 minutes
  12. Press ‘Reboot Now’ and remove the USB flash memory stick when asked

Karmic Koala is installed and should work now.

Tweaks

The following steps are to improve some things and to setup others. Skip what you don’t need/want.

  1. Open the terminal and run this command:
    • gconftool-2 –set /apps/compiz/plugins/move/allscreens/options/constrain_y –type bool false
    • By pressing Alt + left mouse you can drag larger windows using the mouse pad now
  2. Setup wireless internet:
    • Click the signal indicator in the upper task bar
    • Select your network of preference
    • Enter the network password if required
  3. Limit the number of writes to the SSD this way (sudo gedit /etc/fstab)
  4. Disable login sound:
    • Open the terminal and run this command:
    • gconftool-2 –set /desktop/gnome/sound/event_sounds –type bool false
  5. Select System | Administration | Synaptic Package Manager, then Settings | Preferences | Files
    • Select ‘Delete downloaded packages after installation’
    • Set ‘Delete History files older than 0 days’
    • Press ‘Ok’
  6. Select System | Administration | Time and Date
    • Press the keys symbol and enter your password if asked
    • Set ‘Configuration’ to ‘Keep Synchronized’
    • Press ‘Install NTP support’
    • Select one or more servers near your location
  7. Right click on the date/time in the upper task bar and select ‘Preferences’
    • General | 24 hour format
    • Location | Add, enter a location name near to you
    • Weather | C & km/h
  8. I installed the following applications:
  9. Localized spell-checker: sudo apt-get install aspell-<language> (thanks Satyamo)
  10. Localize OpenOffice (thanks Satyamo):
    • Go here
    • Search for your language
    • Press ‘Get it!’ and save the file
    • Right click on the saved file
    • Select ‘Open with Other Application’
    • Select ‘OpenOffice.org Word Processor’
    • Follow the dialog
  11. I changed the following Firefox settings:
    • View | Toolbars | Bookmarks Toolbar -> Uncheck
    • View | Status Bar -> Uncheck
    • Edit | Preferences | Advanced | Network | Offline Storage ->Use up to 0 MB
    • Type ‘about:config’ in the addres bar
      • Press ‘I’ll will be carefull, I promise!’
      • Set ‘browser.urlbar.clickSelectsAll’ to ‘true’ by double clicking
    • Tool | Add-ons, search ‘Firebug’, click ‘Add to Firefox…’, etc
  12. Start Pidgin automatically (or Empathy)
  13. Default detailed file lists: Open a file browser, Edit | Preferences, View new folders using -> List View
  14. Default subtitles: Move Player | Edit | Preferences, Text Subtitles | Automatically Load … -> Check

Performance

Startup until login prompt: about 35 seconds (Intrepid: 65 sec; Jaunty: 45 sec)
Login until desktop: about 25 seconds (Intrepid: 30 sec; Jaunty: 25 sec)
Shutdown: about 7 seconds (Intrepid: 15 sec; Jaunty: 15 sec)
Used space after all updates: about 2.2 GiB (df -h) (Intrepid: 2.6 GiB; Jaunty: 2.2 GiB)

Desktop

After some shuffling around, my desktop looks like this:
Asus Eee PC Ubuntu Karmic Koala desktop
Basically the bottom panel has been removed and most of its items have been moved to the top panel.

Function keys

F1 Zzz Works
F2 Wireless Works
F3 Contrast- Works
F4 Contrast+ Works
F5 Externe monitor ?
F6 Task manager ?
F7 Mute Works
F8 Volume- Works
F9 Volume+ Works

Other functions

Suspend on lid close Works
Video/sound Works
Microphone Works
Webcam Works
Bluetooth (Sitecom CN-516) Works

Comments, corrections and additions are as always very welcome!

 Posted by at 12:27  Tagged with:
Apr 252009
 

Update: installing Karmic Koala

Based on an earlier Dutch post to install Ubuntu Intrepid Ibex on an Asus Eee PC here an English how-to guide to install the desktop version of Ubuntu Jaunty Jackalope (version 9.04) on an Eee PC. This guide has been tested using an Eee PC 701 and will take one or two hours to execute.

For installing the Ubuntu Netbook Remix (UNR), see this weblog.

Starting points

  1. The (smaller) SSD will be erased (backup important data!)
  2. Ubuntu will be installed without customizations (‘Vanilla’)
  3. You have some experience using the CLI (Terminal)
  4. An USB flash memory stick of at least 1 GB is available

Instructions

The first four instructions can be executed on a desktop PC running Microsoft Windows too.

  1. Download the desktop version of Ubuntu here
  2. Download UNetbootin here
  3. Insert the USB flash memory stick into your desktop PC
  4. Start UNetbootin
    • Select ‘Disk Image’ and select the downloaded .iso file
    • Select the inserted USB flash memory stick and press ‘Ok’
  5. Remove all removable media from the Eee PC and insert the prepared USB flash memory stick
  6. Turn the Eee PC on
    • Press Esc soon after startup
    • Select USB Disk
    • Select ‘Default’ (or wait a moment)
    • Ubuntu Live should startup
  7. If you’re not using an Eee PC 701 check if everything works (wireless, sound, etc)
  8. Select System | Preferences | Appearance, Visual Effects -> None
    • Press the ‘Close’ button below
    • By pressing Alt + left mouse you can drag larger windows using the mouse pad now
  9. Start the installation wizard by double clicking the install icon and follow its steps
  10. At the step ‘Prepare disk space’:
    • Select ‘Specify partitions manually’ and press ‘Forward’
    • Take a good look at what drive you want to install Ubuntu (all data will be erased!)
      • You probably want to install on the smaller SSD, because it is the fastest
    • Delete all partitions from the chosen drive (click on each partition and press ‘Delete partition’)
    • Select ‘free space’ and press ‘New Partition’ (I don’t recommend using Ext4)
    • Leave everything default, but choose ‘/’ as ‘Mount Point’
    • Check ‘Format?’
    • Press ‘Forward’
    • Confirm the message that no swap has been selected by pressing ‘Continue’
  11. Continue the wizard, the installation will take about 15 minutes
  12. Remove the USB flash memory stick and press ‘Reboot Now’

Jaunty Jackalope is installed and should work now.

Tweaks

The following steps are to improve some things and to setup others. Skip what you don’t need/want.

  1. Open the terminal and run this command:
    • gconftool-2 —-type bool —-set /apps/compiz/plugins/move/allscreens/options/constrain_y 0
    • By pressing Alt + left mouse you can drag larger windows using the mouse pad now
  2. Limit the number of writes to the SSD this way(sudo gedit /etc/fstab)
    • Don’t change the UUID!
    • Optionally change the settings of the IO scheduler
  3. Make the microphone work:
    • Open volume control (right click the speaker in the upper task bar)
    • Click ‘Preferences’, uncheck ‘e-Mic’, check ‘i-Mic’ and ‘i-Mic Boost’
    • Check ‘Input Source’ and press ‘Close’
    • Set the i-Mic volume to maximum and i-Mic Boost to about one-third
    • Enable i-Mic and i-Mic Boost by clicking on the little speaker when you need the micorphone
    • Select the tab ‘Options’ and select ‘i-Mic’
    • Press ‘Close’
  4. Disable login sound: System | Preferences | Sound | Sounds | Login -> Disabled
  5. Right click on the battery in the upper task bar
    • Preferences | On xxx Power | When laptop lid is closed -> Suspend
  6. Setup wireless internet (finally working out-of-the-box now!):
    • Click the signal indicator in the upper task bar
    • Select your network of preference
    • Enter the network password if required
    • Choose a password for the keyring (and remember it)
  7. Select System | Administration | Synaptic Package Manager, then Settings | Preferences | Files
    • Select ‘Delete downloaded packages after installation’
    • Set ‘Delete History files older than 0 days’
    • Press ‘Ok’
    • Press ‘Reload’
  8. Select System | Administration | Time and Date
    • Press ‘Unlock’ and enter your password if asked
    • Set ‘Configuration’ to ‘Keep Synchronized’
    • Press ‘Install NTP support’
    • Select one or more servers near your location
    • Press ‘Close’
  9. Right click on the date/time in the upper task bar and select ‘Preferences’
    • General | 24 hour format
    • Location | Add, enter a location name near to you
    • Weather | C & km/h
  10. I installed the following applications:
  11. Localized spell-checker: sudo apt-get install aspell-<language> (thanks Satyamo)
  12. Localize OpenOffice: start Writer, select Tools | Extension Manager (thanks Satyamo)
  13. I changed the following Firefox settings:
    • View | Toolbars | Bookmarks Toolbar -> Uncheck
    • View | Status Bar -> Uncheck
    • Edit | Preferences | Advanced | Network | Offline Storage ->Use up to 0 MB
    • Type ‘about:config’ in the addres bar
      • Press ‘I’ll will be carefull, I promise!’
      • Set ‘browser.urlbar.clickSelectsAll’ to ‘true’ by double clicking
    • Tool | Add-ons, search ‘Firebug’, click ‘Add to Firefox…’, etc
  14. Start Pidgin automatically
  15. Default detailed file lists: Open a file browser, Edit | Preferences, View new folders using -> List View
  16. Default subtitles: Move Player | Edit | Preferences, Text Subtitles | Automatically Load … -> Check
  17. If your display is slow, follow this how-to

Performance

Startup until login prompt: about 45 seconds (Intrepid: 65 seconds)
Login until desktop: about 25 seconds (Intrepid: 30 seconds)
Shutdown: about 15 seconds (Intrepid: 15 seconds)
Used space after all updates: about 2.2 GiB (df -h) (Intrepid: 2.6 GiB)

Desktop

After some shuffling around, my desktop looks like this:
Asus Eee PC desktop Jaunty Jackalope
Basically the bottom panel has been removed and most of its items have been moved to the top panel.

Function keys

F1 Zzz Works
F2 Wireless Does not work
F3 Contrast- Works, no OSD
F4 Contrast+ Works, no OSD
F5 Externe monitor ?
F6 Task manager ?
F7 Mute Works
F8 Volume- Works
F9 Volume+ Works

Other functions

Suspend on lid close Works
Video/sound Works
Microphone Works
Webcam Works
Bluetooth (Sitecom CN-516) Works *

* See here and here for information about bluetooth PAN and here and here about bluetooth A2DP (headset).

Comments, corrections and additions are as always very welcome!

 Posted by at 10:11  Tagged with:
Nov 032008
 

Voor mijn eigen referentie, voor Satyamo en voor andere geïnteresseerden volgen hier Nederlandse instructies om Ubuntu 8.10 (Intrepid Ibex) op een Asus Eee PC te installeren. De instructies zijn getest op een Eee PC 701 en kosten één à twee uur om uit te voeren.

Uitgangspunten

  1. De SSD wordt volledig gewist
  2. Ubuntu wordt zo standaard als mogelijk geïnstalleerd (‘Vanilla’)
  3. Internet via een netwerkkabel is mogelijk, automatische instellingen via DHCP
  4. Enige vaardigheid met de CLI (Terminal)

Instructies

De eerste drie instructies kunnen ook op een desktop PC met windows worden uitgevoerd

  1. Download de desktop versie van Ubuntu hier
  2. Download UNetbootin hier
  3. Start UNetbootin
    • Selecteer ‘Disk Image’ en kies het gedownloade .iso bestand
    • Kies de USB stick (minstens 1 GB)
  4. Verwijder alle verwisselbare media van de Eee PC, behalve de USB stick
  5. Boot de Eee PC van de gemaakte USB stick
  6. Kies System | Preferences | Appearance, Visual Effects -> None
    • Het is nu mogelijk d.m.v. Alt + linkerklik de schermen m.b.v. het mouse pad te verplaatsen
  7. Start de installatie van Ubuntu (m.b.v. het desktop icon) en volg de wizard
  8. Bij stap 4 van de wizard:
    • Kies handmatige partitionering en bevestig
    • Verwijder alle partities (selecteer elke patitie en kies ‘Delete Partition’)
    • Selecteer ‘free space’ en kies ‘New Partition’ (Ext2 of Ext3?)
    • Laat alles op standaard staan, maar kies bij ‘Mount Point’ ‘/’
    • Vink ‘Format?’ aan
    • Bij de melding dat er geen swap partitie is, kies ‘Continue’
  9. Volg de wizard verder, de installatie duurt 15 à 20 minuten
  10. Kies aan het eind ‘Reboot Now’, verwijder de USB stick en sluit een netwerkkabel aan
  11. Installeer de kernel van Adam McDaniel volgens deze instructies
    • Laat voor de zekerheid nog de orginele kernel staan, maar stop wel de updates
  12. Schakel ‘readahead’ uit voor een snellere opstart op deze manier
  13. Repareer het probleem met het afsluiten met deze fix #1 (sudo gedit /etc/default/halt)
  14. Beperkt het aantal schrijfacties op de SSD op deze manier(sudo gedit /etc/fstab)
    • Verander de UUID niet!
    • Verander eventueel ook de instellingen van de IO scheduler
  15. Geen opstart van mail na aansluiten netsnoer op deze manier (sudo gedit /etc/acpi/events/asus-mail)
  16. Verander de ‘clocksource’ op deze manier (sudo gedit /boot/grub/menu.lst)
  17. Stel de microfoon in zoals hier beschreven (FrontMic = i-Mic)
  18. Klik rechts op de batterij in de bovenste taakbalk
    • Preferences | On xxx Power | When laptop lid is closed -> Suspend (Pauzestand)
  19. Ik gebruik dit script om de taakbalken te verkleinen (zie eventueel ook hier)
    • Klik rechts op boventaande link en kies ‘Save Link As’
    • Klik rechts op het bestand en kies Properties | Permissions | Execute -> Aan
    • Klik dubbel op het bestand en kies ‘Run’
  20. Kies System | Administration | Synaptic Package Manager, Settings | Preferences | Files
    • Kies ‘Delete downloaded packages after installation’
    • Zet ‘Delete History files older than 0 days’
  21. Kies System | Administration | Time and Date en zet ‘Configuration’ op ‘Keep Synchronized’
  22. Klik rechts op de tijd in de bovenste taakbalk en kies ‘Preferences’
    • General | 24 hour format
    • Weather | C & km/h
  23. Start opnieuw op en let er op dat je niet de generic kernel selecteert
    • Wijzig eventueel het bootmenu (sudo gedit /boot/grub/menu.lst)
  24. Draadloos netwerk instellen:
    • Klik op het netwerk symbool in de taakbalk bovenin
    • Kies het gewenste draadloze netwerk
    • Vul het gevraagd wachtwoord in
  25. Ik installeer de volgende applicaties extra:
    • Met ‘Add/Remove Applications’:
      • FileZilla FTP client (Edit | Settings | File Editing | Default Editor: /usr/bin/gedit)
      • Putty SSH client
      • Alle GStreamer plugins
      • Cheese Webcam Booth
      • Last.fm
      • gThumb Image Viewer
      • BloGTK
      • Macromedia Flash plugin
    • Firebug
    • OpenOffice 3.0 op deze manier
    • Truecrypt
      • Open een TrueCrypt volume met de rechterklik en custom command ‘truecrypt’
      • System | Preferences | Main Menu, Applications | Other | TrueCrypt -> Aan
    • RAR (sudo apt-get install rar)
    • sudo apt-get install nautilus-image-converter
  26. Ik verander de volgende instelling van Firefox:
    • View | Toolbars | Bookmarks Toolbar -> uit
    • View | Status Bar -> uit
    • Edit | Preferences | Security | Tell me … -> uit (zie ook hier)
    • Edit | Preferences | Advanced | Network | Offline Storage -> 0 MB
    • Tik ‘about:config’ in de adresbalk en zet ‘browser.urlbar.clickSelectsAll’ op ‘true’
  27. Pidgin automatisch starten
  28. Standaard gedetailleerde bestandenlijst: Edit | Preferences, View new folders using -> List View
  29. Standaard ondertitels: Move Player | Edit | Preferences, Text Subtitles | Auto … -> Aan

Snelheid

Opstarttijd tot login prompt: ca. 65 seconden
Opstarttijd tot login prompt:
(eeepc-lean kernel)
ca. 55 seconden
Login tot desktop: ca. 30 seconden
Shutdown: ca. 15 seconden
Gebruikte ruimte na alle updates: 2.6 GiB (df -h)

Desktop

Na wat geschuif ziet mijn desktop er zo uit:

Functietoetsen

F1 Zzz Werkt
F2 Wireless Werkt niet
F3 Contrast- Werkt, geen OSD
F4 Contrast+ Werkt, geen OSD
F5 Externe monitor ?
F6 Task manager Werkt niet
F7 Mute Werkt
F8 Volume- Werkt
F9 Volume+ Werkt

Andere functies

Suspend on lid close Werkt
Video/sound** Werkt
Microfoon Werkt
Webcam Werkt
Bluetooth (Sitecom CN-516) Werkt*

* Zie hier en hier voor informatie over bluetooth PAN.
** Geluid met de eeepc-lean kernel werkt niet perfect
Zie hier voor meer model specifieke informatie over wat werkt en wat niet.

Commentaar, correcties en aanvullingen zijn van harte welkom!

 Posted by at 20:33  Tagged with:
Sep 252008
 

Voor de reis naar Marokko had ik mijn trouwe Garmin eTrex Euro GPS meegenomen met de bedoeling om de afgelegde weg zichtbaar te maken met behulp van Google Maps. Dit is aardig gelukt, maar het had nog leuker geweest als ik meer gegevens dan de locatie van de kampen had kunnen verzamelen. Vooral voor het nauwkeuriger bepalen van de plaats waar de foto’s zijn genomen. Na het toevoegen van geografische informatie aan foto’s, wat geotagging wordt genoemd, kan de plaats van de foto’s in de vorm van kleine miniaturen ook met behulp van Google Maps zichtbaar worden gemaakt.

Het grootste probleem is dat mijn Garmin GPS teveel batterijen nodig heeft om continu aan te staan. Ik had mij dus voorgenomen om uit te kijken naar een betere GPS. Ik ontdekte dat er inmiddels speciale appraatjes voor geotagging op de markt zijn gekomen. Na enige vergelijken, heb ik de GiSTEQ PhotoTrackr Lite uitgezocht en besteld bij Snel’s WebShop. Voordelen boven mijn Garmin GPS zijn:

  • Er is slechts één penlite nodig die meer dan 22 uur zou moeten meegaan (mede dankzij een trilsensor)
  • Het appraatje is klein (73,35 x 33,2 x 31,2 mm) en licht (slechts 67 gram inclusief batterij)
  • De ontvanger is veel gevoeliger en zal dus ook in moeilijkere omstandigheden werken (bv in een bos)
  • Er wordt prima Windows software voor geotagging meegeleverd

Een nadeel is dat het apparaatje niet waterdicht is.

Het downloaden en converteren van de gegevens onder Ubuntu lukt prima met iTU4l. Geotagging onder Ubuntu kan bijvoorbeeld met GPSCorrelate of met Geotag. Trips zichtbaar maken kan ook online met GPS Visualizer. Downloaden en geotagging werkt ook zonder problemen op mijn Eee PC 700 onder Ubuntu.

Veel informatie over geotagging vind je op het Tweakers.net forum ‘Geotaggen: Waar ben jij geweest, en waar nam je je foto’s?‘.

Download, convert to GPX, merge tracks, geotag:

iTU4l.pl -a -e -o xxx.sr
sr2x.pl -i p gpx xxx.sr
gpsbabel -i gpx -f xxx.gpx -xtrack,merge,title="yyy" -o gpx -F yyy.gpx
gpscorrelate-gui

To simplify (merged) tracks (documentation):

gpsbabel -i gpx -f xxx.gpx -xsimplify,error=0.025k -o gpx -F yyy.gpx
 Posted by at 13:57  Tagged with:
Mar 202008
 

MandrivaGisteren heb ik Mandriva 2008.1 RC1 met KDE en Metisse op mijn Eee PC (4G met webcam) geïnstalleerd. Installeren over internet mislukte twee keer, één keer doordat de gebruikte FTP server halverwege niet meer gevonden kon worden en één keer doordat de installatie na een poosje bleef hangen (een bekend risico van het gebruik van de Cooker versie). De installer schatte de totale duur op zo’n vier uur. Installeren m.b.v. een vers gebrande Mandriva Linux One CD ging veel sneller en slaagde gelukkig wel. Nederland als regio was helaas niet beschikbaar in de door mij gebruikte versie (ik heb maar Nederlandse Antillen gekozen).

Mijn eerste indruk is dat Mandriva trager reageert dan Ubuntu. Ik ga nog proberen dat te verbeteren, o.a. door het swappen te verminderen. WiFi werkt zonder aanpassingen, op voorwaarde dat WiFi bij het booten (alleen de eerste keer?) aanstaat.

Mandriva heeft twee grote voordelen:

Ubuntu werkt alleen goed na een aantal handmatige aanpassingen. Dit zou problemen kunnen opleveren bij upgrades en nieuwe versies.

Over Mandriva op de Eee PC is nog niet veel gepubliceerd. Enige geselecteerde links:

Ik zag net dat sinds gisteren Mandriva 2008.1 RC2 beschikbaar is. Die ga ik vanavond proberen.

Update: RC2

Installeren van RC2 van een DVD kost ruim twee uur en neemt ca. 2,9 GB van de SSD in beslag (met Metisse als extra geïnstallerd). Nederland is als land nog steeds niet beschikbaar en ATH_PCI staat niet op de DVD, maar is wel in de repositories beschikbaar. Dit betekent dat een wired internet verbinding nodig is om de wireless verbinding werkend te maken. Wireless lijkt alleen te werken als deze tijdens de startup aanstaat.

Tijden:

Startup tot login: ca. 70 seconden
Login tot desktop: ca. 20 seconden
Logout tot login: Werkt niet
Login tot shutdown: ?

Functietoetsen:

F1 Zzz Werkt, maar wireless komt niet terug; autoplay voor USB storage
F2 Wireless Lampje gaat aan/uit, maar Mandriva doet niets
F3 Contrast- Werkt
F4 Contrast+ Werkt
F5 Externe monitor ?
F6 Task manager Werkt niet
F7 Mute Werkt
F8 Volume- Werkt niet
F9 Volume+ Werkt niet

Opmerkingen:

  • Suspend on close en resume on open werken; wireless blijft ook netjes werken
  • De batterijmonitor werkt; het percentage lijkt te kloppen, de tijd in het begin? niet
  • De response snelheid is veel beter die dan van RC1
  • De hoeveelheid applicaties is groot, meer dan genoeg voor een doorsnee gebruiker

Samengevat ben ik gezien de belofte 100% Eee-friendly niet zo heel tevreden.

Update: Eergisteren (vrijdag 9 maart) heb ik de definitieve 2008.1 versie geprobeerd. Vrijwel alle Eee PC specifieke zaken werken nu zonder aanpassingen. Het opstarten en afsluiten duurt in vergelijking tot Ubuntu lang. Ook de reactiesnelheid ligt lager dan die van Ubuntu. Mijn 4 GB SSD was na installatie vrijwel vol. Ubuntu blijft mij beter bevallen.

Update: Gisteren (donderdag 17 april) heb ik nogmaals de definitieve versie 2008.1 geïnstalleerd, nadat ik gelezen had dat de lage reactiesnelheid te wijten was aan een powersave instelling. Alle functietoetsen werken correct. Aardig is dat met F6 de webcam aan- en uitgezet kan worden. Nadeel blijft dat opstarten en afsluiten vrij lang duurt. Wel werkt suspend-to-ram bij het sluiten van de deksel snel en goed (moet wel even ingesteld worden).

Update: Gisteren (vrijdag 18 april) was de SSD om nog onbekende redenen ineens vol (er was nog ruim 10% vrij). Dit probleem had ik met de beta versie ook. KDE wilde daarna niet meer opstarten, ook niet nadat ik in safe mode de tijdelijke bestanden in de home folder had weggegooid. Vandaag ga ik Ubuntu 8.04 Hardy Heron RC installeren.

 Posted by at 10:41  Tagged with:
Mar 092008
 

Ubuntu logo
Dit weekend heb ik de Linux distributie Ubuntu op mijn PC geïnstalleerd. Dit ter evaluatie voor installatie op de Eee PC. Ik ben aangenaam verrast door:

  • Het gemak van installeren; alle apparaten worden automatisch herkend, zelfs mijn Tiptel 115
  • De snelheid van starten en stoppen
  • Het gebruikersgemak
  • De heldere en duidelijke documentatie
  • De hoeveelheid goede programma’s die beschikbaar zijn
  • Het gemak waarmee programma’s kunnen worden toegevoegd en verwijderd

Ik blijf Ubuntu dan voorlopig ook gebruiken. Ubuntu is een Afrikaans woord voor mensheid.

 Posted by at 13:32  Tagged with:
Feb 272008
 

Gisteren (woensdag 27 februari) heb ik bij Komplett.nl een groene ASUS Eee PC 4G met webcam besteld. Ik ben benieuwd wanneer hij wordt afgeleverd; op de site wordt aangegeven dat hij op woensdag 4 maart voorradig is. Officieel is de Eee PC nog niet in Nederland verkrijgbaar. Komplett levert zelf (parallel) geïmporteerde Eee PC’s. De mijne komt waarschijnlijk uit Engeland, omdat het toetsenbord volgens de beschrijving Engels is.

De Eee PC is erg geschikt om mee te nemen op reis, want hij weegt minder dan een kilo (920 gram), is klein (22,5 x 16,5 x 3,5 cm) en robuust (geen bewegende delen). Als operating system is de linux variant Xandros standard geïnstalleerd, maar het is ook mogelijk om Microsoft Window XP of Ubuntu te installeren.

Enige nuttige links:

  • Nederlandstalig review
  • Nederlandstalig forum deel 1, 2, 3, 4 & 5
  • Dé Engelstalige informatie site
  • Ubuntu Eee PC wiki of alternatieve wiki

Ubuntu van een live CD (of USB) installeren is niet handig. Het upgraden na de installatie duurt erg lang en ging bij mij mis. Beter is om een installatie over internet te doen m.b.v. een Minimal CD Image. Ik heb daarvoor met de hand een USB Stick voorbereid (kan ook onder Windows).

Ubuntu opstarten tot het login scherm kost ca 45 seconden, daarna duurt het ca. 15 seconden tot ik een draadloze verbinding heb. De standaard installatie van Ubuntu 7.10 met desktop en alle upgrades kost bij mij 2,7 GiB diskruimte.

Update: Vandaag (donderdag 5 maart) heeft Komplett.nl de levering uitgesteld naar dinsdag 11 maart. Zie ook onderstaande mail van Komplett. Teleurstellend.

Helaas is dit product nog steeds niet voorradig. Daar de levering voor nog onbepaalde tijd op zich laat wachten kunnen wij geen leverdatum garanderen. Zodra er een nieuwe verwachte leverdatum bekend is zullen wij u hierover informeren per e-mail.

Update: Gisteren (vrijdag 6 maart) heb ik de bestelling bij Komplett.nl geannuleerd en vandaag heb ik de Eee PC via eBay in Taiwan bij ayi45tw besteld. Het wordt een witte met een Amerikaans toetsenbord (zelfde als Nederlands) met Chinese tekens erop (zie foto’s). Ik ben benieuwd wanneer ik hem ontvang.

Update: Vandaag (zondag 9 maart) is mijn Eee PC op Schiphol met vlucht KL878 aangekomen! Nu alleen nog de douane formaliteiten en de aflevering.

Update: Gisteren (maandag 10 maart) is mijn Eee PC voor inspectie bij de douane afgeleverd. Vandaag (dinsdag 11 maart) heeft Komplett.nl het geld teruggestort.

Update: Vandaag (woensdag 12 maart) kreeg ik van TNT post een douaneverklaring ter invulling toegestuurd, omdat een factuur ontbrak. Ik moet dus BTW en inklaringskosten gaan betalen en nog even geduld hebben. Tip: op de douaneverklaring zit een 3S… barcode, waarmee de zending hier gevolgd kan worden.

Update: Vandaag (zaterdag 15 maart) zou mijn Eee PC door TNT Post voor de 2e maal aangeboden worden, maar TNT Post heeft de zending waarschijnlijk in de verkeerde vrachtauto geladen (status Bestelling uitgesteld servicekader).

Update: Vandaag (maandag 17 maart) is mijn Eee PC dan eindelijk afgeleverd! Er moest € 64,79 BTW en € 16,75 inklaringskosten betaald worden (totaal € 81,54). De opgegeven waarde was € 270 ($420) en € 52 ($80) verzendkosten (samen €322). Blijkbaar is dit aangepast naar € 341. Ik vind het overigens vreemd dat er BTW wordt geheven over de verzendkosten.

 Posted by at 12:50  Tagged with: