On Tuesday 21 July 2009 08:47:35 Mark Moellering wrote:
> On Monday 20 July 2009 08:39:45 pm ajtiM wrote:
> > Hi!
> >
> > My system: FreeBSD 7.2, KDE 3.5.10
> >
> > I did try to burn data DVD with my NEC DVD ND-1300A but I got an error:
> > :-( Media is not formatted or unsupported
> >
> > Write error
> >
> > Debugging output:
> >
> > System
> > -----------------------
> > K3b Version: 1.0.5
> >
> > KDE Version: 3.5.10
> > QT Version:  3.3.8
> > Kernel:      7.2-RELEASE-p2
> > Devices
> > -----------------------
> > _NEC DVD_RW ND-1300A 1.06 (/dev/cd0, ) [CD-R, CD-RW, CD-ROM, DVD-ROM,
> > DVD-R, DVD-RW, DVD+R, DVD+RW] [DVD-ROM, DVD-R Sequential, DVD-RW
> > Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, CD-ROM, CD-R,
> > CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R,
> > Restricted Overwrite]
> >
> > Burned media
> > -----------------------
> > DVD-R Sequential
> >
> > K3bIsoImager
> > -----------------------
> > mkisofs print size result: 1930464 (3953590272 bytes)
> > Pipe throughput: 33570816 bytes read, 33562624 bytes written.
> >
> > Used versions
> > -----------------------
> > mkisofs: 2.1
> > growisofs: 7.1
> >
> > growisofs
> > -----------------------
> > Executing 'builtin_dd if=/dev/fd/0 of=/dev/pass4 obs=32k seek=0'
> > /dev/pass4: "Current Write Speed" is 1.0x1352KBps.
> >
> > :-[ wr...@lba=0h failed with SK=5h/CANNOT WRITE MEDIUM - INCOMPATIBLE
> > : FORMAT]:
> >
> > Invalid argument
> >
> > :-( media is not formatted or unsupported.
> > :-( write failed: Invalid argument
>
> --- diagnostics removed ---
>
> Some thoughts.  Every time I set up k3b to run under FreeBSD I had to run
> it as root or it would not recognize the drive properly.  The first thing I
> can think of is to make sure that under set -> devices your drive is
> displayed properly.  If not, try running k3b as root.  Not an ideal
> solution but ti should at least get you going, if that is the problem.
>
> The other problem I have had is that I had to change from
> Writing Mode : Auto
> to    Writing Mode: DAO
>
> I don't know why but I would have read / write errors, change the Write
> Mode to DAO and then it would work.
>
> I hope this helps, I understand your frustration...
>
> Mark
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"

I did try but it didn't work (burning of CD works).
In /var/log/messages I have:
...
ul 21 16:34:49 athena kernel: acd0: FAILURE - READ_TOC ILLEGAL REQUEST 
asc=0x24 ascq=0x00 sks=0x40 0x00 0x06
Jul 21 16:34:49 athena last message repeated 2 times
Jul 21 16:34:49 athena kernel: (cd0:ata1:0:0:0): READ TOC/PMA/ATIP. CDB: 43 0 
0 0 0 0 0 0 4 0
Jul 21 16:34:49 athena kernel: (cd0:ata1:0:0:0): CAM Status: SCSI Status Error
Jul 21 16:34:49 athena kernel: (cd0:ata1:0:0:0): SCSI Status: Check Condition
Jul 21 16:34:49 athena kernel: (cd0:ata1:0:0:0): ILLEGAL REQUEST asc:24,0
Jul 21 16:34:49 athena kernel: (cd0:ata1:0:0:0): Invalid field in CDB: Command 
byte 6 is invalid
Jul 21 16:34:49 athena kernel: (cd0:ata1:0:0:0): Unretryable error
Jul 21 16:35:39 athena kernel: acd0: FAILURE - READ_TOC ILLEGAL REQUEST 
asc=0x24 ascq=0x00 sks=0x40 0x00 0x06
Jul 21 16:36:12 athena kernel: acd0: FAILURE - RESERVE_TRACK ILLEGAL REQUEST 
asc=0x30 ascq=0x05
Jul 21 16:36:12 athena kernel: acd0: FAILURE - WRITE_BIG ILLEGAL REQUEST 
asc=0x30 ascq=0x05
....

in /etc/devfs.conf:

 Commonly used by many ports
link    acd0    cdrom
link    acd0    dvd
link    cd0     cdrom
link    cd0     dvd



# K3b
perm    /dev/acd0       0666
perm    /dev/cd0        0666
perm    cdrom   0666
perm    dvd     0666
perm    xpt0    0666
perm    pass4   0666

and in /etc/fstab:

/dev/acd0               /cdrom          cd9660  ro,noauto       0       0
/dev/cd0                /cdrom          cd9660  ro,noauto       0       0

Thanks.
-- 
Mitja
-----
http://starikarp.redbubble.com
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to