is SATA working yet in the kernel July 17, 2012 05:23PM |
Registered: 14 years ago Posts: 74 |
Re: is SATA working yet in the kernel July 18, 2012 10:56AM |
Moderator Registered: 12 years ago Posts: 378 |
modprobe sw_ahci_platform [ 1101.500000] sw_ahci sw_ahci.0: controller can't do PMP, turning off CAP_PMP [ 1101.520000] sw_ahci sw_ahci.0: forcing PORTS_IMPL to 0x1 [ 1101.540000] sw_ahci sw_ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ 1101.570000] sw_ahci sw_ahci.0: flags: ncq sntf pm led clo only pio slum part ccc [ 1101.600000] scsi1 : sw_ahci_platform [ 1101.640000] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 56 [ 1102.030000] ata1: SATA link down (SStatus 0 SControl 300)
[ 1395.710000] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4050002 action 0xe frozen [ 1395.740000] ata1: irq_stat 0x00400040, connection status changed [ 1395.750000] ata1: SError: { RecovComm PHYRdyChg CommWake DevExch } [ 1395.770000] ata1: hard resetting link [ 1399.280000] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1399.740000] ata1.00: ATA-8: WDC WD5000BEVT-22A0RT0, 01.01A01, max UDMA/133 [ 1399.760000] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 1399.780000] ata1.00: configured for UDMA/133 [ 1399.790000] ata1: EH complete [ 1401.000000] scsi 1:0:0:0: Direct-Access ATA WDC WD5000BEVT-2 01.0 PQ: 0 ANSI: 5 [ 1401.040000] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 1401.080000] sd 1:0:0:0: [sdb] Write Protect is off [ 1401.100000] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 1401.120000] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1401.190000] ata1.00: exception Emask 0x12 SAct 0x1 SErr 0x1080500 action 0x6 frozen [ 1401.220000] ata1.00: irq_stat 0x08000000, interface fatal error [ 1401.250000] ata1: SError: { UnrecovData Proto 10B8B TrStaTrns } [ 1401.280000] ata1.00: failed command: READ FPDMA QUEUED [ 1401.310000] ata1.00: cmd 60/08:00:00:00:00/00:00:00:00:00/40 tag 0 ncq 4096 in [ 1401.310000] res 40/00:04:00:00:00/00:00:00:00:00/40 Emask 0x12 (ATA bus error) [ 1401.400000] ata1.00: status: { DRDY } [ 1401.400000] ata1: hard resetting link [ 1401.780000] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1401.860000] ata1.00: configured for UDMA/133 [ 1401.870000] ata1: EH complete [ 1401.910000] ata1: limiting SATA link speed to 1.5 Gbps [ 1401.920000] ata1.00: exception Emask 0x12 SAct 0x1 SErr 0x80500 action 0x6 frozen [ 1401.940000] ata1.00: irq_stat 0x08000000, interface fatal error [ 1401.960000] ata1: SError: { UnrecovData Proto 10B8B } [ 1401.980000] ata1.00: failed command: READ FPDMA QUEUED [ 1402.000000] ata1.00: cmd 60/08:00:00:00:00/00:00:00:00:00/40 tag 0 ncq 4096 in [ 1402.000000] res 50/00:00:2f:60:38/00:00:3a:00:00/e0 Emask 0x12 (ATA bus error) [ 1402.060000] ata1.00: status: { DRDY } [ 1402.060000] ata1: hard resetting link [ 1402.430000] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 1402.500000] ata1.00: configured for UDMA/133 [ 1402.520000] ata1: EH complete [ 1402.710000] sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 > [ 1402.780000] sdb: detected capacity change from 0 to 500107862016 [ 1402.800000] sd 1:0:0:0: [sdb] Attached SCSI disk
mount /dev/sdb5 /mnt/misc ls /mnt/misc bin core etc initrd.img lib media opt root sbin srv tmp var vmlinuz.old boot dev home initrd.img.old lost+found mnt proc run selinux sys usr vmlinuz
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Re: is SATA working yet in the kernel July 18, 2012 02:23PM |
Registered: 14 years ago Posts: 74 |
Re: is SATA working yet in the kernel July 18, 2012 02:32PM |
Admin Registered: 14 years ago Posts: 304 |
Re: is SATA working yet in the kernel July 18, 2012 03:48PM |
Moderator Registered: 12 years ago Posts: 378 |
Quote
incl wheezy/SD card creation
Re: is SATA working yet in the kernel July 18, 2012 08:38PM |
Registered: 14 years ago Posts: 74 |
Re: is SATA working yet in the kernel July 19, 2012 05:35AM |
Moderator Registered: 12 years ago Posts: 378 |
Quote
one issue to think about though is the frequency that crap commits kill GIT A10 and uboot code .. it might be better for the scripts to take stable GIT forks (if thats the right jargon) and update periodically when its been checked that the commits work.
Re: is SATA working yet in the kernel July 19, 2012 09:31AM |
Registered: 14 years ago Posts: 74 |