freebsd 5.2 rc2 and grip issues

2004-01-06 Thread Andrew Thomson
Historically grip has always worked quite well for me..

However just trying to use it on my 5.2 box and it's not working too
well.

Basically it rips the cd in about 5 seconds, and then encodes some mini
me mp3's. If I ask grip just to rip the CD, then it takes about the same
time but no wav's are generated.

Example:

-rw-r--r--  1 ajt  users  128 Jan  7 13:47 Massive Attack -
Protection.mp3

And some more information about my setup:

uid=1001(ajt) gid=1001(users) groups=1001(users), 0(wheel), 5(operator)

crw-rw  1 root  operator4,  12 Jan  7 12:36 acd0
crw-rw  1 root  operator4,  13 Jan  7 12:36 acd1

I tried changed the permissions on the operator group to rw instead of
the default r.. just in case..

acd0: CDROM CRD-8400B at ata1-master PIO4
acd1: CDRW CREATIVE CD-RW RW1210E at ata1-slave PIO4

I've tried both my cd drives and they both do the same thing...
Currently grip is configured to use the specific cdrom device. I have
also tried using a cdrom symlink in dev and pointing to that..

grip-3.1.4

5.2-RC FreeBSD 5.2-RC #0: Wed Dec 31 09:14:18 EST 2003

I'm just not sure what's wrong here..

Anyone using grip on a 5.2RC2 box??

Thanks,

ajt.


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


Re: freebsd 5.2 rc2 and grip issues

2004-01-06 Thread Andrew Thomson
Also just tried what was in the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html

cdda2wav -D /dev/acd0
cdda2wav: Invalid argument. Open by 'devname' not supported on this OS.
Cannot open SCSI driver.
open(/dev/acd0) in file interface.c, line 532

On Wed, 2004-01-07 at 14:04, Andrew Thomson wrote:
 Historically grip has always worked quite well for me..
 
 However just trying to use it on my 5.2 box and it's not working too
 well.
 
 Basically it rips the cd in about 5 seconds, and then encodes some mini
 me mp3's. If I ask grip just to rip the CD, then it takes about the same
 time but no wav's are generated.
 
 Example:
 
 -rw-r--r--  1 ajt  users  128 Jan  7 13:47 Massive Attack -
 Protection.mp3
 
 And some more information about my setup:
 
 uid=1001(ajt) gid=1001(users) groups=1001(users), 0(wheel), 5(operator)
 
 crw-rw  1 root  operator4,  12 Jan  7 12:36 acd0
 crw-rw  1 root  operator4,  13 Jan  7 12:36 acd1
 
 I tried changed the permissions on the operator group to rw instead of
 the default r.. just in case..
 
 acd0: CDROM CRD-8400B at ata1-master PIO4
 acd1: CDRW CREATIVE CD-RW RW1210E at ata1-slave PIO4
 
 I've tried both my cd drives and they both do the same thing...
 Currently grip is configured to use the specific cdrom device. I have
 also tried using a cdrom symlink in dev and pointing to that..
 
 grip-3.1.4
 
 5.2-RC FreeBSD 5.2-RC #0: Wed Dec 31 09:14:18 EST 2003
 
 I'm just not sure what's wrong here..
 
 Anyone using grip on a 5.2RC2 box??
 
 Thanks,
 
 ajt.
 
 
 ___
 [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]


Re: freebsd 5.2 rc2 and grip issues

2004-01-06 Thread Andrew Thomson

I also just recompiled with atapicam et al..

Now I can do the following:

cdda2wav -D 1,0,0 -B
Type: ROM, Vendor 'LG  ' Model 'CD-ROM CRD-8400B' Revision '1.04'
MMC+CDDA
266240 bytes buffer memory requested, 4 buffers, 27 sectors

Which works.. however it is terribly slow compared to when I could just
hook up to /dev/acd0

ajt.

On Wed, 2004-01-07 at 14:57, Andrew Thomson wrote:
 Also just tried what was in the handbook:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html
 
 cdda2wav -D /dev/acd0
 cdda2wav: Invalid argument. Open by 'devname' not supported on this OS.
 Cannot open SCSI driver.
 open(/dev/acd0) in file interface.c, line 532
 
 On Wed, 2004-01-07 at 14:04, Andrew Thomson wrote:
  Historically grip has always worked quite well for me..
  
  However just trying to use it on my 5.2 box and it's not working too
  well.
  
  Basically it rips the cd in about 5 seconds, and then encodes some mini
  me mp3's. If I ask grip just to rip the CD, then it takes about the same
  time but no wav's are generated.
  
  Example:
  
  -rw-r--r--  1 ajt  users  128 Jan  7 13:47 Massive Attack -
  Protection.mp3
  
  And some more information about my setup:
  
  uid=1001(ajt) gid=1001(users) groups=1001(users), 0(wheel), 5(operator)
  
  crw-rw  1 root  operator4,  12 Jan  7 12:36 acd0
  crw-rw  1 root  operator4,  13 Jan  7 12:36 acd1
  
  I tried changed the permissions on the operator group to rw instead of
  the default r.. just in case..
  
  acd0: CDROM CRD-8400B at ata1-master PIO4
  acd1: CDRW CREATIVE CD-RW RW1210E at ata1-slave PIO4
  
  I've tried both my cd drives and they both do the same thing...
  Currently grip is configured to use the specific cdrom device. I have
  also tried using a cdrom symlink in dev and pointing to that..
  
  grip-3.1.4
  
  5.2-RC FreeBSD 5.2-RC #0: Wed Dec 31 09:14:18 EST 2003
  
  I'm just not sure what's wrong here..
  
  Anyone using grip on a 5.2RC2 box??
  
  Thanks,
  
  ajt.
  
  
  ___
  [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]
 


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