Re: cdbakeoven doesn't see atapi burner

2003-11-14 Thread Bjarne Wichmann Petersen
On Friday 14 November 2003 03:49, Rod Person wrote:
 On Wednesday 12 November 2003 11:47 am, It was written:
  On Wednesday 12 November 2003 17:13, Charles Howse wrote:
Try reading 'man atapicam'. It tells you what needs to be done.
  
   Actually, I read the Handbook section on CD's, added device atapicam to
   my kernel config file, rebuilt the kernel.
   Now my burner is detected in scanbus.
 
  Hmm... interesting. I've done everything described in man/handbook. The
  drives shows up (correctly) in dmesg and with camcontrol. So *why* will
  cdbakeoven not detect the drives?

 did you try running cdbakeoven as root? if you run it as a normal user you
 need to have the correct permissions set to cdrdao for it to be able to
 detect the drive.

Ok... some of this was black talk to me. I just tested cdbakeoven as root, and 
the devices was recognised. So I get the it's something about 
permission-part. What I don't get is the cdrdao-thing; it's a tool/app/
port, right? Don't have it installed. 

But what is it I need to change the permission for? Do i need to set cdda2wav, 
cdrecord and cdparanoia to SUID? Or is it some device I need to set the r-bit 
for in dev/?

Bjarne

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


Re: cdbakeoven doesn't see atapi burner

2003-11-14 Thread Rod Person
On Friday 14 November 2003 06:42 am, It was written:

 Ok... some of this was black talk to me. I just tested cdbakeoven as root,
 and the devices was recognised. So I get the it's something about
 permission-part. What I don't get is the cdrdao-thing; it's a tool/app/
 port, right? Don't have it installed.

cdrdao - CDR Disk At Once, the tool that allows you to record the entire cd at 
once instead of track by track. I believe that cdbakeoven uses this tool to 
detect the records, most of the other KDE recording apps do. I could be 
mistaken it been sometime since I used cdbakeoven.


 But what is it I need to change the permission for? Do i need to set
 cdda2wav, cdrecord and cdparanoia to SUID? Or is it some device I need to
 set the r-bit for in dev/?

the user will need to be in the group that has access to the cd burner device, 
most likely operator. That group will need rw access to the device. As for 
cdrecord and cdparanoia I've not used them so I'm not positive how they work.

-- 
Rod

@ Home So No Cool Signature
AIM: TheRealRoddieRod
Yahoo:RoddieRod
http://opensourcebeef.bsd.st

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


Re: cdbakeoven doesn't see atapi burner

2003-11-14 Thread Bjarne Wichmann Petersen
On Friday 14 November 2003 12:53, Rod Person wrote:
 On Friday 14 November 2003 06:42 am, It was written:
  Ok... some of this was black talk to me. I just tested cdbakeoven as
  root, and the devices was recognised. So I get the it's something about
  permission-part. What I don't get is the cdrdao-thing; it's a
  tool/app/ port, right? Don't have it installed.
 cdrdao - CDR Disk At Once, the tool that allows you to record the entire cd
 at once instead of track by track. I believe that cdbakeoven uses this tool
 to detect the records, most of the other KDE recording apps do. I could be
 mistaken it been sometime since I used cdbakeoven.

cdrdao isn't a dependency for cdbakeoven nor KDE.

  But what is it I need to change the permission for? Do i need to set
  cdda2wav, cdrecord and cdparanoia to SUID? Or is it some device I need to
  set the r-bit for in dev/?
 the user will need to be in the group that has access to the cd burner
 device, most likely operator. That group will need rw access to the device.
 As for cdrecord and cdparanoia I've not used them so I'm not positive how
 they work.

The user is a member of both wheel and operator. And the permission for /dev/
cd* is rw for all. But it's still only root that kan get cdbakeoven to 
recognise the devices.

So, I'm still at loss...

Bjarne

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


Re: cdbakeoven doesn't see atapi burner

