Code: Select all
# cdrwtool -d /dev/hdc -qand what do you have in /dev/pktcdvd ?
mvh
Edit: try (NB! change 'hdc' for your device)
Code: Select all
# cdrecord blank=fast dev=/dev/hdcCode: Select all
# cdrwtool -d /dev/hdc -qCode: Select all
# cdrecord blank=fast dev=/dev/hdc
Cintra wrote:are you usingCode: Select all
# cdrwtool -d /dev/hdc -q
and what do you have in /dev/pktcdvd ?
mvh
Edit: try (NB! change 'hdc' for your device)and retry cdrwtoolCode: Select all
# cdrecord blank=fast dev=/dev/hdc
Code: Select all
nomad ~ # ls -l /dev/pktcdvd/
totaal 0
brw-r----- 1 root root 254, 0 apr 13 22:18 0
crw-rw---- 1 root cdrw 10, 62 apr 13 22:18 control
brw-rw---- 1 root cdrw 254, 0 apr 13 22:18 pktcdvd0Code: Select all
nomad ~ # cdrwtool -d /dev/hdc -q
using device /dev/hdc
1568KB internal buffer
setting write speed to 12x
Settings for /dev/hdc:
Fixed packets, size 32
Mode-2 disc
I'm going to do a quick setup of /dev/hdc. 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.24.00
blank disc: Illegal seekCode: Select all
nomad ~ # cdrwtool -d /dev/hdc -q
using device /dev/hdc
1568KB internal buffer
setting write speed to 12x
Settings for /dev/hdc:
Fixed packets, size 32
Mode-2 disc
I'm going to do a quick setup of /dev/hdc. 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.24.00
blank disc: Illegal seekCode: Select all
# dvd+rw-format /dev/hdc
# mkudffs /dev/pktcdvd/0Code: Select all
# CD-ROM/DVD Filesystems
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y
Code: Select all
# rc-update add pktcdvd default Code: Select all
/dev/dvd /mnt/dvd iso9660 noauto,user,rw 0 0
/dev/dvd1 /mnt/dvd1 iso9660 noauto,user,rw 0 0
/dev/pktcdvd/hdc /mnt/dvdrw udf noauto,noatime,rw,user 0 0
/dev/pktcdvd/hdd /mnt/dvdrw1 udf noauto,noatime,rw,user 0 0

Code: Select all
# CD-ROM/DVD Filesystems
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=yHei & Happy EasterDeepBass909 wrote:dvd+rw-format doesn't work, because my burner can't burn DVD's
I have a QSI SBW241 (as you can see in the output of the different programs). Is a laptop DVD/CDRW combo drive. In windows it's working fine, so on the hardware level there's nothing wrong.
I'm running the 2.6.16-r1 kernel at the moment, but I'm trying to get it to work for at least half a year now. So I've tried a lot of different kernels in the process.
And I run pktsetup as told.
Btw, how kan I make the pktcdvd devices permanent in a 100% udev controlled /dev? Because on a reboot I get a /dev/pkcdvd/control device and I have to re-run pktsetup.

Happy EasterCintra wrote:Hei & Happy EasterDeepBass909 wrote:dvd+rw-format doesn't work, because my burner can't burn DVD's
I have a QSI SBW241 (as you can see in the output of the different programs). Is a laptop DVD/CDRW combo drive. In windows it's working fine, so on the hardware level there's nothing wrong.
I'm running the 2.6.16-r1 kernel at the moment, but I'm trying to get it to work for at least half a year now. So I've tried a lot of different kernels in the process.
And I run pktsetup as told.
Btw, how kan I make the pktcdvd devices permanent in a 100% udev controlled /dev? Because on a reboot I get a /dev/pkcdvd/control device and I have to re-run pktsetup.
http://lists.suse.com/archive/packet-wr ... /0033.html is rather old but very much like what you experience.. I'm not on Gentoo at the moment so I can't tell you how I fixed the pktsetup reboot problem, other than to stick the line in Konqueror > Go > Autostart.
You can use the /etc/init.d/pktcdvd script automatically by doing:DeepBass909 wrote:Btw, how kan I make the pktcdvd devices permanent in a 100% udev controlled /dev? Because on a reboot I get a /dev/pkcdvd/control device and I have to re-run pktsetup.
Code: Select all
rc-update add pktcdvd default