You are not logged in.
Pages: 1
For your information, the most current stable linux kernel is 2.6.0.
Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details
Offline
good news! maybe arch linux will upgrade to 2.6.0 kernel
Offline
Will there be a stock 2.6 in Arch 0.6/current?
Offline
2.6.0 is so popular kernel.org is using almost 250mbit/s out of 250mbit/s
Offline
Will there be a stock 2.6 in Arch 0.6/current?
would be great ... really :-)
EDIT:
Current bandwidth utilization 274.34 Mbit/s
EDIT2:
Current bandwidth utilization 311.22 Mbit/s
The impossible missions are the only ones which succeed.
Offline
Upgraded to it today. Very nice.
Its wierd. They removed the 2.4 kernel from kernel.org. That makes no sense. Im sure people will still want that for some time.
Lets hope for an arch package.
"Contrary to popular belief, penguins are not the salvation of modern technology. Neither do they throw parties for the urban proletariat."
Offline
Kernel 2.4 is still in kernel.org
And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.
Offline
They removed the 2.4 kernel from kernel.org.
Are u sure ? It's still there (ftp://ftp.kernel.org/pub/linux/kernel/v2.4)...
Offline
It was missing from the frontpage last night. I guess they added it back.
"Contrary to popular belief, penguins are not the salvation of modern technology. Neither do they throw parties for the urban proletariat."
Offline
Is the devfs config option still in 2.6? If not, then what device system will Arch Linux use?
Markku
Offline
It is, but it's marked as obsolete.
Offline
There's a kernel26 package in current, now.
WARNING: in classic Arch fashion, I've tested this package for upwards of 24 whole hours before releasing it, seeing as how most users who want to be on 2.6 already are. If are concerned about stability, stay with 2.4 for now. It is the default Arch kernel.
A few notes:
- module-init-tools replaces modutils, and will work with both kernel versions
- the kernel26 packages uses the '26' extension a lot (/boot/vmlinuz26, /boot/System.map26, /boot/kconfig26) so that 2.4 and 2.6 packages can coexist.
- if you experience weird hanging issues try booting with acpi=off. I've had ACPI freeze a couple of my boxes from time to time.
Quick steps to get 2.6-ified:
1) pacman -Syu (to make sure you have module-init-tools)
2) pacman -S kernel26
3) generate-modprobe.conf >/etc/modprobe.conf (or create your own)
4) Add this line to your /etc/fstab:
none /dev/pts devpts defaults 0 0
5) Create a lilo/grub entry for /boot/vmlinuz26
6) Reboot
I've been running the 2.6.0-test series on my thinkpad for the last 4 months. It's good times.
Offline
I think this is front page news.
Did the idea of optimized kernels ever get anywhere? I think building like 3 or 4 different kernels wouldn't be too hard. There aren't releases every week or anything.
"Contrary to popular belief, penguins are not the salvation of modern technology. Neither do they throw parties for the urban proletariat."
Offline
2.6.1 is rumored to be out within the next month or so though, since there are a ton of patches and stuff in the pipeline.
Also, the people that want an optimized kernel (more than just i686) should know how to compile and use their own. Hell, even *I* figured it out.
Offline
Also: What will Arch 0.6 be shipping with? Will it have a 2.6 option at least?
"Contrary to popular belief, penguins are not the salvation of modern technology. Neither do they throw parties for the urban proletariat."
Offline
Was there any reason behind not having ntfs built into the kernel? It was in there in previous kernels for arch.
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
Does the 2.6 kernel of the 2.6 package support sata disks??
And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.
Offline
I did my first try with 2.6 seeing lot of changes different from earlier kernels. In my taste, too many changes in one go . Here below is a link giving some ideas when migrating to 2.6 (described for RedHat but many points also apply to AL).
http://thomer.com/linux/migrate-to-2.6.html
Markku
Offline
All of those changes justify the new minor version. Hence it's 2.6, not 2.4.24
Nkawtg...n!
Offline
The 2.6.0 stable kernel supports sata fairly well from my experience. The silicon Image sata chip is still poorly supported and would be my last choice for a sata chip to use. I have tried the promise sata chips and they work great. All I did was enble it in the kernel under scsi and the drives were immediately recognized. I have tried this with an add-on board Promise S150 TX4 raid and an onboard Promise 378chip on an A64 Soltek board.
The trick is not wether 2.6.0 supports sata, cause it does. But please, and I stress this strongly, if you can use a different chip besides silicon image cause they blow.
All we need is a cd that can boot sata with raid 0 or raid in general and I will be set. So will many others, and I know if that was supported, Arch would grow quickly among hardware enthusiasts as it would be one if not the only distro to support that type of feature.
All you need for sata raid to work is a raidtab file, have raid 0 enabled in the kernel, and the sata driver enabled in the kernel for your specific chip. This is not possible with silicon image chips as they only transfer at 1.5mb and have two drivers in the kernel that are needed. To much hassle if you ask me. Stick with via, promise, Intel, Highpoint with your sata choices for chips or add-on cards, but I can for sure say that the promise carsd work.
Offline
Thanks, and I have a intel chipset.
I'll just have to wait for arch 0.6
And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.
Offline
I remember reading somewhere that there was native atapi cd burning in the new kernel? Is that true and do we just have to wait for applications to support it or what?
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
Hi,
yes there si native atapi support, here is the description from the config app about scsi emulation:
SCSI emulation support (BLK_DEV_IDESCSI)
WARNING: ide-scsi is no longer needed for cd writing applications!
The 2.6 kernel supports direct writing to ide-cd, which eliminates
the need for ide-scsi + the entire scsi stack just for writing a
cd. The new method is more efficient in every way.
Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux
Offline
Pages: 1