http://forums.gentoo.org/viewtopic-p-25 ... ml#2570897
i'm haveing several problems with packet writing...when i try to blank my own fresh cd-r with /etc/init.d/cdrw start and cdrwtools i get this
Code: Select all
crystal cody # cdrwtool -d /dev/cdrw -q
using device /dev/cdrw
1386KB internal buffer
setting write speed to 12x
Settings for /dev/cdrw:
Fixed packets, size 32
Mode-2 disc
I'm going to do a quick setup of /dev/cdrw. The disc is going to be blanked and formatted with one big track. All data on the device will be lost!! Press CTRL-C to cancel now.
ENTER to continue.
Initiating quick disc blank
wait_cmd: Input/output error
Command failed: a1 01 00 00 00 00 00 00 00 00 00 00 - sense 05.30.06
blank disc: Illegal seek
looking in dmesg
Code: Select all
pktcdvd: writer pktcdvd0 mapped to hdc
cdrom: This disc doesn't have any tracks I recognize!
in addition, without using /etc/init.d/cdrw stop, i cant eject the disc (sometimes apparently, because i just reached down and ejected the disc, strangeley enough)
the other problem im haveing is with mounting a cd-r writtine using roxio under windows, if i try mount /dev/hdc /mnt/cdrom , its detected as an iso9660 with the files
autorun.inf udfrchk.exe udfrinst.zl
autrun.inf just launches udfrchk.exe which tries to install the roxio udf reader w/e
however if i try to mount it as udf with mount -t udf /dev/hdc /mnt/cdrom (with packet writing still enabled)i get
Code: Select all
crystal cody # mount -t udf /dev/hdc /mnt/cdrom
mount: block device /dev/hdc is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
or too many mounted file systems
and in dmesg
Code: Select all
cdrom: hdc: mrw address space DMA selected
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
ide: failed opcode was: unknown
end_request: I/O error, dev hdc, sector 261492
hdc: command error: status=0x51 { DriveReady SeekComplete Error }
hdc: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
ide: failed opcode was: unknown
end_request: I/O error, dev hdc, sector 261484
UDF-fs: No partition found (1)
and the same with packetwriting disabled(/etc/init.d/cdrw stop)
does anyone have any suggestions?
im using the 2.6.11-gentoo-r11 kernel and the 1.0.0b-r4 version of udftools