You are not logged in.
Pages: 1
Greetings,
I am trying to use Paragon NTFS & HFS+ for Linux 8.x Express, however, it requires the 2.6 kernel -- kernel26-lts seems to be gone and replaced by kernel-lts which is a 3.0 kernel. Is there any way to install a 2.6 kernel without having to compile it myself? I looked at kernel.org and the latest stable is 2.6.35.13 however none of the AUR 2.6 kernels use this, they are all on .38 or newer -- plus i am not sure which is a good one to use.
Anyone out there using a 2.6 kernel still or have advice on how to go about getting one up and running?
thanks!
Adam
Last edited by adambot (2012-07-22 02:05:42)
Offline
If you install from the AUR, then you'll be compiling the kernels yourself anyway. If you need a specific kernel, grab a relevant AUR PKGBUILD and modify it to suit your needs.
"Compiling" isn't a dirty word. You can use the ABS/AUR to compile packages to your heart's content.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
"Compiling" isn't a dirty word. You can use the ABS/AUR to compile packages to your heart's content.
I'm not afraid of compiling -- i'm a gentoo convert
however, i was hoping there was an easier way than to have to make my own kernel... Where can i find the official .config from the last supported kernel26-lts package?
thanks!
Adam
Offline
ARM has e.g. kernel26-lts-2.6.27.38-1 but http://www.archlinux.org/news/minimum-k … ment-2632/
It has kernel26-lts-2.6.32.xx versions too + you can pick the regular kernel26.
https://wiki.archlinux.org/index.php/Do … ckages#ARM
Last edited by karol (2012-07-21 22:57:12)
Offline
There is a rtai-kernel in the AUR, but it tries to include every architecture. Maybe a modification of the PKGBUILD will get things down to size.
Last edited by nomorewindows (2012-07-21 23:19:42)
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
ARM has e.g. kernel26-lts-2.6.27.38-1 but http://www.archlinux.org/news/minimum-k … ment-2632/
It has kernel26-lts-2.6.32.xx versions too + you can pick the regular kernel26.
this looks PERFECT!! the only other question i have then is are there such things as source packages? i am trying to find the official PKGBUILD -- are those accessable via ARM?
thanks again!!
Offline
You mean like https://wiki.archlinux.org/index.php/ABS?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
You mean like https://wiki.archlinux.org/index.php/ABS?
according to that i have to:
Run abs as root to create the ABS tree by synchronizing it with the Arch Linux server.
is there any way to sync it with an ARM server instead?
Offline
is there any way to sync it with an ARM server instead?
You can get a single PKGBUILD of a specific version from the GIT repository:
26-lts: https://projects.archlinux.org/svntogit … rnel26-lts
26: https://projects.archlinux.org/svntogit … s/kernel26
Last edited by progandy (2012-07-22 01:57:37)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
You can get a single PKGBUILD of a specific version from the GIT repository:
26-lts: https://projects.archlinux.org/svntogit … rnel26-lts
26: https://projects.archlinux.org/svntogit … s/kernel26
Perfect -- marked as solved -- thank you to everyone for all your help!!
Offline
Pages: 1