2003-11-14 Thread Rod Person
On Friday 14 November 2003 07:45 am, It was written:
 On Friday 14 November 2003 12:53, Rod Person wrote:
  On Friday 14 November 2003 06:42 am, It was written:
   Ok... some of this was black talk to me. I just tested cdbakeoven as
   root, and the devices was recognised. So I get the it's something
   about permission-part. What I don't get is the cdrdao-thing; it's a
   tool/app/ port, right? Don't have it installed.
 
  cdrdao - CDR Disk At Once, the tool that allows you to record the entire
  cd at once instead of track by track. I believe that cdbakeoven uses this
  tool to detect the records, most of the other KDE recording apps do. I
  could be mistaken it been sometime since I used cdbakeoven.

 cdrdao isn't a dependency for cdbakeoven nor KDE.

http://cdbakeoven.sourceforge.net/software.php

it's listed as a requirement on the web site for cd bake oven.

-- 
Rod

@ Home So No Cool Signature
AIM: TheRealRoddieRod
Yahoo:RoddieRod
http://opensourcebeef.bsd.st

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


Re: cdbakeoven doesn't see atapi burner

2003-11-14 Thread Bjarne Wichmann Petersen
On Friday 14 November 2003 13:55, Rod Person wrote:

  cdrdao isn't a dependency for cdbakeoven nor KDE.
 http://cdbakeoven.sourceforge.net/software.php
 it's listed as a requirement on the web site for cd bake oven.

But it's not a dependency in the portssystem! ;) And it shouldn't have any 
influence whether cdbakeoven can detect the devices or not.

Anyway, thanks for your input. I've gotten a step closer; run as root, 
cdbakeoven recognises my devices. ;)

Bjarne

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


Re: cdbakeoven doesn't see atapi burner

2003-11-13 Thread Rod Person
On Wednesday 12 November 2003 11:47 am, It was written:
 On Wednesday 12 November 2003 17:13, Charles Howse wrote:
   Try reading 'man atapicam'. It tells you what needs to be done.
 
  Actually, I read the Handbook section on CD's, added device atapicam to
  my kernel config file, rebuilt the kernel.
  Now my burner is detected in scanbus.

 Hmm... interesting. I've done everything described in man/handbook. The
 drives shows up (correctly) in dmesg and with camcontrol. So *why* will
 cdbakeoven not detect the drives?

did you try running cdbakeoven as root? if you run it as a normal user you 
need to have the correct permissions set to cdrdao for it to be able to 
detect the drive.


-- 
Rod

@ Home So No Cool Signature
AIM: TheRealRoddieRod
Yahoo:RoddieRod
http://opensourcebeef.bsd.st

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


Re: cdbakeoven doesn't see atapi burner

2003-11-12 Thread Bjarne Wichmann Petersen
On Wednesday 12 November 2003 14:38, Charles Howse wrote:
 Hi,
 I have an atapi cd burner that cdbakeoven doesn't see when starting.

 (output from dmesg)
 acd0: CD-RW AOPEN CD-RW CRW5224 1.06 20030110 at ata0-slave UDMA33

 I know I can use burncd, although I haven't tried it.
 I want to get cdbakeoven working.
 I assume I have to load ATAPI/CAM in the kernel, and let cdbakeoven see my
 burner as a SCSI device...?

Try reading 'man atapicam'. It tells you what needs to be done.

 Could anyone point me to some documentation for cdbakeoven, or help me get
 started?

I've gotten as far as making camcontrol devlist show my drives, eg:

ASUS DVD-ROM E612 l.2B   at scbus1 target 0 lun 0 (pass0,cd0)
LITE-ON LTR-24103S XB03  at scbus1 target 1 lun 0 (pass1,cd1)

But cdbakeoven doesn't see those drives... so if you get further... please let 
me know! ;)

Bjarne

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


Re: cdbakeoven doesn't see atapi burner

