I'm running an ubuntu netbook 10.04 release on an Asus eee1000H. I was missing libqca.so, which was resolved using the following command:
>sudo getlibs libqca.so
I was also missing libzip.so.1 , which was resolved by installing apt-file, and then entering the following commands:
>sudo apt-file search libzip.so.1 <-- this tells me it's in the libzip1 package
>sudo apt-get install libzip1
Everything seems to be functioning properly. The extremely fast startup from hibernate on ubuntu coupled with the eee's portability makes it the perfect for tinkering with the Kobo Touch on the go.
|