|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] CD Writer Softwear? And MP3-wav conversion?
|
On Thu, Oct 25, 2001 at 11:05:24AM -0500, thanous@dca.net wrote:
> Hi all...
>
> I have a mandrake system up and running with a IDE CD burner installed. I wanted
> to try and make some CD's with it. But I am not sure how to get it to work
> correctly. I have heard some tales about people using some kind of SCSI emulation
> for it to work properly. I figured before I beat my head against the wall I
> would ask the list first.
in your lilo.conf it should look something like this:
<snip>
image=/vmlinuz
label=linux
append="hdd=ide-scsi"
read-only
</snip>
change hdd to where you've installed your cdwriter:
primary master: hda
primary slave: hdb
secondary master: hdc
secondary slave: hdd
>
> Also... I have been looking for a utility that will convert some MP3's to .wav
> fiels. Does anyone have a favorite that they use?
mpg123 mp3file.mp3 -w converted_file.wav
>
> Thanks
>
> Anthony
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
>
--
@a=(Lbzjoftt,Inqbujfodf,Hvcsjt); $b="Lbssz Wbmm"
;$b =~ y/b-z/a-z/ ; $c =" Tif ". @a ." hsfbu wj"
."suvft pg b qsphsbnnfs". ":\n";$c =~y/b-y/a-z/;
print"\n\n$c ";for($i=0;$i<@a; $i++) { $a[$i] =~
y/b-y/a-z/;if($a[$i]eq$a[-1]){print"and $a[$i]."
;}else{ print"$a[$i], ";}}print"\n\t\t--$b\n\n";
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|