On Sun, 01 Jul 2012 15:56:25 +0200, Mark Panen wrote:
> I recently purchased a WD Cavier black 2TB SATA 6 HDD and it uses Marvel
> on my motherboard with AHCI enabled.
>
> Debian 6 is the only OS that will install on that drive, i have tried
> many.
>
> I get this error while booting:
>
> ata2.00: failed command: READ FPDMA QUEUED
Is ata2 your hdd? Run "dmesg | grep -i ata2" to find out.
> Booting up takes very long compared to Ubuntu on another drive for
> instance.
>
> Is there a driver for the marvel controller before my system crashes
> again, i think i have done 20 installs in the last few days.
IMO, AHCI is the better sata driver you can use and it comes from the
kernel itself. That said, a quick Google search for the error message
returns lots of hits, it seems that you are not alone...
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/jspss2$69j$28@dough.gmane.org
07-01-2012, 09:06 PM
Mark Panen
Marvel controller gives errors Squeeze
On 01/07/2012 18:11, Camaleón wrote:
Is ata2 your hdd? Run "dmesg | grep -i ata2" to find out.
yes looks like it:
[ 0.900101] ata2: SATA max UDMA/133 abar m2048@0xf3ff7000 port
0xf3ff7180 irq 35
[ 1.722809] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Am i right it's only working at 1.5 Gbps when it should be 6 Gbps?
hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 20022 MB in 2.00 seconds = 10021.38 MB/sec
Timing buffered disk reads: 368 MB in 3.10 seconds = 118.71 MB/sec
Would this be right or must i run hdparm on the / directory?
Cheers
Mark
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
On Sun, 01 Jul 2012 23:06:40 +0200, Mark Panen wrote:
> On 01/07/2012 18:11, Camaleón wrote:
>> Is ata2 your hdd? Run "dmesg | grep -i ata2" to find out.
> yes looks like it:
>
> [ 0.900101] ata2: SATA max UDMA/133 abar m2048@0xf3ff7000 port 0xf3ff7180 irq 35
> [ 1.722809] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Are you sure? I see no hard disk attached there :-?
This is my output ("ata1" is where my first sata disk is connected):
sm01@stt008:~$ dmesg | grep -i ata1
[ 1.845459] ata1: SATA max UDMA/133 abar m2048@0xdc627000 port 0xdc627100 irq 1277
[ 2.388162] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.428872] ata1.00: ATA-8: ST3250310NS, SN06, max UDMA/133
^^^^^^^^^^^
[ 2.434697] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 2.475931] ata1.00: configured for UDMA/133
Despite the ata2 port is "up", I wonder why there's no device listed.
> Am i right it's only working at 1.5 Gbps when it should be 6 Gbps?
So it seems :-?
> hdparm -tT /dev/sda
>
> /dev/sda:
> Timing cached reads: 20022 MB in 2.00 seconds = 10021.38 MB/sec
> Timing buffered disk reads: 368 MB in 3.10 seconds = 118.71 MB/sec
>
> Would this be right or must i run hdparm on the / directory?
You should clear the buffer cache first but still, those values seem a
bit conservative for sata 6 hard disk (caviar black) with sata 6
controller.
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/jssb2i$4gd$3@dough.gmane.org
07-03-2012, 12:32 AM
Mark Panen
Marvel controller gives errors Squeeze
On 02/07/2012 16:26, Camaleón wrote:
Is ata2 your hdd? Run "dmesg | grep -i ata2" to find out.
ata8 is my HDD
[ 0.888232] ata8: SATA max UDMA/133 abar m2048@0xf7fff800 port
0xf7fff980 irq 36
[ 1.371432] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 370)
[ 1.375914] ata8.00: ATA-8: WDC WD2002FAEX-007BA0, 05.01D05, max UDMA/133
[ 1.375919] ata8.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth
31/32), AA
On boot i receive a message that my Marvel controller on my mobo can
only handle 2.5Gb/s so ASUS has given the incorrect specs for this mobo
selling it as 6Gb/s but dmesg seems to give 6Gb/s, so i don't know
what's what.
It's a ASUS P7H55-M/USB3 mobo.
--
Cheers
Mark
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
These entries are logged in a later stage so it means that all of
the sata ports are throwing "exception" errors. To list them run:
dmesg | grep -i ata[1-12]
> On boot i receive a message that my Marvel controller on my mobo can
> only handle 2.5Gb/s so ASUS has given the incorrect specs for this mobo
> selling it as 6Gb/s but dmesg seems to give 6Gb/s, so i don't know
> what's what.
Upload the full dmesg at www.pastebin.com so we can review.
You can try what it suggests but instead making the change permanent, you
can first append "libata.force=8.00:noncq" to the kernel line in GRUB's
boot menu) and check if the errors are gone. If yes, congratulations,
you are hitting either a kernel or WD bug ;-)
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/jsuvcs$q1u$10@dough.gmane.org