ich7 kein dma modus

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
gorgone2k
Beiträge: 9
Registriert: 20.05.2007 22:34:35

ich7 kein dma modus

Beitrag von gorgone2k » 24.11.2009 15:35:56

hallo ich hab folgendes problem
ich kann beim besten willen keinen dma modus im ich7 aktivieren

Code: Alles auswählen

nas:~# hdparm -tT /dev/hda

/dev/hda:
 Timing cached reads:   840 MB in  2.00 seconds = 419.87 MB/sec
 Timing buffered disk reads:    6 MB in  3.24 seconds =   1.85 MB/sec
nas:~#

Code: Alles auswählen

nas:~# lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.2 SATA controller: Intel Corporation 82801GR/GH (ICH7 Family) SATA AHCI Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 Ethernet controller: Intel Corporation 82573V Gigabit Ethernet Controller (Copper) (rev 03)
02:00.0 Mass storage controller: Silicon Image, Inc. SiI 3132 Serial ATA Raid II Controller (rev 01)
nas:~#

Code: Alles auswählen

nas:~# hdparm -i /dev/hda

/dev/hda:

 Model=CF Card, FwRev=Ver2.32, SerialNo=843B0799080700308500
 Config={ HardSect NotMFM Fixed DTR>10Mbs }
 RawCHS=15636/16/63, TrkSize=32256, SectSize=512, ECCbytes=4
 BuffType=DualPort, BuffSize=1kB, MaxMultSect=1, MultSect=off
 CurCHS=15636/16/63, CurSects=15761088, LBA=yes, LBAsects=15761088
 IORDY=yes, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4
 DMA modes:  mdma0 mdma1 mdma2
 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5
 AdvancedPM=no WriteCache=disabled

 * signifies the current active mode

Code: Alles auswählen

nas:~# hdparm -d1 /dev/hda

/dev/hda:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma     =  0 (off) 
gibts da irgend einen trick ?
die hardware ist eine SS-4200 von intel

Code: Alles auswählen

nas:~# lspci -n
00:00.0 0600: 8086:2770 (rev 02)
00:02.0 0300: 8086:2772 (rev 02)
00:1c.0 0604: 8086:27d0 (rev 01)
00:1c.2 0604: 8086:27d4 (rev 01)
00:1d.0 0c03: 8086:27c8 (rev 01)
00:1d.1 0c03: 8086:27c9 (rev 01)
00:1d.2 0c03: 8086:27ca (rev 01)
00:1d.3 0c03: 8086:27cb (rev 01)
00:1d.7 0c03: 8086:27cc (rev 01)
00:1e.0 0604: 8086:244e (rev e1)
00:1f.0 0601: 8086:27b8 (rev 01)
00:1f.2 0106: 8086:27c1 (rev 01)
00:1f.3 0c05: 8086:27da (rev 01)
01:00.0 0200: 8086:108b (rev 03)
02:00.0 0180: 1095:3132 (rev 01)

Danielx
Beiträge: 6419
Registriert: 14.08.2003 17:52:23

Re: ich7 kein dma modus

Beitrag von Danielx » 24.11.2009 22:57:07

Das ist doch eine S-ATA-Festplatte?
S-ATA verwendet aber immer U-DMA, wenn ich das richtig sehe, d.h. es lässt sich gar nicht extra aktivieren oder deaktivieren.
Allerdings deutet hda, darauf hin, dass ein IDE-Treiber anstatt eines SATA-Treibers verwendet wird, denn hier müsste das Device dann eher sda heißen.

Gruß,
Daniel

Benutzeravatar
hikaru
Moderator
Beiträge: 13932
Registriert: 09.04.2008 12:48:59

Re: ich7 kein dma modus

Beitrag von hikaru » 24.11.2009 23:17:29

Danielx hat geschrieben:Das ist doch eine S-ATA-Festplatte?
Offenbar ist es eine CF-Card in einem P-ATA-Adapter:
gorgone2k hat geschrieben:

Code: Alles auswählen

nas:~# hdparm -i /dev/hda

/dev/hda:

Model=CF Card, FwRev=Ver2.32, SerialNo=843B0799080700308500
Und UDMA 5 scheint auch aktiviert zu sein:
gorgone2k hat geschrieben:

Code: Alles auswählen

UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5
Um was für eine CF-Card handelt es sich und welche Übertragungsrate erreicht sie in einem herkömmlichen CF-Cardreader?

gorgone2k
Beiträge: 9
Registriert: 20.05.2007 22:34:35

Re: ich7 kein dma modus

Beitrag von gorgone2k » 25.11.2009 09:13:02

das gleiche passiert mit ner normalen ide platte und einem dom modul auch
daran lieg es nicht das problem scheint der ata_piix zu sein der erkennt die 2 ide ports des ich7 nicht
ich7 4x sata (ahci) + 2x ata

Antworten