On Thu, 2004-02-12 at 04:35, jason pearl wrote: > On Wed, 11 Feb 2004 14:35:14 +0100 > Sturla Holm Hansen <sturlahh@xxxxxxxxx> wrote: > > |> On Wed, 2004-02-11 at 03:17, Sturla Holm Hansen wrote: > |> > Has anyone here successfully compiled the hpt-374 driver from source on > |> > the 2.6-kernel? > |> > If so: HOW? > |> > > |> > Sturla > |> > > |> > |> Answering my own post here: Never mind, just got an email from > |> highpointtech saying the driver doesn't work with the 2.6-branch.... > |> It will soon... > |> > |> Sturla > |> > |> > |> -- > |> fedora-list mailing list > |> fedora-list@xxxxxxxxxx > |> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > |> > did you get it working with a 2.4 kernel besides the stock RH 9? I cant get > my 374 drivers installed and when i sent highpoint a message i never got a > reply.. Yes, I've running it with 2.4.22-2149.ntpl now, just install the kernel and the kernel-source, in /usr/src make a link called linux that points to the appropiate kernel, in the directory of the driver run "make RR154X=0" (if you don't have sata, if you do just run make, if you have athlon append ATHLON=1). This produces hpt374.o, copy this to /lib/modules/<kernel-ver>/kernel/drivers/ide/raid/ run mkinitrd /boot/initrd-<kernel-ver>.img <kernel-ver> Edit lilo.conf/grub.conf and you should be all set... Sturla