You are not logged in.
I receive the following error when abcde tries to rip an audio CD:
scsi_read error: sector=1631 length=20 retry=0
Sense key: 0 ASC: 0 ASCQ: 0
Transport error: (null)
System error: Cannot allocate memoryI'm using a USB optical drive if that makes any difference.
Last edited by lexan (2014-09-24 01:04:42)
Offline
Have you tried with another CD?
Offline
Have you tried with another CD?
I've tried with other audio CDs and get the same error.
I also tried the device succesffully (ripping and reading) on a mac osx computer to see if it was a hardware device issue.
The error suggests a memory issue, but I have over 2.6 GB free.
Edit: hardware model: samsung portable dvd writer model se-218
http://www.amazon.com/Samsung-Portable- … ter+se-218
Last edited by lexan (2014-09-28 17:09:02)
Offline
Can you please paste your conf?
Offline
Can you please paste your conf?
#.abcde.conf
CDDBMETHOD=cddb
CDDBCOPYLOCAL="y"
CDDBLOCALDIR="$HOME/.cddb"
CDDBLOCALRECURSIVE="y"
CDDBUSELOCAL="y"
PADTRACKS=y
CDROM=/dev/sr0
OUTPUTTYPE=flac
OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM} ${TRACKFILE}'Offline
Nothing there that leaps out at me.
Try running the script with `set -x` to see if that provides more meaningful errors.
Offline
Nothing there that leaps out at me.
Try running the script with `set -x` to see if that provides more meaningful errors.
Excuse my ignorance, but what does `set -x` do, and do I simply include it in the .abcde.conf file?
Thanks :-)
Offline
abcde is just a bash script: adding `set -x` to the top of the script (just under the shebang) will print a trace of the commands as they are run, when you hit your error, it might provide some insight as to what is happening.
Offline