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.

#1 2007-12-23 11:05:00 pm

timbobsteve
Senior Member
Registered: 2007-08-18
Posts: 315

Eee Linux OS - Beta 2 Release

Hi All,

I have been working hard to get EeeOS re-built against Debian testing (lenny) so we can use atl2 and take advantage of the updated kernel.... so without further delays.... here is Public Beta 2:

Image:
http://eeeos.interactivelaboratories.co … ta2.img.gz
Kindly mirrored @
http://eeeos.c2s.co.nz/build/eeeos_beta2.img.gz

To install:

Code:

gunzip -dc eeeos_beta2.img.gz | dd of=/dev/sdX

Here is a short list of changes:
- Built against Debian Testing (lenny) so the software is more up-to-date
- Wifi-Radar Wireless Management tool installed by default (xfce4-wavelan-plugin for tray)
- Atheros drivers now create the correct interface (correct interface created on startup)
- Included wired network drivers (atl2)
- Included working UVC Webcam Drivers
- IMPORTANT: the Asus ACPI support is still absent from this release.

A brief overview of the Distribution and source/package related information, as well as Installation instructions can be found on the project website:
http://eeeos.interactivelaboratories.com/index.html

As with the previous one, please keep comments in this thread on topic. I need feedback on the build as well as error reports or corrections that need to be made.

Merry Christmas Everyone!

Last edited by timbobsteve (2007-12-23 11:05:35 pm)

Offline

 

#2 2007-12-24 11:11:14 am

nealstep
New member
Registered: 2007-12-16
Posts: 1

Re: Eee Linux OS - Beta 2 Release

Hi,

    just a quick note, thank you very much for your work on this, it booted fine on my 4G.

Some very minor changes for your website (http://eeeos.interactivelaboratories.com/index.html) below
---
< Now run e2fsck -f /dev/DEV to make sure it copied correctly
> Now run e2fsck -f /dev/DEV1 to make sure it copied correctly
---
< EeeOS Beta 2 Disk Image (460Mb)
> EeeOS Beta 2 Disk Image (391Mb)
---

Offline

 

#3 2007-12-24 6:26:41 pm

timbobsteve
Senior Member
Registered: 2007-08-18
Posts: 315

Re: Eee Linux OS - Beta 2 Release

Thanks for the corrections. I will change them after some christmas dinner tongue

Offline

 

#4 2007-12-25 4:49:41 pm

Celegorm
Senior Member
From: New Mexico, USA
Registered: 2007-07-16
Posts: 138

Re: Eee Linux OS - Beta 2 Release

Thanks for the new beta release. I'm really enjoying it so far, and I like the website. Keep up the good work smile


Linux user #448486

Offline

 

#5 2007-12-26 6:48:34 am

eFfeM
Senior Member
Registered: 2007-10-21
Posts: 861
Website

Re: Eee Linux OS - Beta 2 Release

Will this image boot from usb?
Also I would appreciate another distribution mechanism. The image will require that sdX matches in size to whatever your image uses.


All opinions, information etc in this forum post is copyrighted by me (eFfeM) unless indicated otherwise.
You are free to reuse whatever you want to, provided that:
1) you give credit to me and eeeuser.com whenever you reuse anything for all things you reused.
2) you do not pretend or create the illusion that your modifications are mine. I'll be responsible for my junk, you for yours smile

Offline

 

#6 2007-12-26 7:55:00 am

timbobsteve
Senior Member
Registered: 2007-08-18
Posts: 315

Re: Eee Linux OS - Beta 2 Release

Thanks for the input eFfM.

Will this image boot from USB?

Yes. In fact I haven't even tried doing it from SSD, as my Eee is the only computer I have access to these days... so I can't nuke the SSD every time I want to try the builds tongue

Also I would appreciate another distribution mechanism. The image will require that sdX matches in size whatever your image uses.

This is both true and untrue, in that the Image will load on any USB stick larger than the image (I think I made it 600Mb, but it might also be 1Gb... can't remember). If your media is larger than the image then it should be fine... of course the partition won't take up the whole space on the stick... but you could easily use parted to resize the ext2 partition in the image.

As for another distribution message, it was mentioned in the previous threads for EeeOS, that the beta's are being distributed like this for quick release and testing, but the final builds will use the debian-installer format (read: the original debian installer)... so that should alleviate any issues you are currently having with the image method of distribution.

I think, with having the images fairly complete, I will make Beta 3 more geared towards integrating the live-helper and d-i technologies. Not sure how long that will take though... had a few problems the last time I fired up lh_*....

Merry Christmas and Happy new year everyone!

Offline

 

#7 2007-12-27 12:06:56 am

deadDuck
Senior Member
From: Calgary, AB, Canada
Registered: 2007-07-19
Posts: 916
Website

Re: Eee Linux OS - Beta 2 Release

I'm still following your instructions and trying to get the image running. I think I missed a step that was assumed by your website: mkfs.ext2 Is that correct?

Edit: I had a problem with it wanting to check the root filesystem, then failing, but it's running now. Allow me to say: well done!

Edit: I haven't successfully added a new user account yet (adduser didn't perform as expected), but I guess I'm not the target user at this point. I'll do a little more research. It seems that /etc/skel only has bash settings, nothing for XFCE.

Last edited by deadDuck (2007-12-27 5:39:23 pm)

Offline

 

#8 2007-12-27 5:41:53 pm

deadDuck
Senior Member
From: Calgary, AB, Canada
Registered: 2007-07-19
Posts: 916
Website

Re: Eee Linux OS - Beta 2 Release

I also noticed that /etc/apt/sources.list contains entries that begin with localhost. I needed to update it before installing packages.

Is this the kind of thing you would like feedback about?

Edit: I'm running EeeOS while posting this smile

Last edited by deadDuck (2007-12-27 5:42:21 pm)

Offline

 

#9 2007-12-27 5:45:00 pm

timbobsteve
Senior Member
Registered: 2007-08-18
Posts: 315

Re: Eee Linux OS - Beta 2 Release

Thanks dD, That is the exact kind of info I needed....

If you are wondering why it has localhost entries in it... it's because I use apt-cacher to save downloading packages while building images tongue

Offline

 

#10 2007-12-27 6:24:19 pm

deadDuck
Senior Member
From: Calgary, AB, Canada
Registered: 2007-07-19
Posts: 916
Website

Re: Eee Linux OS - Beta 2 Release

That makes perfect sense. If you want to know, I'm a little tired of Xandros and, since I bought a 4GB SDHC card, thought I would run a real operating system from SD.

My biggest complaint with the stock distro is that Amarok was messing up my ipod and there's no way to update to the latest version. I have successfully installed rhythmbox (just for a change; the window's too wide for the eee) on EeeOS. I'm listening to music from my ipod as I type this (running EeeOS).

EeeOS boots up almost as fast as Xandros booting directly into the Advanced Desktop.

If there's any other specific input or help you could use, let me know. I'm off work until Jan 2 smile

Offline

 

#11 2007-12-27 7:58:58 pm

MadeAtDark
Member
From: Orlando, FL
Registered: 2007-12-22
Posts: 18

Re: Eee Linux OS - Beta 2 Release

Looks like timbobsteve has a full time beta tester till Jan 2. tongue

Offline

 

#12 2007-12-27 11:57:45 pm

deadDuck
Senior Member
From: Calgary, AB, Canada
Registered: 2007-07-19
Posts: 916
Website

Re: Eee Linux OS - Beta 2 Release

MadeAtDark wrote:

Looks like timbobsteve has a full time beta tester till Jan 2. tongue

Full-time, I wish! We're potty-training tomorrow sad

Offline

 

#13 2007-12-28 12:02:08 am

deadDuck
Senior Member
From: Calgary, AB, Canada
Registered: 2007-07-19
Posts: 916
Website

Re: Eee Linux OS - Beta 2 Release

I think that adding a user will work much better if you copy .config and all its contents from root's home directory to /etc/skel/

