LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-10-2003, 11:41 PM   #1
magicvash
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1 (x86)
Posts: 62

Rep: Reputation: 15
Cendyne Liteon 24102b...where is cdrecord???


Yet another n00b post for me

Apologies if this has been covered before but I couldn't find anything that pertained to the problem I'm having.

I have a Cendyne 24x burner which is really a Liteon 24102B. In addition, I have a Toshiba 16X DVD ROM. Both work quite well; however when i try to launch k3bsetup, it tells me that cdrecord is not installed. I say fine, load up the package manager in Mandrake (9.1 btw) to install cdrecord but it isn't listed there; under "Remove software" it *is* listed though. typing "locate cdrecord" in a terminal shows a bunch of howto's and man page entries but no /usr/bin/cdrecord or wherever it is.. Does anyone have any suggestions?

Also, k3b does not recognize this burner. SCSI emulation is already enabled (I checked all of that first) so I don't know what else to do. Please help!!!

I really don't want to have to boot into windows *just* to burn a cd.

Many thanks in advance
 
Old 08-11-2003, 09:39 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Are you trying this as root? You must be root until cdrecord is configured for users.

# CD burning info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

# Mandrake links
Mandrake home page
Mandrake Users website
Easy urpmi config for Mandrake
urpmi mini-HOWTO
Easy software management: Red Carpet
Maximum RPM
rpmfind
You didn't install the developmental packages? As root, command:
urpmi gcc
An Introduction to the Midnight Commander. You can install it by commanding:
urpmi mc
Midnight Commander home page

Last edited by fancypiper; 08-11-2003 at 09:42 AM.
 
Old 08-11-2003, 05:26 PM   #3
magicvash
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1 (x86)
Posts: 62

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by fancypiper
Are you trying this as root? You must be root until cdrecord is configured for users.
That's the problem; cdrecord isn't anywhere on my system. Yet when i type "urpmi cdrecord" it says "everything already installed". I'm not sure if this is a hardware problem anymore or more of a software problem with Mandrake 9.1. Any suggestions please?
 
Old 08-11-2003, 05:49 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
There is root and then there is full root and I don't understand your problem unless you post exactly what you did and typed.

To change to the full root power account, use these commands in an x terminal from your user account. Note the change in the prompt.
Code:
[fancy@tinwhistle fancy]$ su -
Password: 
[root@tinwhistle root]#
If it doesn't work from that, give the full path to where cdrecord is installed on your system.

Last edited by fancypiper; 08-11-2003 at 05:50 PM.
 
Old 08-11-2003, 05:58 PM   #5
magicvash
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1 (x86)
Posts: 62

Original Poster
Rep: Reputation: 15
Okay I don't think I'm explaining myself correctly.

i do this:

Code:
$ locate cdrecord
And what I get is
Code:
/usr/share/man/man1/cdrecord1.bz2
as well as about 20 other entries that are in /usr/share/doc/cdrecord-2.0

I don't have any listing of anything like /usr/bin/cdrecord, but when I type

Code:
$ sudo urpmi cdrecord
I get this response:
"Everything already installed"

I have no idea why it says everything is installed when clearly cdrecord isn't in /usr/bin or wherever it needs to be.

Also, in mandrake's "Remoive packages" script with rpmdrake, it lists cdrecord as already being installed.
 
Old 08-11-2003, 06:23 PM   #6
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Did you do an updatedb or leave your computer on overnight before doing the locate cdrecord? I get a couple of screens worth of listing on my box.

Mine (in Mandrake 9.0) is installed at /usr/bin/cdrecord.

Try using the Mandrake Control Center and uninstall and re-install it if if isn't there.

Last edited by fancypiper; 08-11-2003 at 06:25 PM.
 
Old 08-11-2003, 06:35 PM   #7
magicvash
Member
 
Registered: Aug 2003
Location: Chicago
Distribution: Mandrake 9.1 (x86)
Posts: 62

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by fancypiper
Did you do an updatedb or leave your computer on overnight before doing the locate cdrecord? I get a couple of screens worth of listing on my box.

Mine (in Mandrake 9.0) is installed at /usr/bin/cdrecord.

Try using the Mandrake Control Center and uninstall and re-install it if if isn't there.
Man...there isn't an emoticon for hitting yourself on the head. Yeah the uninstall/reinstall + updatedb worked
k3b now sees my burner and cdrecord is now in /usr/bin.

Thanks for the help !
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Please help- Cendyne external serial modem rcmcghee Linux - Networking 0 01-10-2005 04:42 PM
CenDyne external 56k modem z-lite Linux - Hardware 7 06-29-2004 08:21 AM
Help configuring Cendyne RS232 modem mike8994 Mandriva 3 04-19-2004 05:02 AM
Problem with Cendyne CD-RW drive in RH8 krystriana Linux - Hardware 4 01-19-2003 10:09 PM
Cendyne 48x24x48 (LTR48246S) gregg_a_g Linux - Hardware 1 12-23-2002 09:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration