I've seen quite a few Eee-related packages on AUR. Is there a recommended repo with binary versions I can use? Ideally I'd like to avoid havig to compile on my Eee, I'd also like to avoid having to install a 32-bit desktop system just to compile for my Eee :-) /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
Why would you install a desktop system trough AUR? The only repo I would recommend is toofishes repo for the custom kernel, you probably already have that one? I don't think there exists a repo mirroring every entry in AUR, on the other side I don't think you're need to utilize packages from AUR is so great that you don't have the time to compile a few packages. What packages are thinking about? - Svein 2009/7/4 Magnus Therning <magnus@therning.org>
I've seen quite a few Eee-related packages on AUR. Is there a recommended repo with binary versions I can use?
Ideally I'd like to avoid havig to compile on my Eee, I'd also like to avoid having to install a 32-bit desktop system just to compile for my Eee :-)
/M
-- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
Why would you install a desktop system trough AUR? The only repo I would recommend is toofishes repo for the custom kernel, you probably already have that one?
I don't think there exists a repo mirroring every entry in AUR, on the other side I don't think you're need to utilize packages from AUR is so great that you don't have the time to compile a few packages. What
On Saturday 04 July 2009 23:46, Svein Tonning wrote: packages
are thinking about?
- Svein
and there is always [zen-eee] for the 901 series http://wiki.archlinux.org/index.php/Asus_Eee_PC_901#Option_1:__Install_preco... eee901_kernel_for_the_EEE_901 i think it has asus-osd and some other utils apart from the custom kernel -- If we could implement a physical system with the storage capacity that matches the 128-bit address range of ZFS, that we would "literally evaporate all the oceans on earth". [...] Okay. The oceans are history! So are we. But ZFS will live forever. Dave Brillhart
On Sat, Jul 4, 2009 at 9:46 PM, Svein Tonning<svein.tonning@gmail.com> wrote:
Why would you install a desktop system trough AUR? The only repo I would recommend is toofishes repo for the custom kernel, you probably already have that one?
Nope, I don't have that one. I only found mention of one repo: [edgy] Server=http://www.ihku.biz/arch/edgy It seems to only contain a very outdated kernel.
I don't think there exists a repo mirroring every entry in AUR, on the other side I don't think you're need to utilize packages from AUR is so great that you don't have the time to compile a few packages. What packages are thinking about?
I'm not asking for a binary repo of _every_ package on AUR, only the eee-related ones, such as kernel, acpi, etc. /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
On Sun, Jul 5, 2009 at 2:29 AM, Magnus Therning<magnus@therning.org> wrote:
I've seen quite a few Eee-related packages on AUR. Is there a recommended repo with binary versions I can use?
Ideally I'd like to avoid havig to compile on my Eee, I'd also like to avoid having to install a 32-bit desktop system just to compile for my Eee :-)
Which packages are you thinking about? - laptop-mode-tools-superhe, acpi-eeepc-generic, acpi-eee* - shell script, no compilation - eee-control - python, no compilation (afaik it has no binary components). - kernel: Atom based eee: Use the kernel in [core], it has everything. Celeron based eee: Dan's repository[1]. - kernel modules: Most in the AUR are outdated or already merged to vanilla - kernel26 in [core]. Even then, most packages in the are a few minutes compile. I'm using my eee as my primary dev machine at the moment. James [1] http://www.toofishes.net/blog/arch-eee-repository/ Best for Celeron based eees (700 and some 900?) only. Last time I checked there was no HT support which the Atom gains significant benefits due to it's in-order architecture.
i am looking into writing udev rules to permanently symlink /dev/dvd and /dev/cd to /dev/sr0 by following this page http://www.reactivated.net/writing_udev_rules.html#udevinfo however i can't find udevinfo. pacman -Ql udev|grep bin udev /bin/ udev /bin/resolve-modalias udev /sbin/ udev /sbin/udevadm udev /sbin/udevd pacman -Qi udev|grep -i version Version : 141-3 but the same version of udevinfo in fedora 11 includes udevinfo. So i am a bit confused. Does archlinux not provide udevinfo or has it been moved to other package ?
Partha Chowdhury (2009-07-05 17:37):
i am looking into writing udev rules to permanently symlink /dev/dvd and /dev/cd to /dev/sr0 by following this page http://www.reactivated.net/writing_udev_rules.html#udevinfo
however i can't find udevinfo.
pacman -Ql udev|grep bin
udev /bin/ udev /bin/resolve-modalias udev /sbin/ udev /sbin/udevadm udev /sbin/udevd
pacman -Qi udev|grep -i version
Version : 141-3
but the same version of udevinfo in fedora 11 includes udevinfo.
So i am a bit confused. Does archlinux not provide udevinfo or has it been moved to other package ?
Just try udevadm: $ udevadm info -- -- Rogutės Sparnuotos
Partha Chowdhury wrote:
i am looking into writing udev rules to permanently symlink /dev/dvd and /dev/cd to /dev/sr0 by following this page http://www.reactivated.net/writing_udev_rules.html#udevinfo
however i can't find udevinfo.
pacman -Ql udev|grep bin
udev /bin/ udev /bin/resolve-modalias udev /sbin/ udev /sbin/udevadm udev /sbin/udevd
pacman -Qi udev|grep -i version
Version : 141-3
but the same version of udevinfo in fedora 11 includes udevinfo.
So i am a bit confused. Does archlinux not provide udevinfo or has it been moved to other package ?
udevadm help info query sysfs or the udev database -- Ionut
On Sun, Jul 05, 2009 at 03:27:11PM +0300, Biru Ionut wrote:
udevadm help
info query sysfs or the udev database
Thanks for the help. udevadm info -a -p /sys/block/sr0 did the trick !
participants (7)
-
Biru Ionut
-
Ed Jobs
-
James Rayner
-
Magnus Therning
-
Partha Chowdhury
-
Rogutės Sparnuotos
-
Svein Tonning