You are not logged in.
Hi all,
Zeneee is ready for test. These characteristics are as follows:
* Based on Zenwalk 5.0
* Use 2.6.22.9-kernel of Zenwalk 4.8
* Xorg, Slim (graphic login manager), Fluxbox, Rox
* Firefox+Flash player, Leafpad, Luvcview (for webcam)
* Kernel patched with alsa, atl2, madwifi/atheros, uvcvideo and asus_acpi drivers
* Correct resolution of 800x480 with 915resolution package
* Gkrellm gives battery/power, numlock/capslock/scrollock status
* These hotkeys are functionals with Fn-key: F2, F3, F4, F7, F8, F9, F11 and PgUp-PgDn-Home-End
> For this i used the asus_osd-07-08-10-i386-1tfn.tgz package created by MS3FGX from SlackEee Forum
> Thanks at MS3FGX for this good work! ![]()
* Suspend2Ram has been desabled because the wakeup with the power button is bugged
N.B. I forgot to test the functionality of the microphone, oups!!! Sorry.
Zeneee is a light system. You can use netpkg commandline for to add some others applications. netpkg manages the dependencies. For to search an application look at the Zenwalk Package Search.
Login:
user: zenny with password: zenny
user: root with password: toor
For download:
zeneee-1.0-beta3.tar.gz
zeneee-1.0-beta3.tar.gz.md5
zeneee-install-howto.txt and look on the wiki
screenshots
Enjoy!
alisou, ![]()
Last edited by alisou (2008-02-20 7:08:44 pm)
Offline
Hi,
Several questions I'd appreciate it if you can answer them for me:
1. How much space does it take installed?
2. What filesystem is it using by default?
3. I suppose it is possible, but I ask just in case: is it possible to install this, and then install XFCE + Thunar from the repos?
4. Once installed, is does connecting an LCD projector to the VGA connector work? And how can you send the video in different resolutions?
Thanx
Offline
Hi,
Q1: 700 MB installed
Q2: ext2
Q3: yes type "netpkg xfce" in commandline
Q4(a): During a conference projector was connected to the VGA connector and it worked well
Q4(b): I don't know. It affects the handling of the projector and not eeepc.
Greetings!
alisou, :-)
Offline
Hi, I got these error messages after booting:
/etc/rc.d/rc.S: line 15: sbin/mount : Permission denied
/etc/rc.d/rc.S: line 41: sbin/mount : Permission denied
And system halted ![]()
Any suggestion is appreciated.
Offline
Hi,
@fiction
Start from scratch. Something did not work during the 1st installation. Redo the installation.
a+, alisou, ![]()
Last edited by alisou (2008-02-22 6:58:11 am)
Offline
Hi,
Is there a way to install this on sda1 (over eeepc xandros)? I tried but it kernel panics trying to mount sdc1 (?) for some reason...
Tks a lot and great work!
Offline
May I ask for an explanation of this procedure?
Pick the UUID of your formatted usb key
# /lib/udev/vol_id /dev/sdc1 > /home/foo/uuid_of_your_usb_key.txt
Is it asking us to create a text file in our home folder? What should the file contain?
Thanks.
Offline
freeetos wrote:
May I ask for an explanation of this procedure?
Pick the UUID of your formatted usb key
# /lib/udev/vol_id /dev/sdc1 > /home/foo/uuid_of_your_usb_key.txt
Is it asking us to create a text file in our home folder? What should the file contain?
Thanks.
/home/foo here stands for you home directory.
you can use ~ instead of /home/foo like this:
/lib/udev/vol_id /dev/sdc1 > ~/uuid_of_your_usb_key.txt
That will create a file named uuid_of_your_usb_key.txt in you home directory.
The UUID in the line begins with ID_FS_UUID will be used in further steps.
Last edited by fiction (2008-02-23 10:40:57 pm)
Offline
Hi,
After changing initrd-tree/rootdev I managed to install it over xandros. It took a long time to boot so I changed rc.udev to run after rc.M and it worked great, the boot now takes around 30s.
Now I'd like to add bootsplash to the kernel, is there anyway I can find the patched source used in zenEee?
Thanks.
Offline
Hi, mimix
Great to hear you have installed ZenEee on SSD successfully. Would you like to post the steps here ?
Thanks.
Offline
Hi,
The kernelsource is here
alisou
Offline
Hi,
======================================
HOWTO - Install Zeee on SSD (with extlinux bootloader)
======================================
Step1: download syslinux (extlinux included) + zeneee
http://www.kernel.org/pub/linux/utils/b … .61.tar.gz
http://users.zenwalk.org/user-accounts/ … ta3.tar.gz
Put these on your any usb key bootable
Step2: delete all partitions of SSD with cfdisk
Boot with any linux on USB key and use cfdisk for delete/create partition(s)
# cfdisk /dev/sda Delete (for all partitions) Write: yes
Do not quit cfdisk
Step3: create a partition on SSD
New/Primary Bootable Type 83 Write: yes Quit
Step4: format partition
# mke2fs -j /dev/sda1 # tune2fs -c 0 -i 0 /dev/sda1
Step5: Mount SSD
# mkdir /mnt/sda1 # mount /dev/sda1 /mnt/sda1
Step6: Untar zeneee-1.0-beta3.tar.gz
# tar xvf zeneee-1.0-beta3.tar.gz -C /mnt/sda1
Step7: Install extlinux on SSD
# mkdir /mnt/sda1/boot/extlinux # tar xvf syslinux-3.61.tar.gz -C /home/foo # /home/foo/syslinux-3.61/extlinux/extlinux --install /mnt/sda1/boot/extlinux
Step8: install mbr.bin at MBR of SSD
# umount /mnt/sda1 # cat /home/foo/syslinux-3.61/mbr/mbr.bin > /dev/sda
Step9: mount the SSD
# mount /dev/sda1 /mnt/sda1
Step10: edit extlinux.conf
display display.txt default zeneee label zeneee kernel /boot/vmlinuz-2.6.22.9 append ro root=/dev/sda1
put this file at "/mnt/sda1/boot/extlinux/" directory
(N.B. initrd.gz file is not required on SSD or HD drive, just on USB drive)
Step11: edit display.txt
Pick this file: http://users.zenwalk.org/user-accounts/ … isplay.txt
and put it at "/mnt/sda1/boot/extlinux/" directory
The look of display.txt file on boot process is follow: 
*** ZenEee was renamed by Zeee ***
Step12: Reboot you eee
Enjoy!
a+, alisou, ![]()
Last edited by alisou (2008-02-25 7:17:44 am)
Offline
Hi,
mimix said:
It took a long time to boot so I changed rc.udev to run after rc.M and it worked great, the boot now takes around 30s.
Wow! How do you do it? Indicate where the order to run because I do not know how it.
Thanks!
alisou
Last edited by alisou (2008-02-25 5:33:09 am)
Offline
Hi,
Zeneee has changed its name to Zeee.
alisou
Last edited by alisou (2008-02-25 6:14:36 am)
Offline
Hi,
Zeee+Grub with Qemu, look here for screenshots.
alisou
Offline
I'm having difficulty installing grub on my USB flash drive. I've followed the steps exactly and have the filesystem on the drive, however when I follow part 5 of the zeneee-install-howto.txt grub reports that the selected disk does not exist.
I'm using (hd2,0) for my drive that is mounted /dev/sdc /mnt/usb. Is that correct? I also tried installing grub by using
grub-install --root-directory=/mnt/usb /dev/sdc
which reports that /mnt/usb/boot/grub/device.map does not exist and that /dev/sdc does not have a corresponding BIOS drive.
I attempted this both with /dev/sdc1 mounted and unmounted, neither works.
Offline
is there a way to burn an iso and install from cd/dvd drives? i want to put it directly on the ssd.
Offline
Hi,
@snozle
Copy and paste here the output of this command line with usb key connected:
# sfdisk -l
@holdmypocket
You can use a linux liveCD. I suggest you the Slax liveCD.
==================================
HOWTO- Install Zeee on SSD from Slax Linux liveCD
==================================
What is Slax:
Slax is a Slackware-based bootable CD containing a Linux operating system, designed with a modular approach. Despite its small size, Slax provides a wide collection of pre-installed software for daily use, including a well-organised graphical user interface and useful recovery tools for system administrators.
http://www.slax.org/
Step1: Download Slax 6.0.1 ISO file
Slax 6.0.1 ISO file
Step2: Burnit on CD-RW
Burnit CD-RW from an image
Step3: Adding zeneee on CD-RW
Burning zeneee-1.0-beta3-tar.gz file on your same CD-RW of Slax
Now the content of your CD-RW is follow:
/boot/
/slax/
zeneee-1.0-beta3.tar.gz
Step4: Boot your eeepc with slaxCD
Use an usb cd/dvd/drive with slaxCD for booting your eeepc
Next steps:
same as step2-step10 above
N.B. The SSD is recognized by hdX and not sdX with SlaxCD
Greetings!
alisou, ![]()
Offline
Thank you Alisou, I'll try it tonight! I have one question though. Once I do all this, will it be persistent? As in, if I make a change like install and customize fluxbox, will it save it?
Offline
Hi,
holdmypocket request:
Once I do all this, will it be persistent? As in, if I make a change like install and customize fluxbox, will it save it?
Yes, zeee (previously zeneee) is a lite linux OS based on Zenwalk with fluxbox.. After installation on SSD, you can customised it and installed the news packages.
Have a fun!
alisou, ![]()
Last edited by alisou (2008-03-03 2:20:02 pm)
Offline
I get to the point:
# /home/foo/syslinux-3.61/extlinux/extlinux --install /mnt/sda1/boot/extlinux
and it says "/mnt/sda1/boot/extlinux is device: /dev/sda1" and that is all.
any suggestions?
Offline
Hi,
It's a good message. Now look at "/mnt/sda1/boot/extlinux" directory. Now the "extlinux.sys" file is there.
Good!
alisou
Offline
After installing xfce, the xfce seems running over the fluxbox.
Can I use xfce as default windows manager without fluxbox behind it ?
Offline
What are the total boot times people are getting using Zeee with Fluxbox?
Offline
Alisou
I'm keen to get Zeee (pronounced "Zed" in England ?!) working, two questions:
mimix wrote:
It took a long time to boot so I changed rc.udev to run after rc.M and it worked great, the boot now takes around 30s.
did you work out where to make the change ?
Secondly - I see you recommend a journalling filesystem for the eee's sda - doesn't this mean losts of writes to sda, reducing its life ?
Keep up the good work !![]()
Offline