Re: atapi/cam driver

2004-06-22 Thread Simon Barner
Hi, your kernel configuration looks good: # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering [...] # Yes they

Re: atapi/cam driver

2004-06-22 Thread Gerard Samuel
On Tuesday 22 June 2004 08:28 am, Simon Barner wrote: Hi, your kernel configuration looks good: # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options

atapi/cam driver

2004-06-21 Thread Gerard Samuel
Im trying to set it up, and Im not getting any real output from camcontrol devlist. Im following instructions from http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html#ATAPICAM. dmesg only shows the devices as atapi devices, and not scsi. Does anyone have an idea where Im

atapi/cam driver

2004-06-20 Thread Gerard Samuel
Im trying to set it up, and Im not getting any real output from camcontrol devlist. Im following instructions from http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html#ATAPICAM. dmesg only shows the devices as atapi devices, and not scsi. Does anyone have an idea where Im

Re: Using the ATAPI/CAM Driver

2004-02-03 Thread Shantanoo
| X-Status: Q | X-KMail-EncryptionState: | X-KMail-SignatureState: | | I've enabled the ATAPI/CAM driver in my kernel under freebsd 5.2 - this has | given me two devices: /dev/cd0 and /dev/cd1. Thus far, I'm able to burn | CDs/DVDs but I am having trouble mounting them (as root). | | If I

Re: Using the ATAPI/CAM Driver

2004-02-01 Thread Melvyn Sopacua
On Sunday 01 February 2004 00:54, Jeff Elkins wrote: On Saturday 31 January 2004 6:35 pm, Melvyn Sopacua wrote: On Saturday 31 January 2004 18:54, Jeff Elkins wrote: I _can_ mount cds using the /dev/acd* devices, while using the /dev/cd* devices for writing. Is this the way atapi cdrws

Re: Using the ATAPI/CAM Driver

2004-02-01 Thread Melvyn Sopacua
On Sunday 01 February 2004 00:54, Jeff Elkins wrote: All recording functions work, both with cdrecord and growisofs. The only issue is being unable to mount with /dev/cd0, /dev/cd1. I realise that I'm in uncharted waters with 5.2, and I appreciate the reply. Actually - I just tried to mount

Re: Using the ATAPI/CAM Driver

2004-01-31 Thread Jeff Elkins
... I've enabled the ATAPI/CAM driver in my kernel under freebsd 5.2 - this has given me two devices: /dev/cd0 and /dev/cd1. Thus far, I'm able to burn CDs/DVDs but I am having trouble mounting them (as root). If I issue the command: mount /cdrom or mount -t cd9660 /dev/cd0 /cdrom I get

Re: Using the ATAPI/CAM Driver

2004-01-31 Thread Melvyn Sopacua
On Saturday 31 January 2004 11:31, Jeff Elkins wrote: That succeeded in freezing the permissions from boot to boot, but I still get the error cd9660: /dev/cd0: Device not configured when I try to mount a cd via the passthrough device: mount -t cd9660 /dev/cd0 /cdrom I _can_ mount cds using

Re: Using the ATAPI/CAM Driver

2004-01-31 Thread Jeff Elkins
On Saturday 31 January 2004 11:25 am, Melvyn Sopacua wrote: On Saturday 31 January 2004 11:31, Jeff Elkins wrote: That succeeded in freezing the permissions from boot to boot, but I still get the error cd9660: /dev/cd0: Device not configured when I try to mount a cd via the passthrough

Re: Using the ATAPI/CAM Driver

2004-01-31 Thread Melvyn Sopacua
On Saturday 31 January 2004 18:54, Jeff Elkins wrote: I _can_ mount cds using the /dev/acd* devices, while using the /dev/cd* devices for writing. Is this the way atapi cdrws are supposed to work under freebsd? So, is cam compiled into the kernel? Do you have the xpt SCSI driver?

Re: Using the ATAPI/CAM Driver

2004-01-31 Thread Jeff Elkins
On Saturday 31 January 2004 6:35 pm, Melvyn Sopacua wrote: On Saturday 31 January 2004 18:54, Jeff Elkins wrote: I _can_ mount cds using the /dev/acd* devices, while using the /dev/cd* devices for writing. Is this the way atapi cdrws are supposed to work under freebsd? So, is cam

Using the ATAPI/CAM Driver

2004-01-30 Thread Jeff Elkins
enabled the ATAPI/CAM driver in my kernel under freebsd 5.2 - this has given me two devices: /dev/cd0 and /dev/cd1. Thus far, I'm able to burn CDs/DVDs but I am having trouble mounting them (as root). If I issue the command: mount /cdrom or mount -t cd9660 /dev/cd0 /cdrom I get the message

Using the ATAPI/CAM Driver

2004-01-30 Thread Jeff Elkins
No responses on this yet, but I can hope :) Another issue: After changing the permissions on the /dev/pass* devices, following a reboot, they all reverted, rendering k3b useless. I'd appreciate some help... I've enabled the ATAPI/CAM driver in my kernel under freebsd 5.2 - this has

Re: Using the ATAPI/CAM Driver

2004-01-30 Thread slave-mike
Jeff Elkins wrote: No responses on this yet, but I can hope :) Another issue: After changing the permissions on the /dev/pass* devices, following a reboot, they all reverted, rendering k3b useless. I'd appreciate some help... I've enabled the ATAPI/CAM driver in my kernel under freebsd