Re: CDRW trouble

2004-09-05 Thread Parv
Replying to BSDjunkie's message in order to reply to OP as i do not
have OP...


> Matt Juszczak <[EMAIL PROTECTED]> wrote:
> > 
> > deputy# burncd -f /dev/acd0c -s 1 data [some iso] fixate
...
> > only wrote -1 of 32768 bytes err=5
> > 
> > fixating CD, please wait..
> > burncd: ioctl(CDRIOCFIXATE): Input/output error
...
> > Console displays WRITE_BIG and CLOSE_TRAC/SESSION errors using
> > burncd.
...
> > Running 4.10-RELEASE.  Any ideas?  Thanks!

Well, i got the same error a few hours ago which surprised me as
burncd(1) worked on FreeBSD some before version 4.10-p2 just fine w/
the all the same relevant hardware.

Google led me to...

  - Same problem as mine, no resolution:
  http://groups.google.com/groups?th=b1d5200b25098ae6

  - PR, otherwise useless:
  http://groups.google.com/groups?th=b81d9b7f1152cfb1
  http://www.freebsd.org/cgi/query-pr.cgi?pr=38863

  - Problem w/ resolution (finally!):
  http://groups.google.com/groups?th=bb6c5bef4dc625a0


...so after bloating^Wchanging the kernel as listed in the last
thread, i was able to burn CD in [SD]AO mode w/ the following
command...

  #  "speed" & "dev" are specific to my CD-RW drive
  cdrecord -v -dao speed=4 dev=1,0,0 -data 


If interested, below is some more relevant data for my situation
(FreeBSD 4.10-p2 on Dell Inspiron 5000e)...

  - Output of "cdrecord -scanbus":
scsibus1:
  1,0,0   100) 'SONY' 'CD-RW  CRX700E  ' '1.4h' Removable CD-ROM

  - Kernel configuration:
  http://www103.pair.com/parv/comp/unix/cf/freebsd/kern.atapicam.05sep2004

  - Dmesg:
  http://www103.pair.com/parv/comp/unix/err/dmesg/dmesg-4.10-p2-2004.06.30.17.33.59


  - Parv
  (my name)

-- 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CDRW trouble

2004-09-04 Thread BSDjunkie
I know that  you are using burncd...but I've always
had more luck with cdrecord myselfeven though I
don't have a scsi driver adding atapicam to the kernel
works nicely.

Maybe you're trying to burn too fast?

I always have better luck at slower speedsnever
burn (or try to burn) at 52x when you have a 52x cdrw
drive...some older cdroms can't read cd's that are
burnt at fast speeds.

I usually use the slowest speed, but that's just me.

Sorry I'm not much help with burncd.

Mark

--- Matt Juszczak <[EMAIL PROTECTED]> wrote:

> Hello everyone,
> 
> Having some trouble with my cdrw ...
> 
> deputy# burncd -f /dev/acd0c -s 1 data
> /home/matt/devel/monodevel/cd.iso fixate
> next writeable LBA 0
> writing from file /home/matt/devel/monodevel/cd.iso
> size 12064 KB
> 
> only wrote -1 of 32768 bytes err=5
> 
> fixating CD, please wait..
> burncd: ioctl(CDRIOCFIXATE): Input/output error
> deputy# 
> 
> Might also want to see http://paste.atopia.net/58
> 
> Console displays WRITE_BIG and CLOSE_TRAC/SESSION
> errors using burncd.
> 
> I've tried changing:
> 
>   -CD RW drive
>   -CD RW Media
>   -Hardware (got an entirely new machine in here)
>   -cables
> 
> The only thing I havben't changed is the hard drive
> (haven't tried a new install of
> bsd or a different OS).
> 
> Running 4.10-RELEASE.  Any ideas?  Thanks!
> 
> -Matt
> 
> ___
> [EMAIL PROTECTED] mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"