From: Ron Johnson on
On 2010-03-25 10:59, Rick Pasotto wrote:
[snip]
>
> The grip help talks about making sure that IDE devices use SCSI
> emulation as the 2.4 kernels didn't support dma for IDE. Has that
> changed for the 2.6 kernels?

Yes. Completely different now.

> Just checked the archives for the grip-users mailing list and saw a post
> saying that grip was no longer being maintained in debian. Further
> investigation led me to cdda2wav (for which grip is evidently a front
> end). Looks like I can use that directly from the command line without
> any problem so that will be what I will do.
>

For simply ripping CDs, I've always had great success using abcde.
No frills, simple rip+transcode from WAV -> MP3/OGG/FLAC.

--
"History does not long entrust the care of freedom to the weak
or the timid." Dwight Eisenhower


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4BAB9154.5050900(a)cox.net
From: Mark on
On Thu, Mar 25, 2010 at 9:37 AM, Ron Johnson <ron.l.johnson(a)cox.net> wrote:
>
> For simply ripping CDs, I've always had great success using abcde. No
> frills, simple rip+transcode from WAV -> MP3/OGG/FLAC.
>

I haven't used abcde but your email made me want to learn about it which
resulted in finding the website here http://lly.org/~rcw/abcde/page/ indicating
it is no longer maintained. Also the links to download recent versions or
view recent updates via that website are broken. Is the website is accurate
and the package isn't actively maintained any more?
From: Stephen Powell on
On Thu, 25 Mar 2010 12:37:40 -0400 (EDT), Ron Johnson wrote:
> On 2010-03-25 10:59, Rick Pasotto wrote:
>>
>> The grip help talks about making sure that IDE devices use SCSI
>> emulation as the 2.4 kernels didn't support dma for IDE. Has that
>> changed for the 2.6 kernels?
>
> Yes. Completely different now.
>>
>> Just checked the archives for the grip-users mailing list and saw a post
>> saying that grip was no longer being maintained in debian. Further
>> investigation led me to cdda2wav (for which grip is evidently a front
>> end). Looks like I can use that directly from the command line without
>> any problem so that will be what I will do.
>
> For simply ripping CDs, I've always had great success using abcde.
> No frills, simple rip+transcode from WAV -> MP3/OGG/FLAC.

And for simply playing audio CDs, I like the cdtool package. It
uses the analog play method. For it to work, the cd or dvd drive
must support the "play" command, there must be an audio cable
running between the cd and the sound card, and the sound card driver
must support a CD column in alsamixer. (The CD column has a
separate volume control and is usually not subject to the master
volume control as well, since the CD control is analog and the
master volume control is digital.)

The advantages? Well, the CD is not "mounted" to Linux. There is
no data transfer across the bus from the CD drive to memory.
There is no digital data held in memory. There is no data transfer
across the bus from memory to the PCM device on the sound card.
The CD drive converts the digital data to an analog signal internally
and sends an analog signal to the sound card's CD input. The sound
card is simply functioning as an amplifier. As viewed by the
the host processor, the I/O bus, and host memory, nothing is happening.
It requires no computing resources, one the process is started.

If you insert an audio CD, and you have a desktop environment
running, such as GNOME or KDE, some audio application will
probably be automatically launched. Wait for it to start, then
close the window. Then type "cdplay" in a terminal window.
That's it. There are other commands included in the cdtool
package too, such as cdstop, cdeject, cdinfo, etc.

--
.''`. Stephen Powell <zlinuxman(a)wowway.com>
: :' :
`. `'`
`-


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/986797673.21614981269536809636.JavaMail.root(a)md01.wow.synacor.com
From: Celejar on
On Thu, 25 Mar 2010 09:48:31 -0700
Mark <mamarcac(a)gmail.com> wrote:

> On Thu, Mar 25, 2010 at 9:37 AM, Ron Johnson <ron.l.johnson(a)cox.net> wrote:
> >
> > For simply ripping CDs, I've always had great success using abcde. No
> > frills, simple rip+transcode from WAV -> MP3/OGG/FLAC.
> >
>
> I haven't used abcde but your email made me want to learn about it which
> resulted in finding the website here http://lly.org/~rcw/abcde/page/ indicating
> it is no longer maintained. Also the links to download recent versions or
> view recent updates via that website are broken. Is the website is accurate
> and the package isn't actively maintained any more?

$ apt-cache show abcde
Package: abcde

....

Homepage: http://code.google.com/p/abcde/

Celejar
--
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100325130120.eb33f528.celejar(a)gmail.com
From: Ron Johnson on
On 2010-03-25 11:48, Mark wrote:
> On Thu, Mar 25, 2010 at 9:37 AM, Ron Johnson <ron.l.johnson(a)cox.net
> <mailto:ron.l.johnson(a)cox.net>> wrote:
>
> For simply ripping CDs, I've always had great success using abcde.
> No frills, simple rip+transcode from WAV -> MP3/OGG/FLAC.
>
>
> I haven't used abcde but your email made me want to learn about it which
> resulted in finding the website
> here http://lly.org/~rcw/abcde/page/ indicating it is no longer
> maintained. Also the links to download recent versions or view recent
> updates via that website are broken. Is the website is accurate and the
> package isn't actively maintained any more?

$ apt-cache show abcde

http://code.google.com/p/abcde/
http://code.google.com/p/abcde/updates/list

$ zmore /usr/share/doc/abcde/changelog.Debian.gz

--
"History does not long entrust the care of freedom to the weak
or the timid." Dwight Eisenhower


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4BAB97FC.5080102(a)cox.net