View previous topic :: View next topic |
Author |
Message |
ziegs Tux's lil' helper
Joined: 29 Apr 2004 Posts: 119
|
Posted: Sun Mar 13, 2005 9:50 pm Post subject: kernel panic with dvd drive |
|
|
I have an old NEC DV-5700A dvd drive that was from my previous machine. In windows it seems to work perfectly fine (the 64bit prerelease version).
It was working fine in x86 linux in the old box, but in the new one if there is a cd in the drive I get a kernel panic.
it says:
Kernel Panic Not Syncing - Machine Check
This is 100% reproducable and occurs with anything in the drive, whether it be audio,data, or dvd.
Any ideas? I can post my kernel config if necesary. |
|
Back to top |
|
|
tukachinchila Apprentice
Joined: 11 Mar 2005 Posts: 274 Location: Oregon
|
Posted: Sun Mar 13, 2005 10:17 pm Post subject: |
|
|
I seem to remember something in the kernel about Machine Check Exception, but I can't seem to find it by doing make menuconfig right now. Try changing the setting for CONFIG_X86_MCE and recompile the kernel. Maybe that will help. |
|
Back to top |
|
|
ziegs Tux's lil' helper
Joined: 29 Apr 2004 Posts: 119
|
Posted: Mon Mar 14, 2005 3:59 am Post subject: |
|
|
it's in Processor Features. An option called "Intel MCE support".
I disabled it (it was formerly enabled), but upon inserting a random cd that i know works in my powerbook, i get the same kernel panic.
i so wish i could watch my new dvd
anything else you think i could do short of replacing the drive?
as an aside its not a problem with my IDE stuff, my 2 eide hard drives and my other cd drive (an msi burner) all work perfectly. |
|
Back to top |
|
|
Birtz Apprentice
Joined: 09 Feb 2005 Posts: 272 Location: Osijek / Croatia
|
Posted: Mon Mar 14, 2005 10:05 am Post subject: |
|
|
ziegs wrote: | ....
as an aside its not a problem with my IDE stuff, my 2 eide hard drives and my other cd drive (an msi burner) all work perfectly. |
So, you are populating both IDE channels. Try to disconnect burner and connect only dvd on one channel (jumper setting on the drive set to master) and see if it still borks. If it does, turn off dma (assuming you have connected it to the secondary channel);
Code: | hdparm -d0 /dev/hdc |
By turing the dma off, your drive would become awfully slow, so you'd need to test it a bit longer to achieve "the bork point" (if any). If it still borks, chances are your drive is broken.
Hope it helps. _________________ It is not enough to have a good mind. The main thing is to use it well.
-- Rene Descartes
Don't have a childhood hero? How about Rob Hubbard http://www.freenetpages.co.uk/hp/tcworh/profile.htm |
|
Back to top |
|
|
tukachinchila Apprentice
Joined: 11 Mar 2005 Posts: 274 Location: Oregon
|
Posted: Mon Mar 14, 2005 10:17 am Post subject: |
|
|
Are you using supermount or ivman by any chance? You can tell by looking for references to supermount in /etc/fstab, or if you have ivman by doing:
Code: | rc-update show | grep ivman |
|
|
Back to top |
|
|
ziegs Tux's lil' helper
Joined: 29 Apr 2004 Posts: 119
|
Posted: Mon Mar 14, 2005 12:38 pm Post subject: |
|
|
still borks with your suggestion birtz, thanks though.
tukachinchila - i don't have ivman or sub/supermount running, but i do have the gnome-volume-manager and hal and all that going. what should i disable to see if thats my culprit? |
|
Back to top |
|
|
tukachinchila Apprentice
Joined: 11 Mar 2005 Posts: 274 Location: Oregon
|
Posted: Mon Mar 14, 2005 6:53 pm Post subject: |
|
|
I haven't used Gnome in a really long time, so I'm not familiar with hal. You could try logging into your box without X (that would prevent Gnome from mounting your drive automatically), then mount the drive manually. Do you still get kernel panics? |
|
Back to top |
|
|
ziegs Tux's lil' helper
Joined: 29 Apr 2004 Posts: 119
|
Posted: Mon Mar 14, 2005 9:18 pm Post subject: |
|
|
yeah, i've actually been trying it the whole time without any gnome stuff loading since i work in a console most of the time anyway...i guess maybe its time to purchase a new player. any suggestions on either a good amd64 compatible dvd player or maybe even burner if its not too expensive? |
|
Back to top |
|
|
|