Moin Moin Eduard, my intention was to install the non-debian-package 'webCDwriter' from 'http://joerghaeger.de/webCDwriter/'.
I've tried to find the section in source without having any success to fix it So I've implemented a very 'hot' quickhack by replacing the file '/var/CDWserver/bin/cdrecord' --------------------->schnippel<------------------------ #!/bin/bash # hotfix E="" while test -n "$1" ; do P="$1" shift case "$P" in *ATAPI*) P=`echo $P|sed s/ATAPI/ATA/g` ;; esac E="$E $P" done # debian-script VERS=`uname -r` case "$VERS" in 2.0.*|2.2.*) exec cdrecord.shm "$E" ;; *) echo "exec cdrecord.mmap '$E'" exec cdrecord.mmap $E ;; esac --------------------->schnippel<------------------------ thanx for help markus Am Mittwoch, 16. Februar 2005 23:24 schrieb Eduard Bloch: > Moin Markus! > > Markus Prinzhorn schrieb am Mittwoch, den 16. Februar 2005: > > Package: cdrecord > > Version: 4:2.0+a34-2 > > Severity: Normal > > > > cdrecord could not find my second cdwriter located at /dev/hdd with > > command > > > > > /usr/bin/cdrecord dev=ATAPI -scanbus > > > > (I do not have a device /dev/hdc because of udev and my first cdwriter > > stays at /dev/hdb) > > Don't use dev=ATAPI with kernel 2.6. User dev=ATA: > > Regards, > Eduard. -- wwwww g( o O )g ----oOO--(_)---OOo------------------------------------------- You will be awarded some great honor.
pgpPkBdkWnMKM.pgp
Description: PGP signature