Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#26 2008-10-20 6:16:31 pm

thedarkmaster
Member
Registered: 2008-09-16
Posts: 17

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

@Cecca: answered you in the other Italian topic wink
The browser is my fault... I forgot to put it in the Live tongue

Offline

 

#27 2008-10-22 3:02:45 am

crb247
New member
Registered: 2008-10-22
Posts: 4

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

Hi!

I installed your opengeeeu today and LOVE it.. I'm still a beginner when it comes to linux but can usually puzzle out basic problems.

Background on the machine

701 4G
2gig ram
used the Unet program to create a bootable usb
installed to the internal ssd

This is the one issue i have so far though.. when i insert an SD card (tried several) It was failing to mount with the standard need to be a superuser to mount devices message. did a search and found a little info but not much.

did the sudo chmod a+s /bin/mount
and the sudo chmod a+s /bin/umount

Now i am getting the message
http://img205.imageshack.us/img205/821/20081022025220qg5.png

Running the dmesg | tail gave me this

[ 3303.050291] UDF-fs: No VRS found
[ 3303.090924] ISOFS: Unable to identify CD-ROM format.
[ 3331.914081] UDF-fs: No VRS found
[ 3331.948344] ISOFS: Unable to identify CD-ROM format.
[ 3334.465305] UDF-fs: No VRS found
[ 3334.508540] ISOFS: Unable to identify CD-ROM format.
[ 3339.390523] UDF-fs: No VRS found
[ 3339.427229] ISOFS: Unable to identify CD-ROM format.
[ 3368.361512] UDF-fs: No VRS found
[ 3368.400098] ISOFS: Unable to identify CD-ROM format.

Any ideas?

Also I can't seem to locate the volume control.. : oops: the sound works and in the applications the controls in the applications work but i just can't find the setting to adjust the main volume.

Thank you. I can't get online a lot because i'm on the road but will look here when i get a chance.

Offline

 

#28 2008-10-22 3:34:31 am

thedarkmaster
Member
Registered: 2008-09-16
Posts: 17

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

As for the volume contro, please upgrade your system (there has been some important E17 updates since I uploaded the iso) and then try the new mixer module. The one you are using is already configurable in any way. Add the Echo module (why isn't it there? Weird..) and set it up wink

The device problem maybe related to your fstab configuration file..

Offline

 

#29 2008-10-25 6:57:04 am

crb247
New member
Registered: 2008-10-22
Posts: 4

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

Sorry... finally was able to check the post...

In the fstab file I think it has incorrectly identified the sd reader as a cdrom drve and it ls referencing cdrom0... any ideas why it would be?

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=9ce43260-27a4-40ee-8a80-9a1fe51ba94a /               ext3    relatime,errors=remount-ro 0       1
# /dev/sda5
UUID=6fa68c6c-deb0-48c8-a410-433c12cdd4bb none            swap    sw              0       0
/dev/sdb1       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0

Also the echo module was loaded but the volume control is missing. I unloded the module but am unable to reload it. The system is updated but there were a couple of repositories in the list that registered failed when it was loading up. I fprgot to write down which ones.

I did a fresh install and came out with the same results

Have a good day smile

Offline

 

#30 2008-10-25 8:58:36 am

cecca
Senior Member
Registered: 2008-02-25
Posts: 104

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

Is it possible to installa software or upgrading the system running the live version? More important for me is the upgrade since the missing software (the browser) can be accessed on the SD card I use on my 701.... wink

Offline

 

#31 2008-10-25 11:33:39 am

thedarkmaster
Member
Registered: 2008-09-16
Posts: 17

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

You can install anything you wish in Live mode

Offline

 

#32 2008-10-25 10:19:51 pm

crb247
New member
Registered: 2008-10-22
Posts: 4

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

Today i had time to mess around with fstab.. being completely unfamiliar with editing this stuff it was all trial an error (i am still learning) and i have now managed to get the sd reader to auto-mount and read/write (successfully copied a.png file to it and retrieved it)but still working on getting it to be able to unmount automatically when the card is removed.

because i did a fresh re-install i had to

sudo chmod a+s /bin/mount
sudo chmod a+s /bin/umount

then i edited out the cd-rom reference in /etc/fstab and changed it to a usable filesystem... most of my sd-cards are fat16 so i used a vfat reference and so far it works. you might be able to see if there is any way for me to tweak it so that it will unmount the device on removal of the card as opposed to me having to manually do it in a terminal window.

here is my (somewhat) working /etc/fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=9ce43260-27a4-40ee-8a80-9a1fe51ba94a /               ext3    relatime,errors=remount-ro 0       1
# /dev/sda5
UUID=6fa68c6c-deb0-48c8-a410-433c12cdd4bb none            swap    sw              0       0
/dev/sdb1       /media/sdb1     vfat                 user,noauto     0       0

this was the one auto selected upon installation with a usb drive that wouldn't work.

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=9ce43260-27a4-40ee-8a80-9a1fe51ba94a /               ext3    relatime,errors=remount-ro 0       1
# /dev/sda5
UUID=6fa68c6c-deb0-48c8-a410-433c12cdd4bb none            swap    sw              0       0
/dev/sdb1       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0

thanks

**edit** I forgot i had to also create the folder /media/sdb1 in terminal in order to get it to work properly.. I did that with "sudo mkdir /media/sdb1"

thanks again

Last edited by crb247 (2008-10-25 10:59:30 pm)

Offline

 

#33 2008-10-25 11:13:43 pm

crb247
New member
Registered: 2008-10-22
Posts: 4

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

I was able to get the mixer module to load but it's giving me an error when i try and apply the gadget to the desktop and it crashes E. It's able to recover but i am at a loss to figure out how to fix it. I did not remove the echo module from the list this time so will take another look at it later.

Chow for now.

Offline

 

#34 2008-12-16 2:09:43 pm

ilanesh
New member
Registered: 2008-05-22
Posts: 2

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

Hi, I love opengeeeu on my 701 eee pc, it is beautiful, I have one problem, I have to wtype in different languages and can not find how to switch from english to another language and then back to english again?
There is also no configuration for to ad different keylayouts, or I am missing something?

Offline

 

#35 2008-12-19 1:06:09 pm

shengchieh
ExtrEmE User
Registered: 2007-11-17
Posts: 1288
Website

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

Nobody answering.  Try asking in the opengeu forum (formerly geubuntu)

http://forum.intilinux.com/index.php?board=21.0

Sheng-Chieh


Linux Documentation Links
http://shengchieh.50webs.com/ldl.html

Offline

 

#36 2009-01-02 11:48:48 am

gdibig
Member
Registered: 2008-08-28
Posts: 10

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

Does anybody know where I can get this?  The download links on their page are not working and two torrents I've tried have no seeds?  I'd love to try this!

Offline

 

#37 2009-01-02 12:57:37 pm

oupsemma
ExtrEmE User
From: LinuxLand
Registered: 2008-01-29
Posts: 2795

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

There's a simple way to have OpenGeu running on your eeepc if you're already running any Ubuntu flavor:
http://opengeuwiki-en.intilinux.com/ind … m_packages
you have to add their repositories to your sources.list.
To tweak it for the eeepc,
http://www.generation-linux.fr/index.ph … -sur-EeePc
( I know, it's in French, but command-line code is international!)

Otherwise you'll have to wait for someone to torrent the files for OpenGeeeu, 'coz hosting iso is expensive:
http://www.tuxdistro.com/torrents-details.php?id=1275


1000H and hopelessly distro-hopping

Offline

 

#38 2009-01-02 3:15:33 pm

nirvanix
Member
Registered: 2007-12-12
Posts: 16

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

I don't see a way to install this on an eee pc - I don't have any cd drive.

Offline

 

#39 2009-01-02 5:25:28 pm

oupsemma
ExtrEmE User
From: LinuxLand
Registered: 2008-01-29
Posts: 2795

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

nirvanix wrote:

I don't see a way to install this on an eee pc - I don't have any cd drive.

Then make yourself some USB key on a friend's computer, using unetbootin for example (or on your eepc, if you've got one!).
And investing in a cheap CD/DVD drive is a real plus with an eeepc.


1000H and hopelessly distro-hopping

Offline

 

#40 2009-01-02 10:34:52 pm

shengchieh
ExtrEmE User
Registered: 2007-11-17
Posts: 1288
Website

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

http://unetbootin.sourceforge.net/ (Unetbootin: USB installation)

Sheng-Chieh


Linux Documentation Links
http://shengchieh.50webs.com/ldl.html

Offline

 

#41 2009-01-03 12:56:58 am

oupsemma
ExtrEmE User
From: LinuxLand
Registered: 2008-01-29
Posts: 2795

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)


