Re: Re[2]: HP DL140 and ata0-slave: FAILURE-ATA_IDENTIFY timed out.

2005-09-26 Thread Scot Hetzel
On 9/26/05, peceka <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > ATA MKiiin Sources & Patch files
> >- http://people.freebsd.org/~sos/ATA/ata-mk3n-releng5.tar.gz
> >- http://people.freebsd.org/~sos/ATA/ata-mk3n.diff-releng5.gz
>
> And how stable is this driver? Can it be installed on production
> machine?
>

I'm not sure as to how stable the driver is, but this driver is
currently in 6.x and 7.x-CURRENT.  As Soren had mentioned that he is
only supporting this driver, as he wants to replace the ATA driver in
5.x with this one.

It would be best to ask Soren , about the use of
this driver on production servers.

Scot
--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: HP DL140 and ata0-slave: FAILURE-ATA_IDENTIFY timed out.

2005-09-26 Thread peceka
Hi,

> ATA MKiiin Sources & Patch files
>- http://people.freebsd.org/~sos/ATA/ata-mk3n-releng5.tar.gz
>- http://people.freebsd.org/~sos/ATA/ata-mk3n.diff-releng5.gz

And how stable is this driver? Can it be installed on production
machine?

Regards,
p.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP DL140 and ata0-slave: FAILURE-ATA_IDENTIFY timed out.

2005-09-23 Thread J. T. Farmer

Scot Hetzel wrote:


The ATA driver was changed in 5.x, and then again in 6-CURRENT.  If
you want to run 5.x on that system, your going to need to install FBSD
4.11 first, then do a source upgrade to 5.x.  But you'll also need to
replace the 5.x ATAng driver with the 6.x ATA-Mk III driver.

You'll need:
The RELENG_5 Sources
ATA MKiiin Sources & Patch files
  - http://people.freebsd.org/~sos/ATA/ata-mk3n-releng5.tar.gz
  - http://people.freebsd.org/~sos/ATA/ata-mk3n.diff-releng5.gz

Then:
- remove contents of /usr/src/sys/dev/ata/*
- untar ata-mk3n-releng5.tar.gz in to /usr/src/
- appy the ata-mk3n.diff-releng5.gz patch to /usr/src
- do usual build[world/kernel]
- do an installkernel, and reboot the system
- if it works, then installworld, otherwise let Soren Schmidt
<[EMAIL PROTECTED]> know.



Hurray!  Finally!  I may be stupid, but I've been trying to figure out
how to install Soren's kit for a month or two, now. (Well not every
day for two months.  I've got other things that _must_be_done_.) 
It's not a standard patch set.  And I didn't have a clue how to

approach the problem.   I mean,  handed a random set of tar files, and
figure out where they go?  for a supposedly stable system?

John

--
John T. FarmerOwner & CTOGoldSword Systems
[EMAIL PROTECTED] 865-691-6498   Knoxville TN
   Consulting, Design, & Development of Networks & Software

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP DL140 and ata0-slave: FAILURE-ATA_IDENTIFY timed out.

2005-09-23 Thread Scot Hetzel
On 9/23/05, peceka <[EMAIL PROTECTED]> wrote:
> Hi,
>
> we've got HP DL-140 G3. When trying to startup
> installation CD of FBSD 5.4 on it we've got:
>
> atapci0:  port
> 0x1470-0x147f,0x376,0x170-0x177,0x3f6,-x1f0-0x1f7 at device 31.2 on
> pci0
> ata0: channel #0 on atapci0
> ata1: channel #0 on atapci0
> ...
> ata0-slave: FAILURE-ATA_IDENTIFY timed out.
> ata0-slave: FAILURE-ATA_IDENTIFY timed out.
> ata0-master: FAILURE-ATA_IDENTIFY timed out.
> ata0-master: FAILURE-ATA_IDENTIFY timed out.
> ata0-slave: FAILURE-ATA_IDENTIFY timed out.
> ata1-master: FAILURE-ATA_IDENTIFY timed out.
> ata1-master: FAILURE-ATA_IDENTIFY timed out.
>
> And after a while sysinstall start up, but there is no disks to
> partition it.
>
> FBSD 6-BETA4 is OK, and FBSD 4.11 too. But only in 5 it's broken.
>
> Can anybody tell what wrong with this?
>
The ATA driver was changed in 5.x, and then again in 6-CURRENT.  If
you want to run 5.x on that system, your going to need to install FBSD
4.11 first, then do a source upgrade to 5.x.  But you'll also need to
replace the 5.x ATAng driver with the 6.x ATA-Mk III driver.

You'll need:
The RELENG_5 Sources
ATA MKiiin Sources & Patch files
   - http://people.freebsd.org/~sos/ATA/ata-mk3n-releng5.tar.gz
   - http://people.freebsd.org/~sos/ATA/ata-mk3n.diff-releng5.gz

Then:
- remove contents of /usr/src/sys/dev/ata/*
- untar ata-mk3n-releng5.tar.gz in to /usr/src/
- appy the ata-mk3n.diff-releng5.gz patch to /usr/src
- do usual build[world/kernel]
- do an installkernel, and reboot the system
- if it works, then installworld, otherwise let Soren Schmidt
<[EMAIL PROTECTED]> know.

Scot
--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


HP DL140 and ata0-slave: FAILURE-ATA_IDENTIFY timed out.

2005-09-22 Thread peceka
Hi,

we've got HP DL-140 G3. When trying to startup
installation CD of FBSD 5.4 on it we've got:

atapci0:  port
0x1470-0x147f,0x376,0x170-0x177,0x3f6,-x1f0-0x1f7 at device 31.2 on
pci0
ata0: channel #0 on atapci0
ata1: channel #0 on atapci0
...
ata0-slave: FAILURE-ATA_IDENTIFY timed out.
ata0-slave: FAILURE-ATA_IDENTIFY timed out.
ata0-master: FAILURE-ATA_IDENTIFY timed out.
ata0-master: FAILURE-ATA_IDENTIFY timed out.
ata0-slave: FAILURE-ATA_IDENTIFY timed out.
ata1-master: FAILURE-ATA_IDENTIFY timed out.
ata1-master: FAILURE-ATA_IDENTIFY timed out.

And after a while sysinstall start up, but there is no disks to
partition it.

FBSD 6-BETA4 is OK, and FBSD 4.11 too. But only in 5 it's broken.

Can anybody tell what wrong with this?

Best Regards,
p.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"