Re: Detecting CD devices

2005-01-20 Thread Lowell Gilbert
Trey Sizemore [EMAIL PROTECTED] writes:

 On Wed, 2005-01-19 at 16:06 -0500, Lowell Gilbert wrote:
  What device are those applications looking for?  
  
  Perhaps (just a guess) they're looking for /dev/cdrom or /dev/cd0 and
  you only have /dev/acd0?
 
 I'm not sure.  I thought I remember there being a way to 'alias' the
 devices such that /dev/cdrom, /dev/dvd, etc. could point to the same
 device such that programs would find them.  Is this the case?  How would
 fstab look?

fstab(5) is irrelevant; that has to do with mounting filesystems.

What you're thinking of is called a symbolic link (see ln(1)).
On 5.x, you can configure devfs(8) to make links for you.
/etc/devfs.conf comes with an example for making a link from /dev/acd0
to /dev/cdrom.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Detecting CD devices

2005-01-19 Thread Lowell Gilbert
Trey Sizemore [EMAIL PROTECTED] writes:

 I've been working to get my CD-RW and DVD drives seen on my FBSD
 5.3-STABLE box and mountable by a normal user account.  I've succeeded
 with a minor glitch or two.  I can mount the devices and can play DVDs
 and burn using k3b, but...
 
 I can't use SoundJuicer and cdbakeoven does not detect the devices!  Per
 posts I'd seen on this list and on a BSD forum, I've got the following
 in /etc/devfs.conf:

What device are those applications looking for?  

Perhaps (just a guess) they're looking for /dev/cdrom or /dev/cd0 and
you only have /dev/acd0?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Detecting CD devices

2005-01-19 Thread Jason Henson
On 01/18/05 18:47:31, Trey Sizemore wrote:
I've been working to get my CD-RW and DVD drives seen on my FBSD
5.3-STABLE box and mountable by a normal user account.  I've  
succeeded
with a minor glitch or two.  I can mount the devices and can play  
DVDs
and burn using k3b, but...

I can't use SoundJuicer and cdbakeoven does not detect the devices!
Per
posts I'd seen on this list and on a BSD forum, I've got the  
following
This is all I added to /etc/devfs.conf.  I thin added my user to the  
group cd_access.  I and any programs I run can use /dev/acd0 without  
problems.  You would add another set for for acd1(or whatever a dvd  
would be).  BTW, your devfs.conf only shows 1 cdrom as master, no dvd  
or second drive is mentioned in there.

own /dev/acd0   root:cd_access
perm/dev/acd0   0770
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Detecting CD devices

2005-01-19 Thread Trey Sizemore
On Wed, 2005-01-19 at 16:06 -0500, Lowell Gilbert wrote:
 What device are those applications looking for?  
 
 Perhaps (just a guess) they're looking for /dev/cdrom or /dev/cd0 and
 you only have /dev/acd0?

I'm not sure.  I thought I remember there being a way to 'alias' the
devices such that /dev/cdrom, /dev/dvd, etc. could point to the same
device such that programs would find them.  Is this the case?  How would
fstab look?

-- 
Cheers,
Trey
---

The most costly of all follies is to believe passionately in the
palpably not true.
It is the chief occupation of mankind.
-- H.L. Mencken 

6:59PM up 2 days, 25 mins, 1 user, load averages: 1.31, 0.76, 0.60 
FreeBSD salamander.thesizemores.net 5.3-STABLE i386

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