ho compilato stamani il kernel 2.6.24.4 ed ho notato un errore nel momento in cui viene caricato il modulo ide_cd. Ecco l'output:
Codice: Seleziona tutto
hdb: ATAPI 52X DVD-ROM drive, 256kB Cache
Uniform CD-ROM driver Revision: 3.20
hdc: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hdc: ATAPI CD-ROM drive, 0kB Cache
hdc: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hdc: drive not ready for command
...Come vedete il mio primo lettore /dev/hdb (primary slave) viene rilevato correttamente. Il secondo invece /dev/hdc (secondary master) non viene rilevato bene.
Il drive in questione è un masterizzatore e nel kernel ho disabilitato l'opzione
ovvero l'emulazione scsi perchè nel menù del kernel c'è scritto, proprio su quella voceCONFIG_BLK_DEV_IDESCSI
Ultima informazione, al kernel passo il parametro:WARNING: ide-scsi is no longer needed for cd writing applications!
The 2.6 kernel supports direct writing to ide-cd, which eliminates
the need for ide-scsi + the entire scsi stack just for writing a
cd. The new method is more efficient in every way.
Qualcuno sa come risolvere il problema?hdc=ide-cd
Grazie mille,
Spina
