LinuxQuestions.org
Help answer threads with 0 replies.
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 05-19-2003, 02:49 PM   #1
Canadian_2k2
Member
 
Registered: Oct 2002
Location: BC,Canada
Distribution: Debian
Posts: 92

Rep: Reputation: 15
Mitsumi CD-R/RW Drivers


Does anyone know where I can get Mitsumi CR-4804TE CD-R/RW drivers?
I have checked the mitsumi website, and can only find windoz drivers.
I was running Mandrake 8.2, and it worked fine... but with debian, It doesn't have drivers....
dmesg says:

hdc: CR-4804TE, ATAPI CD/DVD-ROM
drive hdc: driver not present

.....
How do I install the drivers?


Thanx
 
Old 05-19-2003, 02:52 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
In linux all ide cd burners use scsi emulation. It's the same driver for all (or most) drives. You just need to add an append line in your boot loader:
append="hdc=ide-scsi"
Or something similar to that.

Cool
 
Old 05-19-2003, 03:11 PM   #3
Canadian_2k2
Member
 
Registered: Oct 2002
Location: BC,Canada
Distribution: Debian
Posts: 92

Original Poster
Rep: Reputation: 15
I did that, and dmesg still says
drive hdc: driver not present
 
Old 05-19-2003, 03:14 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
# CD burning info
Is it already configured right? What device is it?
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
# Burn an ISO to disk
cdrecord -v speed=5 dev=0,0,0 /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=0,0,0 speed=5 -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=5 dev=0,0,0 /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=0,0,0 speed=5 blank=fast

Last edited by fancypiper; 05-19-2003 at 03:16 PM.
 
Old 05-19-2003, 03:40 PM   #5
Canadian_2k2
Member
 
Registered: Oct 2002
Location: BC,Canada
Distribution: Debian
Posts: 92

Original Poster
Rep: Reputation: 15
Thanx, that worked
 
  


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
Mitsumi CR-48X5TE burns audio, fails to burn data govtagent Linux - Hardware 0 10-31-2005 07:38 PM
Cannot detect CDRW drive, Kernel 2.6.9, Mitsumi drive scuzzman Linux - Hardware 1 06-02-2005 07:07 PM
Problem with my MITSUMI CR-48XATE CD-rewriter ! btournerie Linux - Hardware 3 08-19-2004 02:17 PM
Installing Slackware-8.00 with IDE CD-ROM MITSUMI FX001D? Werner Slackware 7 07-30-2004 05:03 AM
Safe on 9.2? - Mitsumi CR-48X9TE cdrom drive CBT Mandriva 3 01-17-2004 09:03 PM

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

All times are GMT -5. The time now is 04:40 PM.

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