1000H and hopelessly distro-hopping

Offline

 

#42 2009-01-06 11:18:41 am

wvmarle
New member
Registered: 2009-01-06
Posts: 1

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

I'm trying out Opengeeeu on my 701 EEE, but can't get it to boot.

I d/l the opengeeeu-8.04.1-desktop-i386.iso file, and tried to install it on a USB drive using unetbootin. I copied the ISO to the USB drive and then used unetbootin to create a bootable USB drive out of it (the same USB thumb drive, it's a 4GB drive so plenty of space). Unetbootin doesn't recognise the drive right away but selecting /dev/sdc manually it works.

When booting my EEE with the ESC key pressed I select the USB drive, then get the unetbootin selection window where I can select various ways to boot it. Nothing works. Whichever option I choose I go back to the boot screen, and the counter starts at 10 again. The automatic boot also doesn't work.

When pressing <TAB> on the Default option I get the following line:
> /ubnkern initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --

Now there is no file /cdrom/preseed/ubuntu.seed but there is a file /preseed/ubuntu.seed present on the USB so I edit this - still no luck.

I'm completely at a loss here what could be the matter. Unetbootin appears to do the job correctly - at least the USB stick is bootable, but can't actually boot the system from there.

I already tried reformatting the USB stick ('sudo mkfs.vfat /dev/hdc'), finished in a second or so only and the drive was clean - no difference.

Any help is welcome! I'd really like to try out something else, mostly as I don't like the standard distro to use like 2.6 GB of my precious 4GB SSD space... and I always liked E16, and E17 looks so much better.

Wouter.

Offline

 

#43 2009-02-08 7:32:18 pm

troopern
New member
Registered: 2009-02-08
Posts: 1

Re: OpenGeeeU, a special OpenGEU version dedicated to the Asus EeePC :)

I've been trying to get OpenGeeeu to boot and install from my USB stick but I've been far from lucky sad.
It doesn't want to boot up into the GUI..

Too tired to boot the Eee right now to mention where it gets stuck.

Is there something special that needs to be done to get it to boot from the stick instead of from a portable CD drive that I don't own or tend to purchase?

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson