public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] HPT366 Drivers in install kernel?
@ 2001-01-29 11:54 Steven Stillaway
  2001-01-29 12:04 ` Achim Gottinger
  0 siblings, 1 reply; 6+ messages in thread
From: Steven Stillaway @ 2001-01-29 11:54 UTC (permalink / raw
  To: gentoo-dev

Hi,

I am looking at installing gentoo.  I want to try and install it on a
machine with the root partition on a disk using the HPT366 controller.

Do you have the drivers for this compiled into your default install
kernel?

This would make life easy, but if not then I can do an existing install on
that partition and then upgrade to gentoo.

-----------------------
Steven Stillaway
steve@stillaway.net




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] HPT366 Drivers in install kernel?
  2001-01-29 11:54 [gentoo-dev] HPT366 Drivers in install kernel? Steven Stillaway
@ 2001-01-29 12:04 ` Achim Gottinger
  2001-01-29 12:08   ` Steven Stillaway
  2001-01-29 12:16   ` drobbins
  0 siblings, 2 replies; 6+ messages in thread
From: Achim Gottinger @ 2001-01-29 12:04 UTC (permalink / raw
  To: gentoo-dev

Steven Stillaway wrote:

> Hi,
>
> I am looking at installing gentoo.  I want to try and install it on a
> machine with the root partition on a disk using the HPT366 controller.
>
> Do you have the drivers for this compiled into your default install
> kernel?

Is this an scsi controller? We compiled in scsi-support for
adaptec/symbios/ncr controllers. All other
controllers are avaliable as modules.
So typing modprob [HPT366 controler module] should work.
After you have configured everything as described in the install-guide, copy
the linux-sources-2.4.1-_pre8.tbz2 to your root disk. Chroot to that
partition, install the kernel package ( ">pkgmerge
linux-sources-2.4.1_pre8.tbz2"),
cd to /usr/src/linux , build and install your kernel. Leave the chrooted
environment and configure the bootmanager.

achim~

>
>
> This would make life easy, but if not then I can do an existing install on
> that partition and then upgrade to gentoo.
>
> -----------------------
> Steven Stillaway
> steve@stillaway.net
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] HPT366 Drivers in install kernel?
  2001-01-29 12:04 ` Achim Gottinger
@ 2001-01-29 12:08   ` Steven Stillaway
  2001-01-29 12:20     ` Achim Gottinger
  2001-01-29 12:16   ` drobbins
  1 sibling, 1 reply; 6+ messages in thread
From: Steven Stillaway @ 2001-01-29 12:08 UTC (permalink / raw
  To: gentoo-dev

It is a ATA66 IDE controller that requires a special kernel addition.

This was a patch in the 2.2 kernels, but it is included as an option in
the 2.4 kernels

On Mon, 29 Jan 2001, Achim Gottinger wrote:

> Steven Stillaway wrote:
>
> > Hi,
> >
> > I am looking at installing gentoo.  I want to try and install it on a
> > machine with the root partition on a disk using the HPT366 controller.
> >
> > Do you have the drivers for this compiled into your default install
> > kernel?
>
> Is this an scsi controller? We compiled in scsi-support for
> adaptec/symbios/ncr controllers. All other
> controllers are avaliable as modules.
> So typing modprob [HPT366 controler module] should work.
> After you have configured everything as described in the install-guide, copy
> the linux-sources-2.4.1-_pre8.tbz2 to your root disk. Chroot to that
> partition, install the kernel package ( ">pkgmerge
> linux-sources-2.4.1_pre8.tbz2"),
> cd to /usr/src/linux , build and install your kernel. Leave the chrooted
> environment and configure the bootmanager.
>
> achim~
>
> >
> >
> > This would make life easy, but if not then I can do an existing install on
> > that partition and then upgrade to gentoo.
> >
> > -----------------------
> > Steven Stillaway
> > steve@stillaway.net
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev
>




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] HPT366 Drivers in install kernel?
  2001-01-29 12:04 ` Achim Gottinger
  2001-01-29 12:08   ` Steven Stillaway
@ 2001-01-29 12:16   ` drobbins
  1 sibling, 0 replies; 6+ messages in thread
From: drobbins @ 2001-01-29 12:16 UTC (permalink / raw
  To: gentoo-dev

On Mon, Jan 29, 2001 at 07:35:40PM +0100, Achim Gottinger wrote:
> Steven Stillaway wrote:
> 
> > Hi,
> >
> > I am looking at installing gentoo.  I want to try and install it on a
> > machine with the root partition on a disk using the HPT366 controller.
> >
> > Do you have the drivers for this compiled into your default install
> > kernel?

> Is this an scsi controller? We compiled in scsi-support for
> adaptec/symbios/ncr controllers. All other controllers are avaliable as
> modules.  So typing modprob [HPT366 controler module] should work.  After you
> have configured everything as described in the install-guide, copy the
> linux-sources-2.4.1-_pre8.tbz2 to your root disk. Chroot to that partition,
> install the kernel package ( ">pkgmerge linux-sources-2.4.1_pre8.tbz2"), cd
> to /usr/src/linux , build and install your kernel. Leave the chrooted
> environment and configure the bootmanager.

It's an UltraATA-66 IDE controller.  As far as I know, most controllers will
be recognized by the Generic IDE driver, even without compiled-in support.
At least this is true of the Promise Ultra-100 card I'm using now.  You only
need the special Promise support if you need Linux to recognize more than
one adapter.  Also, I do believe that our bootdisk kernel has Highpoint
support enabled.  Yep, it looks like it's in there.

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
President/CEO					http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] HPT366 Drivers in install kernel?
  2001-01-29 12:08   ` Steven Stillaway
@ 2001-01-29 12:20     ` Achim Gottinger
  2001-01-29 12:52       ` Steven Stillaway
  0 siblings, 1 reply; 6+ messages in thread
From: Achim Gottinger @ 2001-01-29 12:20 UTC (permalink / raw
  To: gentoo-dev

Steven Stillaway wrote:

> It is a ATA66 IDE controller that requires a special kernel addition.

Ok, Generic PCI bus-master DMA support is turned of in the boot kernel.
I took a quick look into the drivers help and have one question. Do you need the
Boot off-board chipset first support to boot ?
I can send you a special kernel for your controller if you want.

achim~

>
>
> This was a patch in the 2.2 kernels, but it is included as an option in
> the 2.4 kernels
>
> On Mon, 29 Jan 2001, Achim Gottinger wrote:
>
> > Steven Stillaway wrote:
> >
> > > Hi,
> > >
> > > I am looking at installing gentoo.  I want to try and install it on a
> > > machine with the root partition on a disk using the HPT366 controller.
> > >
> > > Do you have the drivers for this compiled into your default install
> > > kernel?
> >
> > Is this an scsi controller? We compiled in scsi-support for
> > adaptec/symbios/ncr controllers. All other
> > controllers are avaliable as modules.
> > So typing modprob [HPT366 controler module] should work.
> > After you have configured everything as described in the install-guide, copy
> > the linux-sources-2.4.1-_pre8.tbz2 to your root disk. Chroot to that
> > partition, install the kernel package ( ">pkgmerge
> > linux-sources-2.4.1_pre8.tbz2"),
> > cd to /usr/src/linux , build and install your kernel. Leave the chrooted
> > environment and configure the bootmanager.
> >
> > achim~
> >
> > >
> > >
> > > This would make life easy, but if not then I can do an existing install on
> > > that partition and then upgrade to gentoo.
> > >
> > > -----------------------
> > > Steven Stillaway
> > > steve@stillaway.net
> > >
> > > _______________________________________________
> > > gentoo-dev mailing list
> > > gentoo-dev@gentoo.org
> > > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> >
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> >
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] HPT366 Drivers in install kernel?
  2001-01-29 12:20     ` Achim Gottinger
@ 2001-01-29 12:52       ` Steven Stillaway
  0 siblings, 0 replies; 6+ messages in thread
From: Steven Stillaway @ 2001-01-29 12:52 UTC (permalink / raw
  To: gentoo-dev

I don't need to boot off the disk (I already have GRUB installed and it is
located on a different disk) I just need the kernel to be able to mount
the root partition off of the HPT366.  So I think everything should work
fine.

On Mon, 29 Jan 2001, Achim Gottinger wrote:

> Steven Stillaway wrote:
>
> > It is a ATA66 IDE controller that requires a special kernel addition.
>
> Ok, Generic PCI bus-master DMA support is turned of in the boot kernel.
> I took a quick look into the drivers help and have one question. Do you need the
> Boot off-board chipset first support to boot ?
> I can send you a special kernel for your controller if you want.
>
> achim~
>
> >
> >
> > This was a patch in the 2.2 kernels, but it is included as an option in
> > the 2.4 kernels
> >
> > On Mon, 29 Jan 2001, Achim Gottinger wrote:
> >
> > > Steven Stillaway wrote:
> > >
> > > > Hi,
> > > >
> > > > I am looking at installing gentoo.  I want to try and install it on a
> > > > machine with the root partition on a disk using the HPT366 controller.
> > > >
> > > > Do you have the drivers for this compiled into your default install
> > > > kernel?
> > >
> > > Is this an scsi controller? We compiled in scsi-support for
> > > adaptec/symbios/ncr controllers. All other
> > > controllers are avaliable as modules.
> > > So typing modprob [HPT366 controler module] should work.
> > > After you have configured everything as described in the install-guide, copy
> > > the linux-sources-2.4.1-_pre8.tbz2 to your root disk. Chroot to that
> > > partition, install the kernel package ( ">pkgmerge
> > > linux-sources-2.4.1_pre8.tbz2"),
> > > cd to /usr/src/linux , build and install your kernel. Leave the chrooted
> > > environment and configure the bootmanager.
> > >
> > > achim~
> > >
> > > >
> > > >
> > > > This would make life easy, but if not then I can do an existing install on
> > > > that partition and then upgrade to gentoo.
> > > >
> > > > -----------------------
> > > > Steven Stillaway
> > > > steve@stillaway.net
> > > >
> > > > _______________________________________________
> > > > gentoo-dev mailing list
> > > > gentoo-dev@gentoo.org
> > > > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> > >
> > >
> > > _______________________________________________
> > > gentoo-dev mailing list
> > > gentoo-dev@gentoo.org
> > > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> > >
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev
>




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-01-29 19:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-29 11:54 [gentoo-dev] HPT366 Drivers in install kernel? Steven Stillaway
2001-01-29 12:04 ` Achim Gottinger
2001-01-29 12:08   ` Steven Stillaway
2001-01-29 12:20     ` Achim Gottinger
2001-01-29 12:52       ` Steven Stillaway
2001-01-29 12:16   ` drobbins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox