Salut, Le Mardi 15 F�vrier 2005 23:34, Eric Gibault a �crit : > Quelqu'un peut m'expliquer la raison pour laquelle je ne peux pas > activer le DMA sur mon lecteur hdc?
Parce qu'il est d�j� activ� par le kernel ? hdparm -i /dev/hdc Chez moi : ---------------- [...] PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 *udma2 * signifies the current active mode ---------------- > Voil� la r�ponse otenue � la commande hdparm -d1 /dev/hdc... > /dev/hdc: > setting using_dma to 1 (on) > HDIO_SET_DMA failed: Operation not permitted > using_dma = 0 (off) Idem chez moi, ce qui n'a pas d'influence. http://www.icewalkers.com/Linux/Howto/Ultra-DMA-8.html ----------------- 8. Activating and Deactivating UDMA Normally, a UDMA-aware kernel will automatically enable UDMA support for drives and interfaces that support it. ------------------- Ce qui est le cas. Le param�tre que tu peux changer (et avec un effet certain) c'est : hdparm -c1 /dev/hdc ou, dans le fichier hdparm.conf -------------- /dev/hdc { ��������io32_support = 1 ��������} ------------- A+, Tom -- Thomas Pimmel email : [EMAIL PROTECTED] http : http://tom.ringard.org -- Pensez � lire la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