User cannot shut down. Need to add to sudoers (file):
all all=/usr/sbin/xfsm-shutdown-helper
(from: http://www.xfce.org/documentation/4.2/m … m-shutdown)
I have tried this, and it works.

Also, because wifi-radar is in /usr/sbin/ it can't be run by a user.

Last edited by deadDuck (2007-12-28 1:14:08 am)

Offline

 

#14 2007-12-28 5:14:05 am

timbobsteve
Senior Member
Registered: 2007-08-18
Posts: 315

Re: Eee Linux OS - Beta 2 Release

User configuration will be better once we get the Debian-Installer / Debian-Live stuff working correctly. I am actually doing this as we speak. Hopefully it all works out. The live-helper process has never really worked out for me in the past.... heres hoping. smile

Offline

 

#15 2007-12-28 12:31:28 pm

rayburn
Senior Member
From: Mid Wales, UK
Registered: 2007-11-11
Posts: 111

Re: Eee Linux OS - Beta 2 Release

Many thanks timbobsteve for all your hard work, I have it up and running now.

One query I hope someone can answer, I use a wired ethernet connection, and can't find out how to get this working on Eee Linux OS.

Any help on this please?

Offline

 

#16 2007-12-28 12:42:51 pm

timbobsteve
Senior Member
Registered: 2007-08-18
Posts: 315

Re: Eee Linux OS - Beta 2 Release

To be honest... wired eth is not something that I have tried.

Can you check 'dmesg' and see if Atl2 loaded and created eth0?

Offline

 

#17 2007-12-28 5:39:59 pm

rayburn
Senior Member
From: Mid Wales, UK
Registered: 2007-11-11
Posts: 111

Re: Eee Linux OS - Beta 2 Release

Thanks tim, I would if I could, but working with a UK keyboard here and I can't find the 'pipe' symbol on the US keyboard!

Any clues anyone?

Offline

 

#18 2007-12-28 6:20:06 pm

timbobsteve
Senior Member
Registered: 2007-08-18
Posts: 315

Re: Eee Linux OS - Beta 2 Release

Hahahahhaa... I just moved to London and had to adjust to the new keyboard too... painful. At my new job I even went so far as to request a US styled one (Australian Standard), but they said they wouldn't.... so I took in my fold-up rubber one and they said it wasn't Health'n'Safety compliant... ****!

Anyways... the pipe symbol is on the left of the Z key on UK keyboards..... it is also backslash as well..... it's bloody useless tongue and whats with the @ symbol being where the double-quotation symbol should be? and Shift+2 is now double-quotes? stupid hahahahhaa

Last edited by timbobsteve (2007-12-28 6:22:10 pm)

Offline

 

#19 2007-12-29 7:38:25 am

rayburn
Senior Member
From: Mid Wales, UK
Registered: 2007-11-11
Posts: 111

Re: Eee Linux OS - Beta 2 Release

Well, after I thought about the keyboard problem, the fix was obvious - change keymap in xorg.conf file from 'us' to 'gb'

So onto the output of dmesg, and there is no mention of Atl2 or eth0 according to grep, so where do I go from here please?

Offline

 

#20 2007-12-29 7:41:48 am

timbobsteve
Senior Member
Registered: 2007-08-18
Posts: 315

Re: Eee Linux OS - Beta 2 Release

try forcing the atl2 modules to load. Use:

Code:

modprobe atl2

Then check dmesg again... it should be the last couple of lines.... it may not create eth0 though..... try it and see what the output is and get back to me.

Offline

 

#21 2007-12-29 7:54:30 am

rayburn
Senior Member
From: Mid Wales, UK
Registered: 2007-11-11
Posts: 111

Re: Eee Linux OS - Beta 2 Release

Thanks for the swift reply.

The output of modprobe atl2 is nothing, just a return to the prompt, and dmesg shows no additional activity either.

Offline

 

#22 2007-12-29 8:02:00 am

timbobsteve
Senior Member
Registered: 2007-08-18
Posts: 315

Re: Eee Linux OS - Beta 2 Release

hmmm.... try

Code:

modprobe -r atl2 && modprobe atl2

. Again try dmesg and see what it says

Offline

 

#23 2007-12-29 8:25:41 am

rayburn
Senior Member
From: Mid Wales, UK
Registered: 2007-11-11
Posts: 111

Re: Eee Linux OS - Beta 2 Release

Still not connected, however, the output of dmesg now shows this at the end:

Atheros(R) L2 Ethernet Network Driver - version 1.0.40.3
Copyright (c) 2007 Atheros Corporation.
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:03:00.0 to 64
NET: Registered protocol family 10
lo: Disabled Privacy Extensions

Offline

 

#24 2007-12-29 6:41:12 pm

mattw
New member
From: Seattle
Registered: 2007-12-29
Posts: 4
Website

Re: Eee Linux OS - Beta 2 Release

weird. i'm having a hard time getting the img file to work.

I tried two 1GB SD cards, and neither would mount, so i went to the store and got a 2G usb flash in case they were a little small.   same results.  I'm redownloding the image..   do you have a md5sum so i can verify i've got the right bits?

Code:

littlebox:/media> e2fsck -f /dev/sdc1
e2fsck 1.40-WIP (14-Nov-2006)
Couldn't find ext2 superblock, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open /dev/sdc1

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>

Offline

 

#25 2007-12-29 7:00:36 pm

mattw
New member
From: Seattle
Registered: 2007-12-29
Posts: 4
Website

Re: Eee Linux OS - Beta 2 Release

OK. i've finished downloading from .nz. here's my md5sum.

0d16777754198073871487c2f5aaef7e  eeeos_beta2.img.gz

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson