You are not logged in.

#301 2008-02-16 07:12:44

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Eee PC

kant1 wrote:

I've posted my package list and a few configs.  I can paste any others that are of interest.

http://mychael.gotdns.com/blog/2008/02/ … nux-setup/

Your brightness setting problem after resume from hibernation should be solved if you switch from xf86-video-intel to xf86-video-i810 driver.

Offline

#302 2008-02-16 16:55:48

kant1
Member
Registered: 2006-11-28
Posts: 57

Re: Arch on Eee PC

Yeah, the only reason I went with the intel drivers is because I thought I could get seamless external monitor support that way.  Sadly that never worked out for me.  I probably will go back to i810.

Offline

#303 2008-02-17 00:02:35

mattiksi
Member
Registered: 2007-11-21
Posts: 9

Re: Arch on Eee PC

So, just for clarification:

If I'd like to install Arch Linux (or any other distro) to an external usb-harddrive, could  Iinstall Arch linux normally with swap and ext3?

If someone knows how that works please share your information smile
I've been really curious about this method, because I think it should be faster than sd-card and I could use swap and ext3, it also would save the onboard ssd or other flash medias. There are so many cheap usb-harddisks available that don't need external power source. They are also so small in size but so much larger in disk space compared to an sd-card smile
It would have to work so, that if usb-drive is not attached to the EEE, then the default xandros would boot. If usb-harddisk is attached and powered on, then grub is loaded from usb-harddisk.

Anyone done this? How fast does it work? How is the installation etc? Could I just install arch normally with ethernet and then install kernel26eee with pacman and everything should just work after that.

Offline

#304 2008-02-17 02:14:34

kant1
Member
Registered: 2006-11-28
Posts: 57

Re: Arch on Eee PC

The prohibition on using swap and a journaling filesystem (ext3) is because the SSD is a flash device.  They have a limited number of writes before they die  Harddrives can take way more writes before being unusable.

So it doesn't matter how your hard drive connects.  The important thing is whether or not your hard drive is a flash drive.

Offline

#305 2008-02-17 10:18:50

mattiksi
Member
Registered: 2007-11-21
Posts: 9

Re: Arch on Eee PC

Yeah I kind of knew that. I just thought that people who have tried installing Arch linux to a non-flash drive using EEE should share their experiences and possibly add something to the EEE-wiki page smile

Offline

#306 2008-02-17 12:56:19

Garuma
Member
Registered: 2008-02-17
Posts: 2

Re: Arch on Eee PC

Hey folks,

I updated yesterday to kernel26 2.6.24 and latest compatible eeemodules from dkite (thnaks for the package dkite btw smile) and it seems that suspend2ram.sh isn't working anymore (whatever I close the lid or launch /etc/acpi/suspend2ram.sh manually). I get no particulate error message and the only effect is that I can't launch apps after the suspend call. Any idea of the problem ?

Offline

#307 2008-02-17 16:14:15

shrd
Member
Registered: 2008-01-23
Posts: 22

Re: Arch on Eee PC

i have error with the last kernel with madwifi driver : dmesg display many warnings
anyway wifi works... except with fn+f2 toggle.
dkite i can't compile atl2.ko, how do you have compiled atl2 with the new kernel ?

Offline

#308 2008-02-17 21:38:37

kant1
Member
Registered: 2006-11-28
Posts: 57

Re: Arch on Eee PC

Hey, does anyone have a streamlined mkinitcpio.conf for the Eee pc?  Right now I have the default hooks (all of them).  Has anyone taken some out to speed up the booting process?

Offline

#309 2008-02-17 22:20:01

shrd
Member
Registered: 2008-01-23
Posts: 22

Re: Arch on Eee PC

the problem with stock kernel is udev uevents   delay : 20 seconds...  dont know why

Offline

#310 2008-02-18 04:28:50

dkite
Member
Registered: 2007-06-01
Posts: 62

Re: Arch on Eee PC

I've updated the kernel26 2.6.24 kernel modules. It uses the Openwrt madwifi set up for the .24 series kernel. It fixes the module unloading problems that broke the sleep. Please test on your machine.

I had to increase the timeouts in /etc/acpi/wlan.sh increasing the sleep 4 to sleep 6 after turning the radio on, before loading the modules. I tested it a couple of times and it seems ok.

