Fedora Linux Support Community & Resources Center
  #1  
Old 14th September 2004, 10:53 PM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
Second cd-rom drive locks system!

Hey I need some help,

My 2 cd drives are both from LG. The GRC-8523B (52speed cd-rom) and
the HL-DT-ST DVDRAM GSA-4081B (dvd-ram rw).

My mobo has 2 e-ide connectors, on the first is my hdd (alone). On the
second the ide cabel goes first in the dvd-ram drive (master) and then
in the cd-rom drive (slave).

The dvd-ram drive works great, reads dvd's etc. But if I mount the cd-rom
drive with Disk Management the utility froze. I tried ejecting it by pushing the
button on the drive, and I couldn't figure out to do it at the commandline.

When trying to reboot I got this message:

hdd: irq timeout: status=0xd0 { busy }
hdd: irq timeout: error=0xd0LastFailedSense 0xd0
hdd: ATAPI reset complete
end_request: I/O error, dev hdd, sector 1386000

So I turn the system off cold.

How can I eject (maybe --force) a cd-rom drive at the commandline?
Must I run a utility (scandisk in windows) for repairing my filesystem?
How do I get my cd-rom drive working?

All help is appreciated, Tashiro
Reply With Quote
  #2  
Old 15th September 2004, 02:54 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
what happens when you issue the command: umount /mnt/cdrom ?
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #3  
Old 15th September 2004, 03:18 AM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
It did even mount this time! And could be opened be pushing the button on the drive.
So I inserted a audio cd in the dvd-ram drive(master), and began playing.

2 seconds later the led of the cdrom drive (slave) went on. Can't eject it now by
pushing the button on the drive. Oh the led just turned off when I am written this,
and making a sound like uhh zzzzzzzzzz like if it is searching or spinning.

When I do a: umount /mnt/cdrom1

umount: /mnt/cdrom1 is not mounted (according to mtab)

Tashiro

Last edited by Tashiro; 16th September 2004 at 03:58 PM.
Reply With Quote
  #4  
Old 15th September 2004, 04:09 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
can you post you fstab
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #5  
Old 15th September 2004, 11:41 AM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
This is my fstab without any cdroms inserted:

Code:
/dev/hda2               /                       reiserfs defaults        1 1
LABEL=/boot             /boot                   ext2    defaults        1 2
/dev/hda3               /data                   reiserfs defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
/dev/hda5               swap                    swap    defaults        0 0
/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1             /mnt/cdrom1             udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0
Tashiro

Last edited by Tashiro; 15th September 2004 at 12:00 PM.
Reply With Quote
  #6  
Old 15th September 2004, 11:47 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
i dont see anything wrong with it....except the floppy line should be like this:

/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0


i dont know why you have [code] at the end.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #7  
Old 15th September 2004, 11:58 AM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
LOL i tried to make a box with the input in it. But it didn't work.

It locks when I put a data cdrom in the dvd-ram drive (master)
and audio in cd-rom drive(slave). The led is on too.

The cdplayer (gnome-cd) has regonized the cd as "get in The Van"
"Henry Rollins" while the 2nd cd of the album "All eyez on me" "2pac"
is inserted. Btw it is not playable, gnome-cd is loading.

Tashiro

Last edited by Tashiro; 16th September 2004 at 03:58 PM.
Reply With Quote
  #8  
Old 15th September 2004, 11:58 AM
superbnerd
Guest
 
Posts: n/a
the "[code]" was a typo. the begining "[code/]" should be "[code]" and the last "[/code]"
post you /etc/modprobe.conf
Reply With Quote
  #9  
Old 15th September 2004, 12:02 PM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
Here is my /etc/modprob.conf:

Code:
alias eth0 3c59x
alias snd-card-0 snd-emu10k1
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1
alias usb-controller uhci-hcd
alias char-major-195* nvidia

Tashiro
Reply With Quote
  #10  
Old 15th September 2004, 12:18 PM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
Ah it is loaded. If I push the play button gnome-cd gives me a disc error. And I can eject the cdrom now
by pushing the button on the drive. BTW it is in the GRC-8523B (52speed cd-rom) slave, cdrom1.

If I reverse it (put the audiocd in dvd-ram drive), I have audio. And put the data disc in the
GRC-8523B (52speed cd-rom) slave, cdrom1.

When I do mount /dev/cdrom1

The GRC-8523B (52speed cd-rom) slave, cdrom1 keeps loading, led is on.

Tashiro
Reply With Quote
  #11  
Old 15th September 2004, 12:36 PM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
Just an update after 18 minutes:

GRC-8523B (52speed cd-rom) slave, cdrom1 => still loading data cdrom, led on.

HL-DT-ST DVDRAM GSA-4081B =>still playing audio but can't access
(dvd-ram rw) master, cdrom gnome-cd to skip thru the tracks
or stop playback.


Damn is there a confict or something,
suggestions anybody?

Tashiro

Last edited by Tashiro; 16th September 2004 at 03:57 PM.
Reply With Quote
  #12  
Old 15th September 2004, 02:15 PM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,857
How do you have the jumpers set on your two drives?
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
  #13  
Old 15th September 2004, 02:46 PM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
GRC-8523B (52speed cd-rom) cdrom1 =slave
HL-DT-ST DVDRAM GSA-4081B cdrom =master

Tashiro

Last edited by Tashiro; 16th September 2004 at 03:56 PM.
Reply With Quote
  #14  
Old 15th September 2004, 02:55 PM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,857
Someone (other than me!) might be able to tell something about conflicts from your /proc/interrupts file, so I suggest you post that. Also, can you find the sections of /var/log/dmesg that show the cd drives being detected?
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
  #15  
Old 15th September 2004, 03:07 PM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
My /proc/interrupts:


Code:
          CPU0       
  0:     351644          XT-PIC  timer
  1:        162          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  3:        156          XT-PIC  EMU10K1
  8:          1          XT-PIC  rtc
  9:        698          XT-PIC  acpi, eth0
 10:          0          XT-PIC  uhci_hcd
 11:      26083          XT-PIC  nvidia
 12:      16642          XT-PIC  i8042
 14:      22750          XT-PIC  ide0
 15:       2051          XT-PIC  ide1
NMI:          0 
ERR:          0

Last edited by Tashiro; 15th September 2004 at 03:16 PM.
Reply With Quote
Reply

Tags
cdrom, drive, locks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
System locks up at log in RyanGT Using Fedora 7 13th July 2004 07:34 PM


Current GMT-time: 04:33 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat