View previous topic :: View next topic |
Author |
Message |
falko Apprentice
Joined: 03 Dec 2004 Posts: 242 Location: Rovereto (TN) Italy
|
Posted: Thu Dec 09, 2004 2:34 pm Post subject: [RISOLTO] problemi DMA |
|
|
Salve a TUTTI!
Ho un problema e non riesco a capire a cosa è dovuto. Quando sono nella schell in modalità testo mi compaiono i seguenti errori (vengono riempite anche molte schermate):
Code: |
ide: failed opcode was: unknown
hda: task_out_intr: status=0x58 {DriveReady SeekComplete Data Request}
ide: failed opcode was: unknown
hda: status timeout: status=0xd0 {Busy}
ide: failed opcode was: unknown
hda: driwe not ready for command
ide0: reset: success
hda:DMA time_out error
hda: dma timeout error: status=0x58 {driveReady SeekComplite DataRequiest}
|
e:
Code: |
hdc: dma_intr: error=0x84
{DriveStatusError Bad CRC}
hdc: dma_intr: status=0x51
{DriveReady SeekComplete Eerror}
|
La prima volta che questi errori mi sono capitati pensavo fosse l'HD che stava per tirare le quoia (a quel tempo avevo installato RedHat9); ma adesso ne ho provati ben 4 e con tutti mi compaiono le stesse scritte!
Vi domando quindi se è possibile che non siano gli HD ad avere dei problemi ma sia la mia scheda madre, e se fosse così posso essere tranquillo che non vada a rovinare gli HD (a volte sento pure degli strani rumori molto inquietanti)
Note:
*In Windows non compare alcun'errore ma forse questo è un altro discorso
*Il mio computer è un Pentium 2 350MHz
Last edited by falko on Fri Jan 07, 2005 8:37 pm; edited 1 time in total |
|
Back to top |
|
|
mouser Veteran
Joined: 10 Aug 2004 Posts: 1419 Location: Milano
|
Posted: Thu Dec 09, 2004 2:37 pm Post subject: |
|
|
potrebbe essere saltato il supporto per il dma.
Se guardi il man di hdparm trovi sicuramente il flag per disattivarlo: a me sembra
Code: |
# hdparm -d 0 /dev/hdc
|
poi rebootti e vedi se ti da gli stessi errori.
My 2 eurocent
Ciriciao
mouser
[edit] mi ero dimenticato il device, ehehehe [/edit]
Last edited by mouser on Thu Dec 09, 2004 2:39 pm; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31440 Location: here
|
Posted: Thu Dec 09, 2004 2:37 pm Post subject: |
|
|
Hai compilato il chipset IDE giusto nel tuo kernel? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
falko Apprentice
Joined: 03 Dec 2004 Posts: 242 Location: Rovereto (TN) Italy
|
Posted: Thu Dec 09, 2004 2:42 pm Post subject: |
|
|
Quando usavo la RedHat 9 usavo un kernel standard e anche ricompilato.
Ora invece gli errori mi compaiono quando tento di installare gentoo dal lliveCD-universal |
|
Back to top |
|
|
falko Apprentice
Joined: 03 Dec 2004 Posts: 242 Location: Rovereto (TN) Italy
|
Posted: Sun Jan 02, 2005 6:37 pm Post subject: |
|
|
Disabilitando il dma non compaiono più gli errori quindi deve ci deve essere qualcosa di sbagliato nella configurazione del kernel suppongo |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31440 Location: here
|
Posted: Sun Jan 02, 2005 6:51 pm Post subject: |
|
|
falko wrote: | Disabilitando il dma non compaiono più gli errori quindi deve ci deve essere qualcosa di sbagliato nella configurazione del kernel suppongo |
Si posta un lspci _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
falko Apprentice
Joined: 03 Dec 2004 Posts: 242 Location: Rovereto (TN) Italy
|
Posted: Sun Jan 02, 2005 7:56 pm Post subject: |
|
|
Questo è il mio lspci -v
Code: |
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev 44)
Flags: bus master, medium devsel, latency 0
Memory at e0000000 (32-bit, prefetchable)
Capabilities: [a0] AGP version 1.0
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP] (prog-if 00 [Normal decode])
Flags: bus master, 66Mhz, medium devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: e4000000-e7ffffff
Prefetchable memory behind bridge: e8000000-e8ffffff
Capabilities: [80] Power Management version 2
0000:00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] (rev 12)
Subsystem: VIA Technologies, Inc. VT82C596/A/B PCI to ISA Bridge
Flags: bus master, stepping, medium devsel, latency 0
0000:00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a [Master SecP PriP])
Flags: bus master, medium devsel, latency 64
I/O ports at e000 [size=16]
0000:00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 08) (prog-if 00 [UHCI])
Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller
Flags: bus master, medium devsel, latency 64, IRQ 10
I/O ports at e400 [size=32]
0000:00:07.3 Host bridge: VIA Technologies, Inc. VT82C596 Power Management (rev 20)
Flags: medium devsel
0000:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200 AGP (rev 01) (prog-if 00 [VGA])
Subsystem: Matrox Graphics, Inc. MGA-G200 AGP
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at e8000000 (32-bit, prefetchable)
Memory at e4000000 (32-bit, non-prefetchable) [size=16K]
Memory at e5000000 (32-bit, non-prefetchable) [size=8M]
Capabilities: [dc] Power Management version 1
Capabilities: [f0] AGP version 1.0
|
|
|
Back to top |
|
|
falko Apprentice
Joined: 03 Dec 2004 Posts: 242 Location: Rovereto (TN) Italy
|
Posted: Fri Jan 07, 2005 8:36 pm Post subject: |
|
|
Problema risolto!
Bastava semplice aggiungere al kernel il modulo per chipset VIA82CXXX
Ossia per kernel 2.4.x
ATA/IDE/MFM/RLL support --> IDE, ATA and ATAPI Block devices -->
<*> VIA82CXXX chipset support
o per kernel 2.6
Device Drivers --> ATA/ATAPI/MFM/RLL support -->
<*> VIA82CXXX chipset support |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31440 Location: here
|
Posted: Fri Jan 07, 2005 8:46 pm Post subject: |
|
|
Si, se non aggiungi il chipset giusto il dma non viene attivato e da errore _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|