You are not logged in.
Pages: 1
did a -Syu and installed the most current kernel 2.6.16.1-8, rebooted and now my cd burner isnt recognized. the window that opens when you put a cd in that asks what you want to do doesnt open and k3b no longer sees the drive. did i miss something on the update for the kernel? i did notice a new fstab.pacnew, but there is nothing different in it that fstab did not already have
Offline
anyone?
Offline
I can't do anything other than confirm the problem.
My system is experiencing the same symptoms.
EDIT: Perhaps just a little flaky...it all works again on 2nd reboot.
/path/to/Truth
Offline
I am having similar problems. I filed a bug report. See http://bugs.archlinux.org/task/4419
Please feel free to add anything to the bug report that might help solve the problem.
Rob
Offline
do you have the ide_cd module loaded?
Offline
I'm running into the same problem. Here is some (edited) output from cdrdao:
# sudo cdrdao copy --source-device ATA:1,0,0 --device ATA:0,0,0
...
Turning BURN-Proof on
Enabling JustSpeed.
Executing power calibration...
Power calibration successful.
--device: Success. : scsi sendcmd: no error
CDB: 2A 00 FF FF FF 6A 00 00 1A 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 64 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 61152
cmd finished after 0.003s timeout 180s
ERROR: Write data failed.
ERROR: Writing failed.
ERROR: CD copying failed.
The output before this is normal. The errors at the bottom are the only anamoly. Modules are autoloaded on my computer and ide_cd is loaded.
Unlike those above me, my optical drives are present in /dev.
Sweet, now I can play with myself.
Offline
try:
modprobe capability
Offline
adding capability worked for me. Why did this work? Why do I need to add it now but didn't need to earlier?
Sweet, now I can play with myself.
Offline
Heya,
are you sure that you have permissions to read and write to the device? I noticed that the group of the cdrom and dvdrom that I checked was set to disk and not optical.
greetings,
Michel
Offline
Pages: 1