Re: [newbie] MP3 - audio CD

2004-03-20 Per discussione David E. Fox
On Mon, 15 Mar 2004 01:21:20 +0200
robin [EMAIL PROTECTED] wrote:

 Can anyone recommend a program to make normal audio CDs from a bunch
 of mp3s? Googling found me a program which retails at $799. For that,
 I 

$799? Outrageous.

Robin, here's what I do. I use xmms with the dikwriter plugin and
cdrecord. 

open up xmms, select the tracks to burn. This is pretty simple if they
are all in one convenient place. Otherwise you can use gcombust and do
drag  drop from a file management tool like konqueror.

Make a subdirectory to hold the wavs - usually I put them under /tmp.
Next open up the Visualization window, select Audio I/O plugins, select
Diskwriter. This opens up a subwindow, enter in the directory you
created. After you've added all the files, press play, and in a few
minutes (here's where diskwriter shines, it's fast) you'll have a number
of wav's in that directory.

Next open up a command line and

$ cdrecord -dev=ATA:1,0,0 -v -eject -speed 12 -audio pad  list of
files

Most of the time, after entering that I just type the first few letters
of each track, and hit tab. I have to do that repeatedly for each track,
but what the hell, it works :). Otherwise, you can use gcombust, or any
other cd writing tool. But from the tenor of your email it would seem
you're stuck on the mp3-wav conversion.

 Sir Robin


-- 

David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] MP3 - audio CD

2004-03-20 Per discussione David E. Fox
On Mon, 15 Mar 2004 19:49:21 +0200
robin [EMAIL PROTECTED] wrote:


 I didn't know K3B did file conversion - I'd only used it for data 
 backups. That'll teach me to RTFM before I post!

It supposedly does - you can burn the mp3s and convert them at the same
time. But I have found this doesn't always work well in practice. I've
managed to coaster several CDs when trying this approach in the past,
and I've used several front ends when doing so. 

I've found that it does not work well to do this especially if your mp3
sources are not 44.1K/stereo files. A bunch of my OTR is not, and the
various front ends do not pay attention to this, and it results in
coasters featuring chipmunk soounds. Also, from my experience, they do
not support VBR encoding well at all. Having your front end segfault in
the middle of a burn is not encouraging, to say the least.

So far, I've found xmms-diskwriter / cdrecord the best way to do this.

 Sir Robin

-- 

David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] MP3 - audio CD

2004-03-15 Per discussione robin
JoeHill wrote:
On Mon, 15 Mar 2004 01:21:20 +0200
robin disseminated the following:

Can anyone recommend a program to make normal audio CDs from a bunch of 
mp3s? Googling found me a program which retails at $799. For that, I 
wouldn't want a program to make CDs, I'd want a program that could model 
Gollum.


1. Put MP3z in dir.

2. Open a term in dir.

3. for i in *.mp3; do mv $i `echo $i | tr ' ' '_'`;done;

4. for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done;

5. normalize -m *

6. Fire up GCombust, drag WAV files to Audio Files tab, order how you want,
burn.
Tip:

in .bashrc add these lines:

# mp3 functions
function mp3dec() { for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav;
done; }
function mp3ren() { for i in *.mp3; do mv $i `echo $i | tr ' '
'_'`;done; }
Mind the line wrap, of course.

Then lines 3 and 4 are just mp3ren, then mp3dec.

Thanks, this was the kind of thing I was looking for.

Sir Robin

--
Have you googled yet?
Willow, she's seventeen! - Buffy the Vampire Slayer
Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] MP3 - audio CD

2004-03-14 Per discussione Chris
On Sunday 14 March 2004 05:21 pm, robin wrote:
 Can anyone recommend a program to make normal audio CDs from a bunch of
 mp3s? Googling found me a program which retails at $799. For that, I
 wouldn't want a program to make CDs, I'd want a program that could model
 Gollum.

 Sir Robin

How about this, got it from this list quite awhile back, I can't remember 
who posted it.  I run mp3_check first, then mp32wav, then normalize -m then 
I run Tom Brinkmans bacd (thanks Tom) alias file.  Works great and all on 
the CLI.


