Le Wed, 8 May 2002 16:51:01 +0200
Bruno <[EMAIL PROTECTED]> a �crit:
> bonjour !
> Un petit probl�me avec un CDROM tout b�te.
> Il fonctionne parfaitement sous win, et avec xmms ou gcd sous
> Debian, pour la musique, c'est parfait.
> Par contre il me plante compl�tement le syst�me quand j'essaie de
> le monter avec un CD de donn�es.
> Voici le fichier de syslog
>
> May 8 14:00:32 localhost kernel: ide1: BM-DMA at 0xf008-0xf00f, BIOS
> settings: hdc:DMA, hdd:pio
> May 8 14:00:32 localhost kernel: hdc: CRD-8480M, ATAPI CD/DVD-ROM drive
> May 8 14:00:32 localhost kernel: hdc: set_drive_speed_status: status=0x51 {
> DriveReady SeekComplete Error }
> May 8 14:00:32 localhost kernel: hdc: set_drive_speed_status: error=0xb4
> May 8 14:00:32 localhost kernel: hdc: ATAPI 48X CD-ROM drive, 128kB Cache,
> DMA
> le lecteur en maitre sur hdc.
>
> Auriez-vous une id�e ? apparemment c'est le noyau qui d�conne, Faut-il
> recompiler ? un probl�me de Bios (carte m�re abit be6)
Salut
Enl�ve l' acc�s DMA de hdc avec hdparm --- hdparm -d 0 /dev/hdc � mettre dans
un scripts au d�marrage par ex dans /ect/rc.boot
----------------
#!/bin/sh
echo "Enl�ve Dma hdc "
hdparm -d 0 /dev/hdc >/dev/null
----------------
Salut
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]