Hi !
I have successfully installed the latest armV5 release. I have done the following to make lxde working :
- Code: Select all
pacman -Sy xorg-xserver xf86-video-vesa fbset lxde
Xorg :0 &
fbset -pixelclock 1
DISPLAY=:0 startlxde
Now I have to make touchscreen working ( include CY8CTM395 touchscreen kernel module ).
To make WiFi working, you have to chroot into archlinux rootfs (on WebOS) and install wireless-tools.
Then, put the following into /etc/rc.local
- Code: Select all
insmod /lib/modules/2.6.35-palm-tenderloin/kernel/net/wifi/ar6000.ko
sleep 3
iwconfig eth0 mode managed key <your-wep-key> ESSID <yourESSID>
sleep 1
dhcpcd eth0
If you want to ssh into your tablet you have to install openssh and disable Wireless power saving :
- Code: Select all
pacman -Sy openssh
echo "iwconfig eth0 power off" >> /etc/rc.local