viewtopic.php?f=4&t=3104
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://yatsite.blogspot.jp/2010/04/antix-85-full-install-on-asus-eeepc-900.html"
linktext was:"http://yatsite.blogspot.jp/2010/04/anti ... c-900.html"
====================================
dealing-with-a-asus-eee-900-install-of-antix-8-5-t2328.html
So below are my notes. Use at your own risk! __{{emoticon}}__ There some stuff I tested during rc2 (skype, sound, some Fn Keys, etc), so I'll add more as I get around to verifying it on the fresh Final 12 install
Cheers!
Install
Used unetbootin in MEPIS to make a “live” USB drive. (the antix 12 full version took 702 MB )
Insert USB into powered-off EeePC.
Turn on.
At Boot screen, hit ESC and select your USB drive to boot from.
After boot menu loads, at the default option hit TAB to edit boot options.
at the end of the line add vga=788 to set the EeePC’s screen resolution
Now on to connect with Wicd in antiX Control Center (Ctrl-Alt-c) >>> Network tab >> Connect Wirelessly (wicd)
In Wicd preferences (small dropdown arrow on the right side):
enter wlan0 for the wireless interface. (If not sure what your wireless interface is called run ifconfig -a as root)
Refresh and connect to the correct wireless network and as appropriate: adding the key (passphase) and selecting “Connect Automatically”
Now Install (Click the desktop icon)
Use the defaults unless noted:
During step 1, Run partition tool:
1. delete all existing partitions.
2. on sda: create new partition as ext2 file system as a primary / partition
3. on sdb: create new partition as ext2 file system as a primary / partition
Close Partition tool
Make sure “Select Custom install on existing partitions” is selected
Keep default choices of sda1, no swap and /home on root
But, check box for “Preserve data in /home” to keep ext2 file system that we created before intact. ...Making “Filesystem type” not important.
Continue install process. Choose Yes for “OK to use (no format) on /dev/sda1...”
Installation on my EeePC took about 6 minutes
Choose Yes for “Install Grub to MBR on sda?” (assuming no other operating systems on the EeePC)
Update antiX:
antiX Control Center (Ctrl-Alt-c) >>> System >> Manage Packages to open Synaptic
Click Reload
On Left lower side, Click “Status” then Installed (upgradeable).
and then Mark All Upgrades and then Apply
Move /HOME to the 16GB SSD drive
su
mkdir /media/sdb1
mount /dev/sdb1 /media/sdb1
cp -rp /home/user /media/sdb1
Edited fstab using geany:
fstab before:
Changed to :# Pluggable devices are handled by uDev, they are not in fstab
UUID=1bce2c47-0a0f-4ab0-b367-96a8aa9997e6 / auto defaults,noatime 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
# Dynamic entries below
UUID=cfb3ff1b-1dd9-4dd4-ab6d-23698d590357 /media/sdb1 ext2 noauto,users,exec,relatime 0 0
rm -r /home# Pluggable devices are handled by uDev, they are not in fstab
UUID=1bce2c47-0a0f-4ab0-b367-96a8aa9997e6 / auto defaults,noatime 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
UUID=cfb3ff1b-1dd9-4dd4-ab6d-23698d590357 /home ext2 defaults,noatime 1 1
# Dynamic entries below
mkdir /home
Reboot
OOTB Test:
OK: __{{emoticon}}__
Wireless
Wireless resuming after awake from suspend
Youtube works with sound
Fn Contrast buttons
Fn Suspend button
Fn Wireless on/off
Fn Numlock
webcam with guvcview
Not OK: __{{emoticon}}__
Fn LCD/CRT display toggle
Fn Volume buttons
Fn Prt Scn
Suspend when lid gets closed