Archive for the ‘drivers’ Category

Touchpad configuration for Ubuntu 9.10 (grub 2)

Tuesday, October 6th, 2009

Ubuntu 9.10 now ships with grub 2 as the default boot loader, and this means a change in the instructions for making the kogan agora touchpad function under ubuntu.

After putting out a call for assistance on this, Tom has come through with the goods! In order to get the agora’s touchpad working with Ubuntu 9.10 and grub 2, follow the instructions in Tom’s comment, which I have reproduced here.

In a terminal:

sudo gedit /etc/default/grub

Find the line GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” and change it to:

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash i8042.nomux”

and then update grub:

sudo update-grub2

I haven’t tested this myself, so comments below on its effectiveness would be appreciated. Thanks Tom!

References: http://agoranetbook.kayno.net/2009/08/02/touchpad-update-ensuring-i8042-nomux-is-not-removed-when-your-kernel-is-updated/comment-page-1/#comment-13165

 

ubuntu 9.10 (karmic koala) beta on the kogan agora

Monday, October 5th, 2009

In a bid to resurrect my kogan agora pro netbook to a usable state, I decided to upgrade to the lastest version of ubuntu, karmic koala, which has just gone beta.

sudo update-manager -d

This will kick off the update manager, and provide you with a single button to upgrade to version 9.10. After 30 minutes or so, you should be rebooting into a new kernel, and the new ubuntu.

The usual suspects that needed attention in the past (read: the touchpad and wireless networking) were both still working, and had obviously remained configured from the previous version.

Whilst I say “working”, the wireless adapter is connecting to my home wireless access point however the signal is still low and not picking up neighbouring APs.

There has been some improvements though. The physical wifi button is no longer a glorified light switch, as it was so well put by Andrew. Pressing the button results in the card shutting off.

The second welcome surprise is the return of “resume from suspend”. After changing the wifi card recently myself and others discovered the netbook would not resume from suspend. This now appears to have resolved itself.

The netbook remix interface is looking much fresher, as you can see in the screenshots attached below.

The only qualm I have so far with karmic and the netbook remix itself is that I cannot seem to locate the shutdown icon in the menus or interface. This may be because I upgraded from 9.04, but as it is beta I will wait and see, and use the physical netbook power button to bring up the shutdown options.

Another note to add – GRUB2 and EXT4, whilst being the new defaults in ubuntu 9.10, are not automatically upgraded:

ext4 by default

The new “ext4″ filesystem is used by default for new installations with Ubuntu 9.10 Beta; of course, other filesystems are still available via the manual partitioner. Existing filesystems will not be upgraded.

GRUB 2 by default

GRUB 2 is the default boot loader for new installations with Ubuntu 9.10 Beta, replacing the previous GRUB “Legacy” boot loader. Existing systems will not be upgraded to GRUB 2 at this time, as automatically reinstalling the boot loader is an inherently risky operation.

A comment in a previous blog entry on this site asks how to configure the touchpad in GRUB2. I am yet to investigate this, however is anyone has any info, please post below.

References

 

“You have to set ‘SHMConfig’ ‘true’…” – even though you have created shmconfig.fdi

Monday, May 11th, 2009

In previous blog entries (disabling the touchpad whilst typing and installing gsynaptics) I described how to enable SHMConfig in order to control the touchpad.

I had some feedback from at least two readers who could not enable SHMConfig, and when they tried to use gsynaptics or syndaemon, they were met with the error “You have to set ‘SHMConfig’ ‘true’ in xorg.conf or XF86Config“. The instructions provided in the post to enable SHMConfig using the /etc/hal/fdi/policy/shmconfig.fdi method did not appear to be working.

After a lot of troubleshooting work with Travis, we were able to determine why this was occuring, and how to resolve it.

(more…)

restoring the kogan agora to factory default settings and gOS

Thursday, May 7th, 2009

I have just booted my agora using the kogan gOS iso, which can be found here: http://www.sendspace.com/pro/dl/s2eg5d.

I used unetbootin to create a bootable USB drive, and it booted to an Ubuntu/gOS boot menu fine. I didn’t want to overwrite my UNR install, so I chose to boot ‘live’ – i.e. run gOS from the USB drive, and not change my hard drive in any way.

The kogan spash screen appeared and eventually it booted to the ‘koganised’ gOS desktop, which only lasted a day the last time it was installed on my agora! What I didn’t have, semi-unexpectedly, was a functioning touchpad.

(more…)

installing the VT6656 wireless driver on the kogan agora

Saturday, April 25th, 2009

Now the final piece in the puzzle – installing the wireless driver. In a terminal:

wget http://www.viaarena.com/Driver/VT6656_Linux_src_v1.19_12_x86.zip

This will download the driver. Now you need to unzip it:

unzip
VT6656_Linux_src_v1.19_12_x86.zip

Now change into the newly created directory:

cd VT6656_Linux_src_v1.19_12_x86

(more…)

the touchpad on my kogan agora doesn’t work!

Saturday, April 25th, 2009

Yes, when you first install Ubuntu, you will notice that the touchpad (the mouse) is not working. Never fear though – there is an easy fix!

When it first boots up, login and start a terminal. You may need an external mouse, or press alt+F2 and type “gnome-terminal” into the box, to get the terminal window up.

(more…)