Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-11 Thread Svetoslav Slavtchev
  
   The problem is I need to install a driver. When I'm installing a page
 
 comes
   up and ask me to select a driver for hard/scsi. The first one on the 
 list
   is a 3ware driver there are more drivers after that. I tried alot of 
 them
   and keep getting an error message. I am using the new Western Digital
 
 SATA
   hard drive. Does someone know what to do?
  
  
 
 How about telling what SATA Controller you have?
 Or if you don't know, The exact model of the Motherboard will do...
 
 And if you don't know that either, What system do you have?
 Manufacturer? Model? 
 
 Without any more info, it's impossible to help
 
 
 Regards
 
 Thomas
 
 
 Hi,
 I am using a D875PBZ motherboard.
   From,
   Steven

Intel 875P / ICH5R chipset
so we probably need  Jeff Garzik's libata patches (which are in -ac )

ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/

best,

svetljo


-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-11 Thread d2ci1fj g1nf24



From: Svetoslav Slavtchev [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
Date: Thu, 11 Sep 2003 08:15:46 +0200 (MEST)
  
   The problem is I need to install a driver. When I'm installing a 
page

 comes
   up and ask me to select a driver for hard/scsi. The first one on 
the
 list
   is a 3ware driver there are more drivers after that. I tried alot 
of
 them
   and keep getting an error message. I am using the new Western 
Digital

 SATA
   hard drive. Does someone know what to do?
  
  
 
 How about telling what SATA Controller you have?
 Or if you don't know, The exact model of the Motherboard will do...
 
 And if you don't know that either, What system do you have?
 Manufacturer? Model? 
 
 Without any more info, it's impossible to help
 
 
 Regards
 
 Thomas
 
 
 Hi,
 I am using a D875PBZ motherboard.
   From,
   Steven

Intel 875P / ICH5R chipset
so we probably need  Jeff Garzik's libata patches (which are in -ac )
ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/

best,

svetljo

--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. 
e-Post


Hi,
-That is the right chipset.
-Which ones do I download?
-How do I install them?
_
Fast, faster, fastest: Upgrade to Cable or DSL today!   
https://broadband.msn.com




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-11 Thread Svetoslav Slavtchev
 
 
 
 From: Svetoslav Slavtchev [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
 Date: Thu, 11 Sep 2003 08:15:46 +0200 (MEST)
 

 The problem is I need to install a driver. When I'm installing a 
 page
  
   comes
 up and ask me to select a driver for hard/scsi. The first one on 
 the
   list
 is a 3ware driver there are more drivers after that. I tried alot
 
 of
   them
 and keep getting an error message. I am using the new Western 
 Digital
  
   SATA
 hard drive. Does someone know what to do?


   
   How about telling what SATA Controller you have?
   Or if you don't know, The exact model of the Motherboard will do...
   
   And if you don't know that either, What system do you have?
   Manufacturer? Model? 
   
   Without any more info, it's impossible to help
   
   
   Regards
   
   Thomas
   
   
   Hi,
   I am using a D875PBZ motherboard.
 From,
 Steven
 
 Intel 875P / ICH5R chipset
 so we probably need  Jeff Garzik's libata patches (which are in -ac )
 
 ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/
 
 best,
 
 svetljo
 
 
 --
 COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
 --
 1. GMX TopMail - Platz 1 und Testsieger!
 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. 
 e-Post
 
 
 
 Hi,
 -That is the right chipset.
 -Which ones do I download?
 -How do I install them?

for the latest cooker kernel(-source) you would need the patches against
2.4.23-pre1

and normaly the bigest revision means better drivers, but 3 revisions in one
day(modify date)
and i think he posted to the kernel mailing list only about rev1, so i'm not
sure
try   first 2.4.23-pre1-libata3.patch.bz2(latest rev)  if it has problems
2.4.23-pre1-libata1.patch.bz2 (the one mentioned on lkml)

how-to install (short)
urpmi kernel-source
cd /usr/src/linux
wget 
ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/2.4.23-pre1-libata3.patch.bz2
bzcat 2.4.23-pre1-libata3.patch.bz2 | patch -p1
make mrproper

make menuconfig or make xconfig
and select them in the  scsi section ( if you don't see your chipset look
for smth like ATA, enable it and they should apear)

make dep  make bzImage  make modules  make modules_install  make
install

reboot in the new kernel (2422-xmdkcustom)

longer  @ http://tldp.org/HOWTO/Kernel-HOWTO/index.html

best,

svetljo

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-11 Thread d2ci1fj g1nf24



From: Svetoslav Slavtchev [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
Date: Thu, 11 Sep 2003 08:53:12 +0200 (MEST)



 From: Svetoslav Slavtchev [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
 Date: Thu, 11 Sep 2003 08:15:46 +0200 (MEST)
 

 The problem is I need to install a driver. When I'm installing 
a
 page
  
   comes
 up and ask me to select a driver for hard/scsi. The first one 
on
 the
   list
 is a 3ware driver there are more drivers after that. I tried 
alot

 of
   them
 and keep getting an error message. I am using the new Western
 Digital
  
   SATA
 hard drive. Does someone know what to do?


   
   How about telling what SATA Controller you have?
   Or if you don't know, The exact model of the Motherboard will 
do...
   
   And if you don't know that either, What system do you have?
   Manufacturer? Model? 
   
   Without any more info, it's impossible to help
   
   
   Regards
   
   Thomas
   
   
   Hi,
   I am using a D875PBZ motherboard.
 From,
 Steven
 
 Intel 875P / ICH5R chipset
 so we probably need  Jeff Garzik's libata patches (which are in -ac )
 
 ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/
 
 best,
 
 svetljo
 
 
 --
 COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
 --
 1. GMX TopMail - Platz 1 und Testsieger!
 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8.
 e-Post
 
 

 Hi,
 -That is the right chipset.
 -Which ones do I download?
 -How do I install them?

for the latest cooker kernel(-source) you would need the patches against
2.4.23-pre1
and normaly the bigest revision means better drivers, but 3 revisions in 
one
day(modify date)
and i think he posted to the kernel mailing list only about rev1, so i'm 
not
sure
try   first 2.4.23-pre1-libata3.patch.bz2(latest rev)  if it has problems
2.4.23-pre1-libata1.patch.bz2 (the one mentioned on lkml)

how-to install (short)
urpmi kernel-source
cd /usr/src/linux
wget
ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/2.4.23-pre1-libata3.patch.bz2
bzcat 2.4.23-pre1-libata3.patch.bz2 | patch -p1
make mrproper
make menuconfig or make xconfig
and select them in the  scsi section ( if you don't see your chipset look
for smth like ATA, enable it and they should apear)
make dep  make bzImage  make modules  make modules_install  make
install
reboot in the new kernel (2422-xmdkcustom)

longer  @ http://tldp.org/HOWTO/Kernel-HOWTO/index.html

best,

svetljo

--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. 
e-Post

Hi,
I have downloaded the file. I don't have Mandrake 9.1 installed yet so I 
don't believe I can run all of those commands. I'm at the installation 
screen. Can I press F1 and enter them from there? Are there any drivers I 
can download for the motherboard instead?
 From,
   Steven

_
Express yourself with MSN Messenger 6.0 -- download now! 
http://www.msnmessenger-download.com/tracking/reach_general




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-11 Thread Svetoslav Slavtchev
 
 
 
 From: Svetoslav Slavtchev [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
 Date: Thu, 11 Sep 2003 08:53:12 +0200 (MEST)
 
  
  
  
   From: Svetoslav Slavtchev [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
   Date: Thu, 11 Sep 2003 08:15:46 +0200 (MEST)
   
  
   The problem is I need to install a driver. When I'm
 installing 
 a
   page

 comes
   up and ask me to select a driver for hard/scsi. The first one
 
 on
   the
 list
   is a 3ware driver there are more drivers after that. I tried 
 alot
  
   of
 them
   and keep getting an error message. I am using the new Western
   Digital

 SATA
   hard drive. Does someone know what to do?
  
  
 
 How about telling what SATA Controller you have?
 Or if you don't know, The exact model of the Motherboard will 
 do...
 
 And if you don't know that either, What system do you have?
 Manufacturer? Model? 
 
 Without any more info, it's impossible to help
 
 
 Regards
 
 Thomas
 
 
 Hi,
 I am using a D875PBZ motherboard.
   From,
   Steven
   
   Intel 875P / ICH5R chipset
   so we probably need  Jeff Garzik's libata patches (which are in -ac )
   
   ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/
   
   best,
   
   svetljo
   
   
   --
   COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
   --
   1. GMX TopMail - Platz 1 und Testsieger!
   2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
   3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8.
   e-Post
   
   
  
   Hi,
   -That is the right chipset.
   -Which ones do I download?
   -How do I install them?
 
 for the latest cooker kernel(-source) you would need the patches against
 2.4.23-pre1
 
 and normaly the bigest revision means better drivers, but 3 revisions in 
 one
 day(modify date)
 and i think he posted to the kernel mailing list only about rev1, so i'm 
 not
 sure
 try   first 2.4.23-pre1-libata3.patch.bz2(latest rev)  if it has
 problems
 2.4.23-pre1-libata1.patch.bz2 (the one mentioned on lkml)
 
 how-to install (short)
 urpmi kernel-source
 cd /usr/src/linux
 wget

ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/2.4.23-pre1-libata3.patch.bz2
 bzcat 2.4.23-pre1-libata3.patch.bz2 | patch -p1
 make mrproper
 
 make menuconfig or make xconfig
 and select them in the  scsi section ( if you don't see your chipset look
 for smth like ATA, enable it and they should apear)
 
 make dep  make bzImage  make modules  make modules_install  make
 install
 
 reboot in the new kernel (2422-xmdkcustom)
 
 longer  @ http://tldp.org/HOWTO/Kernel-HOWTO/index.html
 
 best,
 
 svetljo
 
 --
 COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
 --
 1. GMX TopMail - Platz 1 und Testsieger!
 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. 
 e-Post
 
 
 Hi,
 I have downloaded the file. I don't have Mandrake 9.1 installed yet so I 
 don't believe I can run all of those commands. I'm at the installation 
 screen. Can I press F1 and enter them from there? Are there any drivers I 
 can download for the motherboard instead?
   From,
 Steven

well, no :(
you probably wont be able to install to sata drives 
until the patch is included in the main cooker kernel

but you might use a temporary PATA( standard ATA) harddrive
to install MDK , install the modified kernel, move the instalation to the
SATA drives

there are various usefull howto's on tldp.org, search for root riad root
lvm root evms
which contains information for moving the installation.

best,

svetljo


-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-11 Thread d2ci1fj g1nf24



From: Svetoslav Slavtchev [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
Date: Thu, 11 Sep 2003 10:03:20 +0200 (MEST)



 From: Svetoslav Slavtchev [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
 Date: Thu, 11 Sep 2003 08:53:12 +0200 (MEST)
 
  
  
  
   From: Svetoslav Slavtchev [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
   Date: Thu, 11 Sep 2003 08:15:46 +0200 (MEST)
   
  
   The problem is I need to install a driver. When I'm
 installing
 a
   page

 comes
   up and ask me to select a driver for hard/scsi. The first 
one

 on
   the
 list
   is a 3ware driver there are more drivers after that. I 
tried
 alot
  
   of
 them
   and keep getting an error message. I am using the new 
Western
   Digital

 SATA
   hard drive. Does someone know what to do?
  
  
 
 How about telling what SATA Controller you have?
 Or if you don't know, The exact model of the Motherboard will
 do...
 
 And if you don't know that either, What system do you have?
 Manufacturer? Model? 
 
 Without any more info, it's impossible to help
 
 
 Regards
 
 Thomas
 
 
 Hi,
 I am using a D875PBZ motherboard.
   From,
   Steven
   
   Intel 875P / ICH5R chipset
   so we probably need  Jeff Garzik's libata patches (which are in -ac 
)
   
   ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/
   
   best,
   
   svetljo
   
   
   --
   COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
   --
   1. GMX TopMail - Platz 1 und Testsieger!
   2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
   3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 
8.
   e-Post
   
   
  
   Hi,
   -That is the right chipset.
   -Which ones do I download?
   -How do I install them?
 
 for the latest cooker kernel(-source) you would need the patches 
against
 2.4.23-pre1
 
 and normaly the bigest revision means better drivers, but 3 revisions 
in
 one
 day(modify date)
 and i think he posted to the kernel mailing list only about rev1, so 
i'm
 not
 sure
 try   first 2.4.23-pre1-libata3.patch.bz2(latest rev)  if it has
 problems
 2.4.23-pre1-libata1.patch.bz2 (the one mentioned on lkml)
 
 how-to install (short)
 urpmi kernel-source
 cd /usr/src/linux
 wget

ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/2.4.23-pre1-libata3.patch.bz2
 bzcat 2.4.23-pre1-libata3.patch.bz2 | patch -p1
 make mrproper
 
 make menuconfig or make xconfig
 and select them in the  scsi section ( if you don't see your chipset 
look
 for smth like ATA, enable it and they should apear)
 
 make dep  make bzImage  make modules  make modules_install  
make
 install
 
 reboot in the new kernel (2422-xmdkcustom)
 
 longer  @ http://tldp.org/HOWTO/Kernel-HOWTO/index.html
 
 best,
 
 svetljo
 
 --
 COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
 --
 1. GMX TopMail - Platz 1 und Testsieger!
 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8.
 e-Post
 

 Hi,
 I have downloaded the file. I don't have Mandrake 9.1 installed yet so I
 don't believe I can run all of those commands. I'm at the installation
 screen. Can I press F1 and enter them from there? Are there any drivers 
I
 can download for the motherboard instead?
   From,
 Steven

well, no :(
you probably wont be able to install to sata drives
until the patch is included in the main cooker kernel
but you might use a temporary PATA( standard ATA) harddrive
to install MDK , install the modified kernel, move the instalation to the
SATA drives
there are various usefull howto's on tldp.org, search for root riad root
lvm root evms
which contains information for moving the installation.
best,

svetljo

--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. 
e-Post


Hi,
Do you know of any drivers that I can install on the motherboard to make the 
installation work? Does anyone else know of a way to install to a SATA drive 
from a cd?

 From,

   Steven

_
Fast, faster, fastest: Upgrade

Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-10 Thread Thomas Backlund
d2ci1fj g1nf24 kirjoitti viestissn (lhetysaika Keskiviikko 10. Syyskuuta 
2003 07:35):
 Hi,
 I am trying to install Mandrake 9.1 using a SATA drive and it is not
 supported. I posted on the installation mailing list and they
 recommended posting here. Is there anyway to install using a SATA
 drive?


 The problem is I need to install a driver. When I'm installing a page comes
 up and ask me to select a driver for hard/scsi. The first one on the list
 is a 3ware driver there are more drivers after that. I tried alot of them
 and keep getting an error message. I am using the new Western Digital SATA
 hard drive. Does someone know what to do?



How about telling what SATA Controller you have?
Or if you don't know, The exact model of the Motherboard will do...

And if you don't know that either, What system do you have?
Manufacturer? Model? 

Without any more info, it's impossible to help


Regards

Thomas




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-10 Thread d2ci1fj g1nf24



From: Thomas Backlund [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
Date: Wed, 10 Sep 2003 18:01:54 +0300
d2ci1fj g1nf24 kirjoitti viestissään (lähetysaika Keskiviikko 10. 
Syyskuuta
2003 07:35):
 Hi,
 I am trying to install Mandrake 9.1 using a SATA drive and it is not
 supported. I posted on the installation mailing list and they
 recommended posting here. Is there anyway to install using a SATA
 drive?


 The problem is I need to install a driver. When I'm installing a page 
comes
 up and ask me to select a driver for hard/scsi. The first one on the 
list
 is a 3ware driver there are more drivers after that. I tried alot of 
them
 and keep getting an error message. I am using the new Western Digital 
SATA
 hard drive. Does someone know what to do?



How about telling what SATA Controller you have?
Or if you don't know, The exact model of the Motherboard will do...
And if you don't know that either, What system do you have?
Manufacturer? Model? 
Without any more info, it's impossible to help

Regards

Thomas


Hi,
I have a D875PBZ motherboard.
 From,
 Steven
_
Send and receive larger attachments with Hotmail Extra Storage.   
http://join.msn.com/?PAGE=features/es




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-10 Thread Thomas Backlund
d2ci1fj g1nf24 kirjoitti viestissn (lhetysaika Keskiviikko 10. Syyskuuta 
2003 22:31):
 From: Thomas Backlund [EMAIL PROTECTED]

 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
 Date: Wed, 10 Sep 2003 18:01:54 +0300
 
 d2ci1fj g1nf24 kirjoitti viestissn (lhetysaika Keskiviikko 10.
 Syyskuuta
 
 2003 07:35):
   Hi,
   I am trying to install Mandrake 9.1 using a SATA drive and it is not
   supported. I posted on the installation mailing list and they
   recommended posting here. Is there anyway to install using a SATA
   drive?
  
  
   The problem is I need to install a driver. When I'm installing a page
 
 comes
 
   up and ask me to select a driver for hard/scsi. The first one on the
 
 list
 
   is a 3ware driver there are more drivers after that. I tried alot of
 
 them
 
   and keep getting an error message. I am using the new Western Digital
 
 SATA
 
   hard drive. Does someone know what to do?
 
 How about telling what SATA Controller you have?
 Or if you don't know, The exact model of the Motherboard will do...
 
 And if you don't know that either, What system do you have?
 Manufacturer? Model? 
 
 Without any more info, it's impossible to help
 
 
 Regards
 
 Thomas

 Hi,
 I have a D875PBZ motherboard.
   From,
   Steven


So it's an Intel ICH5-R SATA controller...
Wich sadly means that there is no available driver yet...,
even in current kernels... AFAIK

Hopefully it will soon change...,
So for now you have to either get an SATA - PATA adapter,
or a normal PATA disk
If you do, 
would you mind install MDK 9.1 on that, and post the output
of lspcidrake -v

-- 
Regards

Thomas




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-10 Thread d2ci1fj g1nf24



From: Thomas Backlund [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
Date: Wed, 10 Sep 2003 18:01:54 +0300
d2ci1fj g1nf24 kirjoitti viestissään (lähetysaika Keskiviikko 10. 
Syyskuuta
2003 07:35):
 Hi,
 I am trying to install Mandrake 9.1 using a SATA drive and it is not
 supported. I posted on the installation mailing list and they
 recommended posting here. Is there anyway to install using a SATA
 drive?


 The problem is I need to install a driver. When I'm installing a page 
comes
 up and ask me to select a driver for hard/scsi. The first one on the 
list
 is a 3ware driver there are more drivers after that. I tried alot of 
them
 and keep getting an error message. I am using the new Western Digital 
SATA
 hard drive. Does someone know what to do?



How about telling what SATA Controller you have?
Or if you don't know, The exact model of the Motherboard will do...
And if you don't know that either, What system do you have?
Manufacturer? Model? 
Without any more info, it's impossible to help

Regards

Thomas


Hi,
I am using a D875PBZ motherboard.
 From,
 Steven
_
Send and receive larger attachments with Hotmail Extra Storage.   
http://join.msn.com/?PAGE=features/es




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-10 Thread d2ci1fj g1nf24
From: Thomas Backlund [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
Date: Wed, 10 Sep 2003 18:01:54 +0300
d2ci1fj g1nf24 kirjoitti viestissään (lähetysaika Keskiviikko
10. Syyskuuta
2003 07:35):
Hi,
I am trying to install Mandrake 9.1 using a SATA drive and it is not
supported. I posted on the installation mailing list and they
recommended posting here. Is there anyway to install using a SATA drive?
The problem is I need to install a driver. When I'm installing a
page comes up and ask me to select a driver for hard/scsi. The first one on
the list is a 3ware driver there are more drivers after that. I tried
alot of them and keep getting an error message. I am using the new Western 
Digital SATA
hard drive. Does someone know what to do?

How about telling what SATA Controller you have?
Or if you don't know, The exact model of the Motherboard will do...
And if you don't know that either, What system do you have?
Manufacturer? Model? 
Without any more info, it's impossible to help

Regards

Thomas

Hi,
I am using a D875PBZ motherboard.
 From,
 Steven
_
Send and receive larger attachments with Hotmail Extra Storage.
http://join.msn.com/?PAGE=features/es
_
Try MSN Messenger 6.0 with integrated webcam functionality! 
http://www.msnmessenger-download.com/tracking/reach_webcam




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-10 Thread d2ci1fj g1nf24



From: d2ci1fj g1nf24 [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
Date: Wed, 10 Sep 2003 20:38:39 +



From: Thomas Backlund [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
Date: Wed, 10 Sep 2003 18:01:54 +0300
d2ci1fj g1nf24 kirjoitti viestissään (lähetysaika Keskiviikko 10. 
Syyskuuta
2003 07:35):
 Hi,
 I am trying to install Mandrake 9.1 using a SATA drive and it is not
 supported. I posted on the installation mailing list and they
 recommended posting here. Is there anyway to install using a SATA
 drive?


 The problem is I need to install a driver. When I'm installing a page 
comes
 up and ask me to select a driver for hard/scsi. The first one on the 
list
 is a 3ware driver there are more drivers after that. I tried alot of 
them
 and keep getting an error message. I am using the new Western Digital 
SATA
 hard drive. Does someone know what to do?



How about telling what SATA Controller you have?
Or if you don't know, The exact model of the Motherboard will do...
And if you don't know that either, What system do you have?
Manufacturer? Model? 
Without any more info, it's impossible to help

Regards

Thomas


Hi,
I am using a D875PBZ motherboard.
 From,
 Steven
_
Send and receive larger attachments with Hotmail Extra Storage.   
http://join.msn.com/?PAGE=features/es


_
Need more e-mail storage? Get 10MB with Hotmail Extra Storage.   
http://join.msn.com/?PAGE=features/es




[Cooker] SATA support in Mandrake Linux 9.1.

2003-09-09 Thread d2ci1fj g1nf24
Hi,
I am trying to install Mandrake 9.1 using a SATA drive and it is not 
supported. I posted on the installation mailing list and they recommended 
posting here. Is there anyway to install using a SATA drive?

_
Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage.  
http://join.msn.com/?PAGE=features/es




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-09 Thread Gwenole Beauchesne
Hi,

I am trying to install Mandrake 9.1 using a SATA drive and it is not 
supported. I posted on the installation mailing list and they 
recommended posting here. Is there anyway to install using a SATA 
drive?
Besides SATA drives plugged onto 3ware controllers, I don't know of 
others known to work back to 9.1 days. Concerning 9.2, we added PDC 
open-source'd drivers I personnally never got it to work with PDC20319 
chips. Others reported it to work with PDC20376 chips based boards. 
Kernel people should be able to tell you more about controllers 
actually supported.

What SATA controller do you have?

Bye,
Gwenole.



Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-09 Thread d2ci1fj g1nf24
Hi,
I have a Western Digital SATA drive. It asked if I wanted to use 3ware 
controllers for hard/scsi. I clicked on them and it said error. I also tried 
some of the other drivers. I kept getting the error message.
Thanks,
Steven

From: Gwenole Beauchesne [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SATA support in Mandrake Linux 9.1.
Date: Wed, 10 Sep 2003 00:55:13 +0200
Hi,

I am trying to install Mandrake 9.1 using a SATA drive and it is not 
supported. I posted on the installation mailing list and they recommended 
posting here. Is there anyway to install using a SATA drive?
Besides SATA drives plugged onto 3ware controllers, I don't know of others 
known to work back to 9.1 days. Concerning 9.2, we added PDC open-source'd 
drivers I personnally never got it to work with PDC20319 chips. Others 
reported it to work with PDC20376 chips based boards. Kernel people should 
be able to tell you more about controllers actually supported.

What SATA controller do you have?

Bye,
Gwenole.

_
Try MSN Messenger 6.0 with integrated webcam functionality! 
http://www.msnmessenger-download.com/tracking/reach_webcam




Re: [Cooker] SATA support in Mandrake Linux 9.1.

2003-09-09 Thread d2ci1fj g1nf24
Hi,
I am trying to install Mandrake 9.1 using a SATA drive and it is not
supported. I posted on the installation mailing list and they
recommended posting here. Is there anyway to install using a SATA
drive?
The problem is I need to install a driver. When I'm installing a page comes 
up and ask me to select a driver for hard/scsi. The first one on the list is 
a 3ware driver there are more drivers after that. I tried alot of them and 
keep getting an error message. I am using the new Western Digital SATA hard 
drive. Does someone know what to do?



_
Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage.
http://join.msn.com/?PAGE=features/es
_
Express yourself with MSN Messenger 6.0 -- download now! 
http://www.msnmessenger-download.com/tracking/reach_general