#!/bin/bash
# mp32wav

mp3file=$*
mkdir wav


for file in $@  ; do
#echo $file
wavfile=`echo $file | sed s/\\.mp3/.wav/`
printf %-50s %-50s\n $file -- $wavfile

# to encode wav--mp3
#lame -h $file $mp3file

# to encode mp3--wav
mpg123 -b 1 -s $file | sox -t raw -r 44100 -s -w -c2 - 
wav/$wavfile
done

HTH

-- 
  Regards
  Chris
  A 100% Microsoft free computer
  Registered Linux User 283774 http://counter.li.org
  8:32pm  up 7 days,  4:18,  6 users,  load average: 0.25, 0.28, 0.38


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] copying audio cd on the fly

2002-11-21 Per discussione Derek Jennings
On Thursday 21 Nov 2002 8:18 am, Jonathan Dlouhy wrote:
 On Wednesday 20 November 2002 5:41 pm, Derek Jennings wrote:
K3b will do it.  It is a *really* nice writer
   
RPM available from Texstar.
http://ftp.ibiblio.org/pub/Linux/distributions/contrib/texstar/linux/
   di st ri butions/mandrake/9.0/rpms/
   
   
derek
  
   I have k3b installed and when I run it from a command line I get this
   error: k3b: undefined symbol: static_QUType_varptr. If I run the setup
   program I get this: k3bsetup: undefined symbol:
   _ZN18QMetaObjectCleanUpC1EPKcPFP11QMetaObjectvE
  
   That's it, the program won't launch at all...
  
   So, if you can help that would be great!
  
   Thanks,
 
  I am running k3b-0.7.1-1mdk on 9.0  No issue like that at all.  Where did
  you get your version from?
 
  I configured both my CD-RW and CD-ROM as ide-scsi devices, and then the
  set up application worked OK,although I did not trust it to rewrite my
  fstab file and did it by hand.
 
 
  derek

 derek, I think it's fixed now. I used the RPM from texstar, and it wanted
 one file called libxft.so.2. I found that on RPMFIND, installed it (RedHat
 RPM), then installed the tex release of k3b.
 Thanks so much for pointing me in the right direction.
 I'd like your personal opinion on this: do you think it matters in any way
 who made the RPMs, whether it's Mandrake, RH or tex. In other words is
 there any point to searching endlessly for an RPM from Mandrake or is it
 just as well to mix and match?

 Thanks,
 Jon

Jon  Yes it does matter who builds your RPMS.  RPMS can be built well, and 
they can be built badly. Texstar builds good RPMs.  He builds them against a 
standard 9.0 distribution. No cooker packages, and no third party packages. 
So you can be fairly confident they will work.  HOWEVER, sometimes his RPMs 
do depend on other RPMs of his own, and that is what you have just 
experienced. He has built k3b with libxft2 as a dependency.

What you have done is found a RedHat version of libxft2  which is NOT built 
against a Mandrake 9.0 distro. So you may have introduced font problems by 
doing so.  What I recommend you do is remove RedHats libxft2 and replace it 
with Texstars. 

Tex's libxft2 is part of a series of packages Tex has built to dramatically 
improve the fonts in Mandrake 9.0. Others packages affected are fontconfig , 
freetype2, and libqt3. (as described here:   
http://www.jennings.homelinux.net/Xft-2.html  )


I suggest you add Texstar as a urpmi source and then everything gets sorted 
out automatically.
  
In a root terminal (all on one line)
urpmi.addmedia texstar 
ftp://ftp.ibiblio.org/pub/Linux/distributions/contrib/texstar/linux/distributions/mandrake/9.0/rpms
 
with ./hdlist.cz

Mandrake Software Manager  will then find Texstar packages as well as Mandrake 
ones.

Update the source now and again with the command
urpmi.update -a


derek




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] copying audio cd on the fly

2002-11-20 Per discussione Jonathan Dlouhy
On Wednesday 20 November 2002 1:12 pm, Miark wrote:
 X-CD-Roast works well for me.

 Miark


With audio CDs? When I try it it says it can't copy audio CDs on the fly. Is 
there a setting somewhere, or are you just a lucky guy? G
Jon


 On Wed, 20 Nov 2002 12:57:47 -0500

 Jonathan Dlouhy [EMAIL PROTECTED] wrote:
  Is there any way to make a direct copy of an audio CD on the fly? Either
  from the command line or (preferably) a GUI program.
 
  Thanks,
  --
  Jonathan Dlouhy
  Wednesday, November 20, 2002
  
  Never drive through a small Southern town at 100mph with the
  local sheriff's drunken 16-year-old daughter on your lap.
  -Anonymous member of a chain gang
  
  Registered Linux user #264482  Powered by Mandrake Linux 9

-




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] copying audio cd on the fly

2002-11-20 Per discussione Stephen Kuhn
On Thu, 2002-11-21 at 04:57, Jonathan Dlouhy wrote:
 Is there any way to make a direct copy of an audio CD on the fly? Either from 
 the command line or (preferably) a GUI program.
 
 Thanks,

There's heaps of rippers for linux - GRip is one - then there are
heaps more - both GUI and commandline.

Sites to check for cool stuff (rippers included):

http://www.betanews.com
http://www.icewalk.com
http://www.gnome.org
http://apps.kde.com
http://www.linuxapps.com
http://freshmeat.net
http://sourceforge.net

If you can't find a ripper, I'd like to sell ya some beach side property
near Alice Springs...

-- 
Thu Nov 21 07:25:00 EST 2002


|____  |
|   /  \ /| |'-.   |
|  .\__/ || |   |  |
|   _ /  `._ \|_|_.-'  |
|  | /  \__.`=._) (_   |kuhn media australia
|  |/ ._/  || |http://kma.0catch.com
|  |'.  `\ | | |stephen kuhn
|  ;/ / | | |email: [EMAIL PROTECTED]
|  smk  ) /_/| |.---.| |mobile: 0410-728-389
|  '  `-`'   |linux user:267497


If builders built buildings the way programmers wrote programs,
then the first woodpecker to come along would destroy civilization.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] copying audio cd on the fly

2002-11-20 Per discussione Derek Jennings
On Wednesday 20 Nov 2002 5:57 pm, Jonathan Dlouhy wrote:
 Is there any way to make a direct copy of an audio CD on the fly? Either
 from the command line or (preferably) a GUI program.

 Thanks,


K3b will do it.  It is a *really* nice writer

RPM available from Texstar.
http://ftp.ibiblio.org/pub/Linux/distributions/contrib/texstar/linux/distributions/mandrake/9.0/rpms/


derek



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] copying audio cd on the fly

2002-11-20 Per discussione Jonathan Dlouhy
On Wednesday 20 November 2002 3:33 pm, Derek Jennings wrote:
 On Wednesday 20 Nov 2002 5:57 pm, Jonathan Dlouhy wrote:
  Is there any way to make a direct copy of an audio CD on the fly? Either
  from the command line or (preferably) a GUI program.
 
  Thanks,

 K3b will do it.  It is a *really* nice writer

 RPM available from Texstar.
 http://ftp.ibiblio.org/pub/Linux/distributions/contrib/texstar/linux/distri
butions/mandrake/9.0/rpms/


 derek

I have k3b installed and when I run it from a command line I get this error: 
k3b: undefined symbol: static_QUType_varptr. If I run the setup program I get 
this: k3bsetup: undefined symbol: 
_ZN18QMetaObjectCleanUpC1EPKcPFP11QMetaObjectvE

That's it, the program won't launch at all...

So, if you can help that would be great!

Thanks,
-- 
Jonathan Dlouhy
Wednesday, November 20, 2002

Make it idiot proof and someone will make a better idiot.

Registered Linux user #264482  Powered by Mandrake Linux 9  








Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] copying audio cd on the fly

2002-11-20 Per discussione Stephen Kuhn
On Thu, 2002-11-21 at 08:23, Jonathan Dlouhy wrote:
 I have k3b installed and when I run it from a command line I get this error: 
 k3b: undefined symbol: static_QUType_varptr. If I run the setup program I get 
 this: k3bsetup: undefined symbol: 
 _ZN18QMetaObjectCleanUpC1EPKcPFP11QMetaObjectvE
 
 That's it, the program won't launch at all...
 So, if you can help that would be great!
 Thanks,

That sounds like it's a QT library fault - unresolved symbol. Have you
checked out that your /etc/ld.so.conf is setup properly? As well, you
might want to make sure that QT is installed properly...

-- 
Thu Nov 21 09:10:00 EST 2002


|____  |
|   /  \ /| |'-.   |
|  .\__/ || |   |  |
|   _ /  `._ \|_|_.-'  |
|  | /  \__.`=._) (_   |kuhn media australia
|  |/ ._/  || |http://kma.0catch.com
|  |'.  `\ | | |stephen kuhn
|  ;/ / | | |email: [EMAIL PROTECTED]
|  smk  ) /_/| |.---.| |mobile: 0410-728-389
|  '  `-`'   |linux user:267497


On the other hand, the TCP camp also has a phrase for OSI people.
There are lots of phrases.  My favorite is `nitwit' -- and the rationale
is the Internet philosophy has always been you have extremely bright,
non-partisan researchers look at a topic, do world-class research, do
several competing implementations, have a bake-off, determine what works
best, write it down and make that the standard.
The OSI view is entirely opposite.  You take written contributions
from a much larger community, you put the contributions in a room of
committee people with, quite honestly, vast political differences and all
with their own political axes to grind, and four years later you get
something out, usually without it ever having been implemented once.
So the Internet perspective is implement it, make it work well,
then write it down, whereas the OSI perspective is to agree on it, write
it down, circulate it a lot and now we'll see if anyone can implement it
after it's an international standard and every vendor in the world is
committed to it.  One of those processes is backwards, and I don't think
it takes a Lucasian professor of physics at Oxford to figure out which.
-- Marshall Rose, The Pied Piper of OSI


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] copying audio cd on the fly

2002-11-20 Per discussione Derek Jennings
On Wednesday 20 Nov 2002 9:23 pm, Jonathan Dlouhy wrote:
 On Wednesday 20 November 2002 3:33 pm, Derek Jennings wrote:
  On Wednesday 20 Nov 2002 5:57 pm, Jonathan Dlouhy wrote:
   Is there any way to make a direct copy of an audio CD on the fly?
   Either from the command line or (preferably) a GUI program.
  
   Thanks,
 
  K3b will do it.  It is a *really* nice writer
 
  RPM available from Texstar.
  http://ftp.ibiblio.org/pub/Linux/distributions/contrib/texstar/linux/dist
 ri butions/mandrake/9.0/rpms/
 
 
  derek

 I have k3b installed and when I run it from a command line I get this
 error: k3b: undefined symbol: static_QUType_varptr. If I run the setup
 program I get this: k3bsetup: undefined symbol:
 _ZN18QMetaObjectCleanUpC1EPKcPFP11QMetaObjectvE

 That's it, the program won't launch at all...

 So, if you can help that would be great!

 Thanks,

I am running k3b-0.7.1-1mdk on 9.0  No issue like that at all.  Where did you 
get your version from?

I configured both my CD-RW and CD-ROM as ide-scsi devices, and then the set up 
application worked OK,although I did not trust it to rewrite my fstab file 
and did it by hand.


derek


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie-it] Audio CD

2002-05-17 Per discussione ku68

Il gio, 2002-05-16 alle 19:22, Nicholas Wieland ha scritto:
 Salve a tutti:
 ho un problema nell'ascolto di CD Audio con Mdk 8.2.
 Premetto dicendo che è almeno una settimana che smanetto senza venirne a
capo.
 Tutto sembra configurato alla perfezione: mi sono loggato come root ma il
risultato non cambia, il cd non si sente, quindi non è questione di
permessi. Sia al log in che al log out sento il sonoro quindi la scheda è
configurata, ho controllato anche la configurazione della stessa e la scheda
è la mia (lo prova il test...). Ho provato ripetutamente a cambiare cdrom
passando dal lettore al masterizzatore ell'emulazione scsi senza risultato.
Ho trafficato ore con il mixer. Nulla...
 Non so realmente quali altri tentativi effettuare, mi rimetto a voi.
 Il cd viene riconosciuto, lo inserisco nel cd-rom e lo chiudo con il
pulsante dell'applicazione, il cd inizia a girare e i brani riportati
dall'applicazione sono corretti: il problema sembra proprio l'output...

 Grazie dell'attenzione,
 Nicholas
Ciao, a me funziona tutto alla perfezione senza aver modificato nulla.
Probabilmente è banale ma hai guardato le impostazioni del mixer sonoro?
Multimedia - suono - tasto dx su mixer sonoro. Guarda se il volume del
cd è attivato.
Con la mdk 8.1 era questo il problema che non mi faceva sentire l'audio.
Ciao
ku68






Re: [newbie-it] Audio CD

2002-05-17 Per discussione Nicholas Wieland

On Fri, 17 May 2002 09:23:32 +0200
ku68 [EMAIL PROTECTED] wrote:

 Ciao, a me funziona tutto alla perfezione senza aver modificato nulla.
 Probabilmente è banale ma hai guardato le impostazioni del mixer sonoro?
 Multimedia - suono - tasto dx su mixer sonoro. Guarda se il volume del
 cd è attivato.
 Con la mdk 8.1 era questo il problema che non mi faceva sentire l'audio.
 Ciao
 ku68
 
 
Si ho smanettato con levette e bottoncini ore ed ora :)

Ciao,
Nicholas 




Re: [newbie-it] Audio CD

2002-05-17 Per discussione paolo brusasco

io ho smanettato giorni per scoprire che per sentire i cd devi mettere 
un cavetto audio tra cd e scheda audio/motherboard.
normalmente nei pc nuovi non c'e. io ne ho recuperati uno l'ho messo e 
funziona.
questo perchè linux non suona i cd tramite il cavo digitale.
se invece installi il plugin xmms-cdread con xmms puoi sentire i cd 
anche senza il cavetto audio.


Nicholas Wieland wrote:

Salve a tutti:
ho un problema nell'ascolto di CD Audio con Mdk 8.2.
Premetto dicendo che è almeno una settimana che smanetto senza venirne a capo.
Tutto sembra configurato alla perfezione: mi sono loggato come root ma il risultato 
non cambia, il cd non si sente, quindi non è questione di permessi. Sia al log in che 
al log out sento il sonoro quindi la scheda è configurata, ho controllato anche la 
configurazione della stessa e la scheda è la mia (lo prova il test...). Ho provato 
ripetutamente a cambiare cdrom passando dal lettore al masterizzatore ell'emulazione 
scsi senza risultato. Ho trafficato ore con il mixer. Nulla...
Non so realmente quali altri tentativi effettuare, mi rimetto a voi.
Il cd viene riconosciuto, lo inserisco nel cd-rom e lo chiudo con il pulsante 
dell'applicazione, il cd inizia a girare e i brani riportati dall'applicazione sono 
corretti: il problema sembra proprio l'output...

Grazie dell'attenzione,
   Nicholas








Re: [newbie-it] Audio CD

2002-05-17 Per discussione sandro

Alle 15:25, venerdì 17 maggio 2002, hai scritto:
 io ho smanettato giorni per scoprire che per sentire i cd devi mettere
 un cavetto audio tra cd e scheda audio/motherboard.
 normalmente nei pc nuovi non c'e. io ne ho recuperati uno l'ho messo e
 funziona.
 questo perchè linux non suona i cd tramite il cavo digitale.
 se invece installi il plugin xmms-cdread con xmms puoi sentire i cd
 anche senza il cavetto audio.

Negativo, non funziona. Anche io avevo (cioè: ho) lo stesso problema e ho 
installato il plugin, ma nisba.
Ciao
Sandro

-- 
Dr. Sandro Porrazzini - A.I.P. n. 2075 - [EMAIL PROTECTED]
Mandrake Linux 8.1 on Pentium III 688 Mhz
Linux Machine # 103048
Linux User # 203143




Re: [newbie-it] Audio CD

2002-05-17 Per discussione paolo brusasco

beh, io avevo provato con mand 8.1 e funzionava.
adesso ho riprovato ma non mi ricordo come si apre il cd da xmms e 
quindi non so se mi rifunziona.
ciao. paolo.

sandro wrote:

 Alle 15:25, venerdì 17 maggio 2002, hai scritto:

 io ho smanettato giorni per scoprire che per sentire i cd devi mettere
 un cavetto audio tra cd e scheda audio/motherboard.
 normalmente nei pc nuovi non c'e. io ne ho recuperati uno l'ho messo e
 funziona.
 questo perchè linux non suona i cd tramite il cavo digitale.
 se invece installi il plugin xmms-cdread con xmms puoi sentire i cd
 anche senza il cavetto audio.


 Negativo, non funziona. Anche io avevo (cioè: ho) lo stesso problema e ho
 installato il plugin, ma nisba.
 Ciao
 Sandro







Re: [newbie-it] Audio CD

2002-05-17 Per discussione Nicholas Wieland

Il plug-in non funziona :(

Ciao e grazie,
Nicholas




Re: [newbie-it] Audio CD

2002-05-16 Per discussione jv

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alle 19:22, giovedì 16 maggio 2002, in merito a [newbie-it] Audio CD, 
Nicholas Wieland ha scritto:


 Il cd viene riconosciuto, lo inserisco nel cd-rom e lo chiudo con il 
 pulsante dell'applicazione, il cd inizia a girare e i brani riportati 
 dall'applicazione sono corretti: il problema sembra proprio l'output...


Ciao, spiegami una cosa: il problema c'è con qualsiasi applicazione tu usi?
xmms, kscd, noatun e compagnia bella?
seconda cosa: se provi la stessa configurazione hardware con un altro so 
tutto funziona a dovere per quel che riguarda l'ascolto di cd audio?

biez_



- -- 
- - jv -
~~~
 mdk 8.1   GNU/Linux 2.4.18
l.u. # 245448  l.m # 126972


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE85BqpoD2O62YfgMARArhzAJ9VcA7MknicFYlYUPPyGFCNICCRNwCgjbkM
BDN5Vc2IljHdxzsThR0APUc=
=k9kB
-END PGP SIGNATURE-




Re: [newbie-it] Audio CD

2002-05-16 Per discussione Nicholas Wieland

On Thu, 16 May 2002 22:46:33 +0200
jv [EMAIL PROTECTED] wrote:

 Ciao, spiegami una cosa: il problema c'è con qualsiasi applicazione tu usi?
 xmms, kscd, noatun e compagnia bella?
 seconda cosa: se provi la stessa configurazione hardware con un altro so 
 tutto funziona a dovere per quel che riguarda l'ascolto di cd audio?
 
 biez_


Nemmeno XMMS legge i cd audio no. Io non uso più Win da un po' ma i cd li leggeva ...
Assurdo, continuo a smanettare ma nulla, non ne vengo a capo :(

Ciao,
Nicholas 




Re: [newbie-it] Audio CD

2002-05-16 Per discussione Fabio Manunza

Alle 23:15, giovedì 16 maggio 2002, hai scritto:
 Mi associa anch'io al problema. Qualunque lettore CD utilizzo (anche in
 root) mi riconosce il disco ma non c'è verso di ascortarlo (cioè
 progredisce regolarmente la lettura ma non si sente nulla). Se uso gli
 stessi programmi per file audio (anche MP3) salvati nei dischi locali
 riesco a sentirli perfettamente. Aiuto!

 Paolo

Awv... E' solo una supposizione ovviamente..
Kmix non ha il valore Cd o il valore Pcm settato a zero, vero?
-- 
-
-- Fabio Manunza -- 
   ## n° macchina 140545 ##
-