The eeemodules are in AUR.

I appreciate the feedback. This is a neat project, which I hope becomes unnecessary as the various modules and code are added to the upstream projects.

http://members.shaw.ca/dkite

Derek

Offline

#311 2008-02-18 11:46:23

faelar
Member
From: Amiens (FR)
Registered: 2007-12-18
Posts: 232
Website

Re: Arch on Eee PC

Hum... well.
Suspend works, but the wifi doesn't.
The blue light goes on, but ifconfig shows only lo and eth0.

Last edited by faelar (2008-02-18 11:47:12)

Offline

#312 2008-02-18 15:34:09

dkite
Member
Registered: 2007-06-01
Posts: 62

Re: Arch on Eee PC

faelar wrote:

Hum... well.
Suspend works, but the wifi doesn't.
The blue light goes on, but ifconfig shows only lo and eth0.

In /etc/acpi/wlan.sh try playing with the sleep values. I gave it a bit more time to settle, and it seems to work.

Derek

Offline

#313 2008-02-18 16:01:18

Theq629
Member
Registered: 2007-01-04
Posts: 10

Re: Arch on Eee PC

kant1 wrote:

Hey, does anyone have a streamlined mkinitcpio.conf for the Eee pc?  Right now I have the default hooks (all of them).  Has anyone taken some out to speed up the booting process?

I seem to be getting away with using mostly manual module choices:

MODULES="ata_generic ahci ata_piix ext2 ext3 jbd mbcache usb_storage ide_core sd_mod ehci_hcd uhci_hcd usbcore libata reiserfs"
HOOKS="base eeehd uresume"

My eeehd hook just does some mknodding to make devices available for uresume, and I think is not needed for a regular boot.

The major slowdown on a regular boot seems to be loading udev after the ramdisk stage, though.

Offline

#314 2008-02-18 16:34:37

Garuma
Member
Registered: 2008-02-17
Posts: 2

Re: Arch on Eee PC

Suspend is working again with your changes dkite, thanks !

Offline

#315 2008-02-18 17:59:27

luipugs
Member
Registered: 2008-02-18
Posts: 7

Re: Arch on Eee PC

ok everyone, i really really really want this to work.

i tried the instructions here: Install from USB stick. i was successfully able to boot arch linux in eee pc. when i tried to issue

modprobe usb-storage

i get the message "could not load /lib/modules/2.6.22-arch/modules.dep"

i also tried to use

mount /dev/sd[x] /src

