Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2006 07:38:47 -0600
From:      "Donald J. O'Neill" <duncan.fbsd@gmail.com>
To:        freebsd-questions@freebsd.org
Cc:        Peter <petermatulis@yahoo.ca>
Subject:   Re: Disappointed with version 6.0
Message-ID:  <200603110738.47289.duncan.fbsd@gmail.com>
In-Reply-To: <20060311045759.89723.qmail@web60014.mail.yahoo.com>
References:  <20060311045759.89723.qmail@web60014.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 10 March 2006 22:57, Peter wrote:
> I'm setting up a new server on 6.0 I've been planning for a long time
> and I am very disappointed with two critical issues.  My motherboard
> is the ASUS K8V-X SE that I chose because it was listed as compatible
> at the FreeBSD/amd64 Project:
>
> http://www.freebsd.org/platforms/amd64/motherboards.html
>
> I wonder if going back to 5.4 might help?
>
> Onto the problems...
>
> 1. I have 4 IDE drives:
>
> primary controller: Maxtor 40 GB hd (master) and LG cdrom (slave)
> secondary controller: Seagate Barracuda 200 GB hd (master) and
> Seagate Barracuda 300 GB (slave)
>
> Problem: The 300 GB drive is unusable.
>
> I set it up ok with sysinstall during the installation but the system
> will not boot properly if it has an entry in /etc/fstab.  I get many
> errors like:
>
> "ad3: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=63"
>
> I also get input/output error if I try to examine its label with
> disklabel.
>
> dmesg output is at the end of this post when I booted without fstab
> line.
>
> The strange thing is that the two drives on the secondary controller
> are so similar.  Same manufacturer, same product line, the speeds are
> the same.  Everything is the same except the size.  I ran dos-level
> diagnostics on it and no problems were found.
>
> 2.  I can't use my USB ports!
>
> I get a line like this for each of my ports:
>
> uhci0: <VIA 83C572 USB controller> port 0xb800-0xb81f irq 21 at
> device 16.0 on pci0
> uhci0: [GIANT-LOCKED]
>
>
>
> Copyright (c) 1992-2005 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
> 1994
> 	The Regents of the University of California. All rights reserved.
> FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005
>     root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC
> ACPI APIC Table: <A M I  OEMAPIC >
> Timecounter "i8254" frequency 1193182 Hz quality 0
> CPU: AMD Athlon(tm) 64 Processor 3000+ (2002.58-MHz 686-class CPU)
>   Origin = "AuthenticAMD"  Id = 0xf4a  Stepping = 10
> Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,P
>GE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2> AMD
> Features=0xe0500800<SYSCALL,NX,MMX+,LM,3DNow+,3DNow>
> real memory  = 536543232 (511 MB)
> avail memory = 515702784 (491 MB)
< snip >
> ad0: DMA limited to UDMA33, device found non-ATA66 cable
> ad0: 39205MB <Maxtor 6K040L0 NAR61HA0> at ata0-master UDMA33
> acd0: CDROM <GCR-8525B/1.02> at ata0-slave PIO4
> ad2: 190782MB <Seagate ST3200826A 3.03> at ata1-master UDMA100
> ad3: 286168MB <Seagate ST3300831A 3.03> at ata1-slave UDMA100
> Trying to mount root from ufs:/dev/ad0s1a
>
> __________________________________________________
You've got a problem alright, and you don't even see it.

==========================
The ata driver sets the maximum transfer mode supported by the hardware 
as default.  However the ata driver sometimes warns: ``DMA limited to 
UDMA33, non-ATA66 cable or device''.  This means that the ata driver 
has detected that the required 80 conductor cable is not present or 
could not be detected properly, or that one of the devices on the 
channel only accepts up to UDMA2/ATA33.
==========================

You've got your 40GB Maxtor (you've installed FreeBSD on it), an ATA100 
device, connected with your CDROM, an ATA33 device. The result is: your 
boot drive is running at UDMA33 instead of UDMA100. This is not going 
to work real well, as you can see.

Do you really need that 40GB Maxtor? If you do, you're going to have to 
try adding an ATA controller card into one of your PCI slots and use 
that to connect your hard drives to.

Try removing the 40GB Maxtor and reinstalling FreeBSD on the other two 
drives. I think that will clear up some problems for you.

Don



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603110738.47289.duncan.fbsd>