LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 01-24-2004, 07:16 PM   #1
wmeler
Member
 
Registered: Dec 2003
Distribution: Linux Mint 21 (Cinnamon)
Posts: 234

Rep: Reputation: 20
Need help adding CD-RW burner


I am trying to add anew CD-RW in addition to the Liteon CDROM already present in my Dell PowerEdge 400SC. I have no idea what jumper settings to use, which part of the cable to connect to both drives (end or middle), nor which files to set for configuation purposes.

Any and all help would be appreciated.

I am running SuSE 8.1 Professional
 
Old 01-24-2004, 07:45 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
ok i will give this a shot, and i am going to try and make some ascii art if you will and explain ...
Code:
...................................
...................................            ..........
           ^^^                                    ^^
           |||                                    ||
     IDE CONNECTOR                           POWER CONNECTOR
now thats my example of the back of you cdrom, now you have to note that i bolded the right side of the ide connector and the left side of the power connector ... the reason for that is, is because when you are pluggin in the cables make sure the red wire in the IDE cable is in that position, and make sure the red wire in the power is positioned ....
as of where on the ide cable ... it don't matter .. as long as its plugged in ..
some newbs will try to say the end is primary and the middle is slave, or something silly like that, but thats not the case, and thats what the jumpers are for ...
and as of the jumper, you just have to see what the device is set at in which is on the cable where you are pluggin in the new burner ... i assume you will be putting it on the cable that the cdrom is presently at, and i will assume its on its own cable right now, and more so set as master, so that means you will set the jumper on the burner to slave .... but you will just double check the screen when your computer turns on and see where your devices are presently connected to and then go from there ...
but as of the new burner and what the letters stand for, they are typically set up like so:
M S C
A L S
where ....
MA = master
SL = slave
CS = cable select
and sometimes they are plainly written out in whole words, but sometimes it looks like i showed above ...

as of configuration. .. i have never seen anyone actually have to configure a new cdrom/burner or whatever it may be since the windows 95 days and earlier ... so typically when you plug this sucker in, it should be good to go ....
if there is problems then jsut come back and state what it is ....
i hope this somewhat helps ...
good luck!

Last edited by DrOzz; 01-24-2004 at 08:35 PM.
 
Old 01-24-2004, 08:26 PM   #3
Eqwatz
Member
 
Registered: May 2003
Distribution: Slack Puppy Debian DSL--at the moment.
Posts: 341

Rep: Reputation: 30
Do you have kudzu running at boot up?

If you turned off service kudzu for faster boot up you will need to turn it on at least once to detect the drive.
 
Old 01-28-2004, 09:17 AM   #4
wmeler
Member
 
Registered: Dec 2003
Distribution: Linux Mint 21 (Cinnamon)
Posts: 234

Original Poster
Rep: Reputation: 20
1) No idea if kudzu is running or not. Do I check simply by doing a "ps -eaf" or...?

2) Here's the latests...
It seems to me that I have installed the CD-RW drive. Right now, I have two drives in the system. A regular old CD-ROM and this CD-RW drive. My CD-ROM (/dev/hdd) can read CDs just fine (audio or data).

I have tried to do writes to my CD-RW (/dev/hdc) to no avail.

(I believe that I have set the jumpers to slave for the CD-ROM and master for the CD-RW...I did this before I saw your note, DrOzz, but thanks!)

I'm pretty sure that those are in fact the right /dev files because if I do

"eject /dev/hdc" or "eject /dev/hdd" the drive I would expect to eject does.

When trying to burn mp3's in k3b, sometimes (ie. rarely) the burn seems to go okay. By this I mean that all the tracks are written and seem to be the right length.

However, they're nothing but static. Also, the very end of the songs--probably the last half second or so--seems to sound right.

I get the message "not all files have been buffered".

I ran k3b_setup and it recognized my CD-RW as the drive to write to.

I've also noticed that the programs tccat, tcdecode, tcextract, tcscan, tcprobe, and transcode all seem to be missing.

One last thought...I'm not 100% sure that my CD-RW is installed properly. Any tests I can run to see if it is?