(i am pretty sure my usb is sda1, but i can't see sda1 in /dev.)
but i encountered a message to the effect that i have to specify the filetype. so i tried

mount -t autofs /dev/sd[x] /src

but i get an error like "wrong fs type, bad option, bad superblock"

-t vfat and -t msdos also does not work.

i have no idea why no other person seems to have my problem. sad i could really appreciate if someone can help me with this.

Offline

#316 2008-02-18 20:03:03

mitchell
Member
Registered: 2006-10-15
Posts: 18

Re: Arch on Eee PC

fdisk -l

should tell you where your USB disk is. I've found modprobe is unnecessary and can 'mount -t vfat /dev/sdb1 /src' right away.

Offline

#317 2008-02-18 21:52:39

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Arch on Eee PC

I've added the link to our Wiki page (which I think is better) to http://wiki.eeeuser.com/installingarchlinux

Fun thing, I've registered on that forum when there was <50 users, but still don't have an Eee. hmm


to live is to die

Offline

#318 2008-02-18 22:58:15

once
Member
From: Taiwan
Registered: 2006-09-12
Posts: 266

Re: Arch on Eee PC

Romashka wrote:

Fun thing, I've registered on that forum when there was <50 users, but still don't have an Eee. hmm

me too, even I'm in Taiwan.

Offline

#319 2008-02-19 01:10:00

dkite
Member
Registered: 2007-06-01
Posts: 62

Re: Arch on Eee PC

luipugs wrote:

ok everyone, i really really really want this to work.

i tried the instructions here: Install from USB stick. i was successfully able to boot arch linux in eee pc. when i tried to issue

modprobe usb-storage

i get the message "could not load /lib/modules/2.6.22-arch/modules.dep"

i also tried to use

mount /dev/sd[x] /src

(i am pretty sure my usb is sda1, but i can't see sda1 in /dev.)
but i encountered a message to the effect that i have to specify the filetype. so i tried

mount -t autofs /dev/sd[x] /src

but i get an error like "wrong fs type, bad option, bad superblock"

-t vfat and -t msdos also does not work.

i have no idea why no other person seems to have my problem. sad i could really appreciate if someone can help me with this.

Run

dmesg | grep sd

to find out where your drives are. Did you create the partitions with cfdisk?

Derek

Offline

#320 2008-02-19 02:01:19

luipugs
Member
Registered: 2008-02-18
Posts: 7

Re: Arch on Eee PC

@dkite:

i skipped the cfdisk and used mkfs.vfat -F 16 /dev/sda1 immediately.

ok, so i didn't do everything to the letter (ehehe, scratches head...)

i'll report on my next progress when i get home.

Offline

#321 2008-02-19 04:53:04

toofishes
Developer
From: Chicago, IL
Registered: 2006-06-06
Posts: 602
Website

Re: Arch on Eee PC

My Eee should be showing up tomorrow, so hope a dev is welcome in your little circle of friends. smile

It might take me a bit to get up to speed with everything here, but I'll be glad to contribute once I get my bearings. I'm also planning on putting together my own kernel package which will be ideal for a stock Eee PC- meaning no highmem overhead, no SMP code, optimized for Pentium-M, and killing off a lot of the modular drivers. Any stock hardware will also have the drivers compiled in. I'll probably compile a glibc optimized for Pentium M as well, as that will enable use of MMX, SSE, and SSE2 instruction sets which are known to give speedups in things like memcpy.

Offline

#322 2008-02-19 05:56:52

ise
Developer
From: Karlsruhe / Germany
Registered: 2005-10-06
Posts: 404
Website

Re: Arch on Eee PC

toofishes wrote:

My Eee should be showing up tomorrow, so hope a dev is welcome in your little circle of friends. smile

Mine has come yesterday smile ArchLinux is already installed. I think we are welcomed here....I think. big_smile

toofishes wrote:

It might take me a bit to get up to speed with everything here, but I'll be glad to contribute once I get my bearings. I'm also planning on putting together my own kernel package which will be ideal for a stock Eee PC- meaning no highmem overhead, no SMP code, optimized for Pentium-M, and killing off a lot of the modular drivers. Any stock hardware will also have the drivers compiled in. I'll probably compile a glibc optimized for Pentium M as well, as that will enable use of MMX, SSE, and SSE2 instruction sets which are known to give speedups in things like memcpy.

I have thought about the same idea, but first I have to setup everything on my EEE...not finished yet.

@Toofishes: If you received your EEE, let me know...

Daniel

Offline

#323 2008-02-19 10:20:12

faelar
Member
From: Amiens (FR)
Registered: 2007-12-18
Posts: 232
Website

Re: Arch on Eee PC

I would like to launch gscreenshot when using the printscreen button, but I can't find anywhere the keycode. I suppose one line in /etc/acpi/hotkey.sh will do the trick, if someone can help me with that. Thank you smile

And a stupid, non-hardware related question, just for fun. What is the color of your EEEPC ? Mine is a black galaxy one ^^

hope a dev is welcome in your little circle of friends

Is there really somewhere where an arch-dev isn't welcome ? wink

Last edited by faelar (2008-02-19 10:20:30)

Offline

#324 2008-02-19 15:08:40

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Eee PC

Welcome to the club ise, toofishes! big_smile

toofishes: That idea of your custom kernel sounds exciting, can't wait to try it out. smile

Last edited by zodmaner (2008-02-19 15:11:19)

Offline

#325 2008-02-19 16:19:48

ise
Developer
From: Karlsruhe / Germany
Registered: 2005-10-06
Posts: 404
Website

Re: Arch on Eee PC

zodmaner wrote:

Welcome to the club ise, toofishes! big_smile

Thanks zodmaner.... big_smile

Now everything is configured and my EEE runs like a charm. smile Thanks to all the people who have made the wiki entry and thanks to dkite for the package so far. Keep up the good work....Now my fine tuning begins... big_smile

Offline

Board footer

Powered by FluxBB