2003-11-12 Thread Charles Howse
On Wednesday 12 November 2003 08:22 am, Bjarne Wichmann Petersen wrote:

 Try reading 'man atapicam'. It tells you what needs to be done.

Actually, I read the Handbook section on CD's, added device atapicam to my 
kernel config file, rebuilt the kernel.
Now my burner is detected in scanbus.
Still having lots of issues to sort out.

I have created a new data cd successfully by reading an iso image on another 
drive that I created in Windows with Easy CD Creator, but I can't mount that 
cd on FBSD or Windows.

camcontrol devlist shows my burner, but mount -t cd9660 /dev/cd0c /cdrom fails 
with cd9660: /dev/cd0c: Invalid argument
mount /cdrom also fails with cd9660: /dev/acd0c: Input/output error

I have just tried my old, original, 100% legal copy of Windows 95.
It mounts like a charm with either mount /cdrom or mount -t cd9660 /dev/cd0c /
cdrom.  The latter is much faster, though.

So I guess that means the cd's I'm making are somehow bad, or unuseable, or 
the .iso files I'm reading are incompatible with FBSD or cdbakeoven.

The cd's are Maxell CD-RW 650MB, which, of course, I erased with cdbakeoven 
before burning.

I'm copying my Windows 95 cd now, funny, my burner is 52x, but it's only 
burning at 4x, even though I've got the slider all the way to maximum.  I 
guess I can live with that.

OK, I successfully copied the Win95 cd, and can mount it.
That eliminates the cd's, and probably says the .iso images I created with 
Easy CD Creator are *no good* for FBSD or cdbakeoven.
I guess it *could* also be my settings in cdbakeoven, need to research that 
further.

I'm also unable to read/play any commercial audio cd's.  It's like they are 
blank.  This is a *big* issue for me.  I *have* to get this resolved.


  Could anyone point me to some documentation for cdbakeoven, or help me
  get started?

I did find *some* documentation.
In cdbakeoven, Help, About, click the link, browse the FAQ (very minimal) and 
documentation.

Hope this helps!

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


Re: cdbakeoven doesn't see atapi burner

2003-11-12 Thread Bjarne Wichmann Petersen
On Wednesday 12 November 2003 17:13, Charles Howse wrote:

  Try reading 'man atapicam'. It tells you what needs to be done.
 Actually, I read the Handbook section on CD's, added device atapicam to my
 kernel config file, rebuilt the kernel.
 Now my burner is detected in scanbus.

Hmm... interesting. I've done everything described in man/handbook. The drives 
shows up (correctly) in dmesg and with camcontrol. So *why* will cdbakeoven 
not detect the drives?

   Could anyone point me to some documentation for cdbakeoven, or help me
   get started?
 I did find *some* documentation.
 In cdbakeoven, Help, About, click the link, browse the FAQ (very minimal)
 and documentation.
 Hope this helps!

Only as much as I now know it *ought* to work... I just don't know why it 
doesn't... 

Bjarne

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


Re: cdbakeoven doesn't see atapi burner

2003-11-12 Thread Lee Harr
Hmm... interesting. I've done everything described in man/handbook. The 
drives
shows up (correctly) in dmesg and with camcontrol. So *why* will cdbakeoven
not detect the drives?

  Could anyone point me to some documentation for cdbakeoven, or help 
me
  get started?
I did find *some* documentation.
In cdbakeoven, Help, About, click the link, browse the FAQ (very minimal)
and documentation.
Hope this helps!
Only as much as I now know it *ought* to work... I just don't know why it
doesn't...


I have never been able to get anything but burncd working either.
None of the graphical cd burning programs work for me.
You may want to look at kburncd:
http://sourceforge.net/projects/kburncd
http://kburncd.sourceforge.net/
which came very close to working, but looks like it has not been
active since that first release. You may be able to tweak it
a bit and get it to go.
For my needs, burncd works just fine, but try telling that to someone
who has never used a commandline before...
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

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