archlinux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| archlinux [2012/11/21 21:14] – fly-away | archlinux [2014/06/21 17:40] (current) – santox | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====ArchLinux arm installation on toshiba ac100==== | ====ArchLinux arm installation on toshiba ac100==== | ||
| + | |||
| + | **UPDATE:** [[U-BOOT CM11 and ArchLinux multiboot]] | ||
| + | |||
| I used [[http:// | I used [[http:// | ||
| [[http:// | [[http:// | ||
| and [[http:// | and [[http:// | ||
| + | |||
| + | **UPDATE:** the kernel links above are now dead, after wasting a lot of time to find and install a prebuild up-to-date kernel, i finally compiled it by myself, using mainline git kernel; see [[U-BOOT CM11 and ArchLinux multiboot]] for detailed instructions | ||
| On my system there were ubuntu on emmc; so installed arch on SD. | On my system there were ubuntu on emmc; so installed arch on SD. | ||
| Line 14: | Line 19: | ||
| cd ~/Downloads | cd ~/Downloads | ||
| wget http:// | wget http:// | ||
| - | http:// | + | http:// |
| | | ||
| ===Untarring fs on SD=== | ===Untarring fs on SD=== | ||
| Line 35: | Line 40: | ||
| rm / | rm / | ||
| pacman -U / | pacman -U / | ||
| + | | ||
| + | abootimg --create / | ||
| + | -k / | ||
| + | -r / | ||
| + | -f / | ||
| Now you should find out which partition is you bootpart | Now you should find out which partition is you bootpart | ||
| run | run | ||
| for f in / | for f in / | ||
| - | For me output was like **/ | + | For me output was like **/ |
| So, lets write kernel and initramfs here: | So, lets write kernel and initramfs here: | ||
| dd if=/ | dd if=/ | ||
| Line 59: | Line 69: | ||
| === WIFI === | === WIFI === | ||
| + | |||
| + | | ||
| + | **UPDATE**: unfortunately latest ArchLinuxARM-trimslice-latest.tar.gz image lacks some useful packages, needed to bring up wifi; so i downloaded (from ' | ||
| + | pacman -U dialog-1_1.2_20140219-1-armv7h.pkg.tar.tar libnl-3.2.24-1.1-armv7h.pkg.tar.tar rfkill-0.5-1-armv7h.pkg.tar.tar wpa_supplicant-2.1-3.1-armv7h.pkg.tar.tar | ||
| + | |||
| + | now you can proceed configuring wifi connection, you can use wifi-menu or directly wpa_supplicant | ||
| + | |||
| tweak / | tweak / | ||
| <file - wpa_supplicant.conf> | <file - wpa_supplicant.conf> | ||
| Line 86: | Line 103: | ||
| dhcpcd wlan0 | dhcpcd wlan0 | ||
| | | ||
| + | |||
| + | |||
| + | |||
| === GSM Modem === | === GSM Modem === | ||
| pppd and chat stuff for 3G modem connection | pppd and chat stuff for 3G modem connection | ||
| Line 137: | Line 157: | ||
| lxtask htop laptop-mode-tools laptop-detect powertop lightdm lightdm-gtk-greeter | lxtask htop laptop-mode-tools laptop-detect powertop lightdm lightdm-gtk-greeter | ||
| # You can use wifi-menu or wicd instead of network-manager | # You can use wifi-menu or wicd instead of network-manager | ||
| - | pacman -S networkmanager network-manager-applet gnome-keyring | + | pacman -S networkmanager network-manager-applet gnome-keyring |
| ====Create a user==== | ====Create a user==== | ||
| Line 163: | Line 183: | ||
| ====OpenGLES2 and hardware video decoding==== | ====OpenGLES2 and hardware video decoding==== | ||
| - | Attention: as for now, GLES drivers break my xft fonts displaying. | + | ===Preamble=== |
| - | So this section targeted at developers, not at users. | + | < |
| - | If you have problems with this stuff, just remove nvidia-tegra package. | + | <span style=" |
| + | Attention: This section targeted at developers, not at users. | ||
| + | If you have problems with this stuff, just remove nvidia-tegra package.< | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | As for now, you should downgrade you xorg-server package cause of use-pixman-glyph-cache.patch [[https:// | ||
| + | in newer (1.13.0-4 and 1.13.0.901-1) package versions to avoid font rendering problems.\\ | ||
| + | Latest known working version 1.13.0-3 available in **fly-ac100** repo (see below)\\ | ||
| + | \\ | ||
| + | Also, good gles2 experience could be achieved only with 3.1.10-l4t-r2 kernel, that does not support suspend/ | ||
| + | |||
| + | ===Lets start=== | ||
| You may add repo **fly-ac100** into you **/ | You may add repo **fly-ac100** into you **/ | ||
| \\ Source pkgbuilds: [[https:// | \\ Source pkgbuilds: [[https:// | ||
| | | ||
| [fly-ac100] | [fly-ac100] | ||
| - | Server = http:// | + | Server = http:// |
| Install sortware from new repo: | Install sortware from new repo: | ||
| - | pacman -S nvidia-tegra totem-gst libegl libgles libva mesa-demos-git gnome-media | + | pacman -Sy fly-ac100/ |
| + | |||
| + | Update contents of you boot partition with dd to use new kernel, as pacman output says.\\ | ||
| + | |||
| + | |||
| + | Also add to your **/ | ||
| + | IgnorePkg | ||
| + | to mask xorg-server package for updates.\\ | ||
| + | Ok, time to boot into new kernel | ||
| + | reboot #all gonna be ok | ||
| - | Also see | + | Also see [[hw_accelerated_video_playback# |
| - | [[hw_accelerated_video_playback# | + | |
| ====Want to go further with archlinux==== | ====Want to go further with archlinux==== | ||
| [[https:// | [[https:// | ||
| Line 183: | Line 223: | ||
| ====Problems and todo==== | ====Problems and todo==== | ||
| - | * Artefacts and fonts problems | + | * Artefacts and in X when using GLES. |
| - | * Some programs | + | * Some programs |
archlinux.1353528855.txt.gz · Last modified: by fly-away