(I've tried other burning programs as well to no avail.)
 
Old 01-28-2004, 02:46 PM   #5
Eqwatz
Member
 
Registered: May 2003
Distribution: Slack Puppy Debian DSL--at the moment.
Posts: 341

Rep: Reputation: 30
Go to the /dev directory and look for /dev/sg your CDRW should be linked as a generic scsi block device--not as /dev/hdd. Even though commands to /dev/hdd will get a response from the drive.

In your /mnt directory there should be either a second cd-rom entry or better yet a cdburner directory.

I haven't played with my SuSE for quite a while--I admit it.

They have the best web support of any of the distros.
If you bought the box set as retail you have free support from SuSE for a few months or 3 incidents. Check and see if you still have some free support left.

Else, search their english-online user groups. They are fantastic.

SuSE has a nifty means of adding package groups if you didn't install them, read your docs. If you purchased the distro--they have the best and most understandable (and very comprehensive) docs anywhere. I still use my SuSE docs all of the time to track down problems on any form of Linux/Unix. They are that good.

In your lilo.conf or grub.conf there should be an entry which has /dev/hdd="ide-scsi" or something very similar.

fire up a console: cdrecord --scanbus

You should get an entry about the cd burner.

Also, I'm way behind the times, I haven't played with kb3. And am unfamiliar with: "I've also noticed that the programs tccat, tcdecode, tcextract, tcscan, tcprobe, and transcode all seem to be missing."

Again, check your docs. I don't have the newer ones, mine date back to 7.0 professional. If the new ones are anywhere as good as the old ones, they are phenomenal.

You need to do some "bathroom reading". The throne of thought is always the best place to start if you have documentation on paper. Well, that is where I end up reading docs anyway--it seems I never have the time to read them anywhere else. When on the computer, I have a tendancy to "scan" paper documentation, and don't take the time to actually "read" it.

You can read them anywhere.

Last edited by Eqwatz; 01-28-2004 at 03:00 PM.
 
Old 01-28-2004, 05:54 PM   #6
wmeler
Member
 
Registered: Dec 2003
Distribution: Linux Mint 21 (Cinnamon)
Posts: 234

Original Poster
Rep: Reputation: 20
I'm a big bathroom reader myself. I kill more trees than I should just for that purpose.

As far as your suggestions go...here's what I know:

I do have an sg entry. I'm not in front of my box right now, but I believe the entry is sg0 (or maybe sg1). Anyway, that's the device entry that k3b recognizes when it searches for a CD-RW device.

I do get an entry when I fire up cdrecord, which is why I can actually do writes (albeit screwed up writes) to the CD I am trying to burn.

I've already looked at SuSE docs. They're of no hep this time around (though I agree, they're very good overall.)

(As far as the grub stuff goes, I already fought that battle...had to build in ide-scsi and change the grub configuation file. For what it's worth, I don't think it's actually called grub.conf. I'd tell you the filename if it was in front of me, but I don't recall off hand. It's some other file I think, but it's basically the line that boots linux nonetheless that you're referring to, I believe...right?)

Any other ideas?
 
Old 02-27-2004, 02:10 PM   #7
wmeler
Member
 
Registered: Dec 2003
Distribution: Linux Mint 21 (Cinnamon)
Posts: 234

Original Poster
Rep: Reputation: 20
1)okay, now it seems my cd-rw is on /dev/sr0 (because scsi emulation is enabled in the kernel)
2) currently i can eject cdrecorder or eject cdrom
here's my setup:
>>>ls -al /dev/cd*
brw-rw---- 1 root disk 19, 128 2002-09-09 16:24 /dev/cdouble0
brw-rw---- 1 root disk 19, 129 2002-09-09 16:24 /dev/cdouble1
lrwxrwxrwx 1 root root 3 2004-02-24 19:20 /dev/cdreader_old -> sr0
lrwxrwxrwx 1 root root 3 2004-02-26 01:16 /dev/cdrecorder -> sr0
lrwxrwxrwx 1 root root 3 2004-02-24 20:27 /dev/cdrecorder_old -> sr0
lrwxrwxrwx 1 root root 8 2004-02-26 01:23 /dev/cdrom -> /dev/hdc
brw-r----- 1 root disk 24, 0 2002-09-09 16:24 /dev/cdu535
lrwxrwxrwx 1 root root 4 2004-02-24 19:19 /dev/cdwriter_old -> scd1

3)here's my /etc/fstab:
/dev/hda2 / reiserfs defaults 1 1
/dev/hdb1 /data1 auto noauto,user 0 0
/dev/hda1 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
#/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sr0 /media/cdrecorder auto ro,noauto,user,exec 0 0
#/dev/scd1 /cdrecorder auto ro,noauto,user,exec 0 0
#/dev/sda1 /media/sda1 auto noauto,user,exec 0 0 #HOTPLUG B3Fu.mrp5DZ2Q9VE

4) here's what i get in /var/log/messages (things that look interesting to the topic):

Feb 27 02:22:39 raphael kernel: scsi1 : SCSI emulation for USB Mass Storage devices
Feb 27 02:22:39 raphael kernel: Vendor: 32MB Model: HardDrive Rev: 1.11
Feb 27 02:22:39 raphael kernel: Type: Direct-Access ANSI SCSI revision: 02
Feb 27 02:22:39 raphael kernel: Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
Feb 27 02:22:39 raphael kernel: SCSI device sda: 64512 512-byte hdwr sectors (33 MB)
Feb 27 02:22:39 raphael kernel: sda: Write Protect is off
Feb 27 02:22:39 raphael kernel: sda: sda1
Feb 27 02:22:39 raphael kernel: WARNING: USB Mass Storage data integrity not assured
Feb 27 02:22:39 raphael kernel: USB Mass Storage device found at 3
Feb 27 02:22:39 raphael kernel: USB Mass Storage support registered.
Feb 27 02:22:42 raphael kernel: PCI: Found IRQ 10 for device 00:1f.5
Feb 27 02:22:42 raphael kernel: PCI: Sharing IRQ 10 with 00:1f.3
Feb 27 02:22:42 raphael kernel: PCI: Setting latency timer of device 00:1f.5 to 64
Feb 27 02:22:42 raphael kernel: intel8x0: clocking to 48000
Feb 27 02:22:46 raphael /usr/sbin/cron[1694]: (CRON) STARTUP (fork ok)
Feb 27 02:22:49 raphael kernel: isapnp: Scanning for PnP cards...
Feb 27 02:22:49 raphael kernel: isapnp: No Plug & Play device found
Feb 27 02:22:50 raphael /etc/hotplug/net.agent[1430]: No HW description found ... exiting
Feb 27 02:22:53 raphael kernel: cdrom: open failed.
Feb 27 02:22:53 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:53 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 64
Feb 27 02:22:53 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:53 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 66
Feb 27 02:22:53 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:53 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 68
Feb 27 02:22:53 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:53 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 70
Feb 27 02:22:53 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:53 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 72
Feb 27 02:22:53 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:53 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 74
Feb 27 02:22:53 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:53 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 76
Feb 27 02:22:53 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:53 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 78
Feb 27 02:22:56 raphael kernel: eth0: no IPv6 routers present
Feb 27 02:22:57 raphael kernel: cdrom: open failed.
Feb 27 02:22:57 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:57 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 64
Feb 27 02:22:57 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:57 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 66
Feb 27 02:22:57 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:57 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 68
Feb 27 02:22:57 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:57 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 70
Feb 27 02:22:57 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:57 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 72
Feb 27 02:22:57 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:57 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 74
Feb 27 02:22:57 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:57 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 76
Feb 27 02:22:57 raphael kernel: ide-scsi: hdd: unsupported command in request queue (0)
Feb 27 02:22:57 raphael kernel: end_request: I/O error, dev 16:40 (hdd), sector 78
Feb 27 02:23:01 raphael kernel: cdrom: open failed.
Feb 27 02:23:03 raphael kernel: mtrr: 0xfd000000,0x800000 overlaps existing 0xfd000000,0x400000
Feb 27 02:23:03 raphael kernel: mtrr: 0xfd000000,0x800000 overlaps existing 0xfd000000,0x400000


I'm posting, because after all this time, it's still not working. Any recommendations would be appreciated.
 
  


Reply



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
problems adding second ide burner haruki Slackware 1 01-20-2005 10:54 AM
adding dvd burner, but? MollyJolly Linux - Hardware 1 05-12-2004 12:27 AM
Adding Dvd burner; need advice MollyJolly Linux - Newbie 3 05-07-2004 12:02 PM
fstab got messed up after adding cd burner drrnsk8ter4 Linux - Software 3 04-24-2004 05:49 PM
trying to mount cd burner, cd burner being a whore lasalsademuerte Slackware 5 12-09-2003 03:56 PM

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

All times are GMT -5. The time now is 10:53 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