Re: copy cd nach platte mit dd

From: Herbert <herbert(at)bugat.at>
Date: Mon, 9 Jun 2003 11:35:32 +0200

On Mon, Jun 09, 2003 at 06:54:53AM +0200, Manfred Lotz wrote:
> On Monday 09 June 2003 02:10, Harold Gutch wrote:
> > On Sun, Jun 08, 2003 at 07:38:22PM +0200, Manfred Lotz wrote:
> > > On Sunday 08 June 2003 16:48, Oliver Fromme wrote:
> > > > Manfred Lotz <manfred.lotz(at)web.de> wrote:
> > > > > Ich habe ein IDE CD-ROM LW. Da scheint tosha nicht zu funktionieren.
> > > > > Ich bekomme n?mlich:
> > > > >
> > > > > tosha: cam_lookup_pass: CAMGETPASSTHRU ioctl failed
> > > > > cam_lookup_pass: No such file or directory
> > > > > cam_lookup_pass: either the pass driver isn't in your kernel
> > > > > cam_lookup_pass: or acd0 doesn't exist
> > > >
> > > > Die fehlen /dev/pass* Devices. Mu?t Du mit MAKEDEV anle-
> > > > gen.
> > > >
> > > > Gru?
> > > > Olli
> > >
> > > Habe FreeBSD 5.0, da ist nix mit MAKEDEV, soviel ich weiss.
> >
> > Hast du "device ATAPICAM" und "device pass" im Kernel?
> >
> >
> > bye,
> > Harold
>
> Ich habe "device pass" im Kernel und /dev/pass[0-3] existieren.
>
> Jedoch habe ich "device atapicam" anstatt "device ATAPICAM" im Kernel
>
>
> Manfred

Hei!

Die Tosha Version aus den Ports funktioniert doch nicht mit ATAPI
Laufwerken. Siehe audio/tosha/pkg-descr:

----[snip]----
tosha reads the digital audio / video data through the SCSI
bus; therefore it does not work with IDE/ATAPI CD-ROM drives
nor with proprietary interfaces.
----[snip]----

Es gibt aber eine Version für atapicam:
   http://www.secnetix.de/~olli/tmp/tosha-atapicam.tar.gz

Für FreeBSD 5.x musst Du #include <machine/soundcard.h> auf #include
<sys/soundcard.h> in pcmplay.c:44 ändern.

Außerdem solltest Du statt /dev/acd0 /dev/cd0 verwenden.

Bei mir funktioniet tosha nur mit /dev/cd0, obwohl ich 2 ATAPI-Laufwerke
eingebaut habe.

% camcontrol devlist
<PLEXTOR CD-R PX-W2410A 1.03> at scbus1 target 0 lun 0 (pass0,cd0)
<TOSHIBA DVD-ROM SD-M1402 1010> at scbus1 target 1 lun 0 (pass1,cd1)

% ./tosha -t 1 -d /dev/cd0
Device: /dev/cd0 -- "PLEXTOR" "CD-R PX-W2410A" "1.03"

 track playing start end raw size mp3 size # of track
 number time sector sector in bytes 128 kbps frames type
---------------------------------------------------------------------
    1 6:15'17 0 28141 66189984 6004461 14365 audio

Transferred 63.124 Mb in 27.4 seconds, 2415.7 kb/s, speed: 13.7.

% ./tosha -t 1 -d /dev/cd1
Device: /dev/cd1 -- "TOSHIBA" "DVD-ROM SD-M1402" "1010"
error sending SCSI command: Invalid argument

Hilsen,
Herbert

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 09 Jun 2003 - 11:35:50 CEST

search this site