Fedora Linux Support Community & Resources Center
  #1  
Old 13th July 2005, 06:36 PM
aribender Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
FC4 hangs when cd rom is inserted

Hi,

My problem is that whenever I insert a cd rom on my recorder, the kernel hangs giving an error, and I have to restart my computer. Same thing happens if I try to restart with a cd inserted.

Please, if you need more info (like some log, or anything), tell me how to get it, as I am a newbie.

Thanks, Aribender
Reply With Quote
  #2  
Old 13th July 2005, 06:49 PM
defkewl Offline
Registered User
 
Join Date: Feb 2005
Location: Indonesia
Age: 30
Posts: 166
What is the error message?
Reply With Quote
  #3  
Old 13th July 2005, 07:21 PM
aribender Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
The last thing I see is the screen full of messages like:

[<c0103c0e>] common_interrupt+0x1a/0x20
(...)
[<c0103a51>] syscall_call+0x7/0xb

If you could tell me where all that is logged, then I could send the whole error, but It's more than one screen (so I cannot see it all).
Reply With Quote
  #4  
Old 13th July 2005, 07:27 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
The error message should be logged in /var/log/messages.
Please also post your type of hardware (mainboard, chipset on it, ...)
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
  #5  
Old 13th July 2005, 07:49 PM
aribender Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
There's nothing starnge (from my newbie point of view) on the /var/log/messages
The first few lines with time after the time I put the cd on are:
***************************
Jul 13 15:39:20 localhost syslogd 1.4.1: restart.
Jul 13 15:39:20 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Jul 13 15:39:20 localhost kernel: Linux version 2.6.12-1.1390_FC4 (bhcompile@decompose.build.redhat.com) (gcc version 4.0.0 20050519 (Red Hat 4.0.0-8)) #1 Tue Jul 5 19:58:55 EDT 2005
************************
which I think it's my forced reboot after the hang.

Mi hardware:

Motherboard msi k7n2gl (chipset nforce2). CPU athlon xp 2000. One more thing that may be usefull is that this very same computer (I didn't change any hardware modifications) worked perfect with fc4 a few day ago.

All my problems started after a fresh reinstall (formatting my hd, so it was really a fresh installation). The only few things I did after that were upgrading (via up2date), installing a couple of packages (harmless packages, like kile, octave, and a few other I needed, but nothing hardware related), and following this howto to get mp3 to work:
http://forums.fedoraforum.org/showthread.php?t=62898

That's all I did.

Thanks, Aribender
Reply With Quote
  #6  
Old 13th July 2005, 09:30 PM
aribender Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
More insight into my problem, so maybe someone can help.

If I insert the cdrom without mounting it, it does not crash. Even more, I can go te /dev , do a 'cat hdd' an see the contents of my cdrom. However, when I mount it (no matter if I do it manually or kde does it automatically), that crash I said before happens.

So it has to be something during the mount. Maybe reinstalling some packages, but I don't know what packages...

Thanks again, Aribender
Reply With Quote
  #7  
Old 13th July 2005, 10:07 PM
aribender Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
Another thing I just found out. If I mount the cd with:

mount -t iso9660 /dev/hdd /media/cdrecorder

it works great. However, if I mount it with mount /media/cdrecorder it hangs. So it should be something in the fstab, but I'm no sure about what. Here's my fstab for that device:

/dev/hdd /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0

What should I change there?

Thanks, Aribender
Reply With Quote
  #8  
Old 13th July 2005, 10:20 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Quote:
Originally Posted by aribender
Another thing I just found out. If I mount the cd with:

mount -t iso9660 /dev/hdd /media/cdrecorder

it works great. However, if I mount it with mount /media/cdrecorder it hangs. So it should be something in the fstab, but I'm no sure about what. Here's my fstab for that device:

/dev/hdd /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0

What should I change there?

Thanks, Aribender
Just a quick thought ... does turning off the hal daemon result in any change ? As root try:
Code:
/etc/init.d/haldaemon stop
mount /media/cdrecorder
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
  #9  
Old 13th July 2005, 10:21 PM
Mat's Avatar
Mat Offline
Retired Community Manager
 
Join Date: Jun 2004
Location: lair of a unix daemon
Posts: 1,155
change auto to iso9660


Mat
__________________
Man will always find a difficult means to perform a simple task
(Rube Goldberg)

Having fun with Tcl at
Mat's Playground
Reply With Quote
  #10  
Old 13th July 2005, 10:51 PM
aribender Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
Hi,

Well, the hal daemon had nothing to do. It still hanged upon insert of a cdrom. What did work was to change manually the fstab (as Mat said), and doing " chattr +i /etc/fstab " , so fstab doesn't change every time y reboot.
Anyway, I still don't know why happened that, but It's not urgent anymore.

Thanks to everyone!
Reply With Quote
  #11  
Old 13th July 2005, 10:58 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Quote:
Originally Posted by aribender
Well, the hal daemon had nothing to do. It still hanged upon insert of a cdrom. What did work was to change manually the fstab (as Mat said), and doing " chattr +i /etc/fstab " , so fstab doesn't change every time y reboot.
Anyway, I still don't know why happened that, but It's not urgent anymore.
Thanks to everyone!
That's good to know. I had the same problem on another machine recently. Mysteriously only the dvd drive showed this behavior, the dvd burner was unaffected .
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
  #12  
Old 15th July 2005, 05:36 PM
aribender Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
I found someone with a solution, instead of the workaround of mounting as iso9660 (which, as I found out later, doesn't always work).

Read message #13 from:
http://forums.fedoraforum.org/forum/...ad.php?t=63025

It worked perfect to me.
Reply With Quote
Reply

Tags
fc4, hangs, inserted, rom

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
KDE popup when new media inserted ? timetre Using Fedora 8 11th January 2009 06:30 AM
run program when usb stick inserted leenookx Using Fedora 0 28th June 2008 05:06 PM
FC5 freezes when some DVD is inserted tomcheng76 EOL (End Of Life) Versions 2 16th June 2006 12:26 AM
TORA 1.3.16 & character gets inserted into my sql scorbel Using Fedora 0 10th May 2005 10:49 AM
Running a script when cd/dvd is inserted olpe Using Fedora 0 23rd November 2004 11:30 PM


Current GMT-time: 23:24 (Thursday, 23-05-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