PDA

View Full Version : Strange dvd behavior


gugus
2005-09-12, 02:05 AM CDT
I had the following incidence when I was installing the nvidia driver:

- first I installed the fedora core 4 from a DVD
- then I installed yum as suggested in section "How do I enable 3D support for my nVidia graphics card in Fedora Core 4" on the fedorafaq.org
- then I have tried to the following command:
yum install nvidia-glx kernel-module-nvidia-$(uname -r)
but this didn't work because of some dependency errors.
- then I executed only
yum install nvidia-glx
which installed everything needed for the grhics card plus a new kernel. But the Security Keys (GPL) were not correct, I ignored that and installed the packages anyways.
- during the next reboot I was asked for the root password which I typed in without thinking too much. I was asked something like: Need root password for the requested hardware adjustment (but i don't remember the exact words).
- The graphics card and everything works fine now, but ever since the DVD drive is not recognized anymore! Also the BIOS setup program that can be start right the computer is switched on also says that there is no dvd drive connected (but it should be correctly connected, since i used it to install Fedora!)

Here are my question:

- Can it be that the nvidia and kernel packages I have installed were virus infected?
- Can Linux somehow tell the bios that there is no DVD connected? If yes, how can I undo that?

allmain
2005-09-12, 02:16 AM CDT
Please post a copy of /etc/fstab

Regards

Sharke

daneel971
2005-09-12, 02:19 AM CDT
Can it be that the nvidia and kernel packages I have installed were virus infected?
Absolutely, no.
For the dvd drive see
dmesg | grep -i dvd
and check the hardware browser.
Why do you say that the drive is not recognized anymore? How did you try to use it?

gugus
2005-09-12, 02:34 AM CDT
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext2 defaults 1 2
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
LABEL=/opt4 /opt4 ext3 defaults 1 2
/dev/proc /proc proc defaults 0 0
LABEL=/sim /sim ext3 defaults 1 2
/dev/sys /sys sysfs defaults 0 0
LABEL=SWAP-sda6 swap swap defaults 0 0

plus some partition are mounted per nfs

... but already the boot utility does not see dvd anymore ... I cannot boot from a dvd/cd!

gugus
2005-09-12, 02:38 AM CDT
dmesg | grep -i dvd

does'nt do anything

dmesg | grep -i dc

gives the following message:

ACPI: MADT (v001 DELL 8400 0x00000006 ASL 0x00000061) @ 0x000fcd57
ACPI: BOOT (v001 DELL 8400 0x00000006 ASL 0x00000061) @ 0x000fcdc9
ACPI: MCFG (v001 DELL 8400 0x00000006 ASL 0x00000061) @ 0x000fcdf1
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: irq 9, io mem 0xffa80800
ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 9, io base 0x0000ff80
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 5, io base 0x0000ff60
usb 1-6: new high speed USB device using ehci_hcd and address 2
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 3, io base 0x0000ff40
uhci_hcd 0000:00:1d.3: UHCI Host Controller
usb 1-6.1: new high speed USB device using ehci_hcd and address 3
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 10, io base 0x0000ff20

what does that means? it looks like there is something, doesn't it?
[

daneel971
2005-09-12, 02:45 AM CDT
dmesg | grep -i dc
Do you mean "dmesg | grep -i cd", right?
Well, it seems that the drive is dead. :eek: The only hint I can give here is to check the cables: could it be that you have unintentionally disconnected the power or the data cable? Can you check with another drive?

allmain
2005-09-12, 02:54 AM CDT
"I cannot boot from a dvd/cd"
Is the dvd drive listed in bios,can you open the dvd .

Regards
Sharke

gugus
2005-09-12, 02:58 AM CDT
yes I meant

dmesg | grep -i cd

I have checked the cable serveral time. The LED also flashes, when I put in a CD ... but then nothing happens.

Do you know why the kernel asked me for the root password to fiddle around with my hardware during the boot up? is that a normal procedure when the nvidia drivers are installed .... i never had to do this when I have installed previous versions linux!

gugus
2005-09-12, 03:04 AM CDT
"I cannot boot from a dvd/cd"
Is the dvd drive listed in bios,can you open the dvd .



I don't think it is listed! How can I check that?

I can open it with the button ... yes, and LED comes on after I close it again!

My dell normally lets me choose the boot devices when I press F12 during the boot ... but there the dvd/cd rom is not listed anymore!

allmain
2005-09-12, 03:16 AM CDT
I dont know how to get into bios on Dells but on my system you press the delete key after turning on computer. For fedora or any operating system the dvd must be installed in the bios, Sorry i cant be anymore specific ,

Regards

Sharke

gugus
2005-09-12, 03:22 AM CDT
Thank you for the information

Currently I can't reboot my computer but I will try to get into the bios asap.

Thanks again