Fedora Linux Support Community & Resources Center
  #1  
Old 12th September 2005, 09:05 AM
gugus Offline
Registered User
 
Join Date: Sep 2005
Posts: 6
Arrow Strange dvd behavior

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?
Reply With Quote
  #2  
Old 12th September 2005, 09:16 AM
allmain Offline
Registered User
 
Join Date: Jan 2005
Location: Brisbane Australia
Posts: 84
Please post a copy of /etc/fstab

Regards

Sharke
Reply With Quote
  #3  
Old 12th September 2005, 09:19 AM
daneel971's Avatar
daneel971 Offline
Registered User
 
Join Date: Jun 2005
Location: Italy
Posts: 1,108
Quote:
Can it be that the nvidia and kernel packages I have installed were virus infected?
Absolutely, no.
For the dvd drive see
Code:
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?
__________________
- Captain...
- Yes, Spock?
- I can't believe my ears...
Reply With Quote
  #4  
Old 12th September 2005, 09:34 AM
gugus Offline
Registered User
 
Join Date: Sep 2005
Posts: 6
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!
Reply With Quote
  #5  
Old 12th September 2005, 09:38 AM
gugus Offline
Registered User
 
Join Date: Sep 2005
Posts: 6
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?
[
Reply With Quote
  #6  
Old 12th September 2005, 09:45 AM
daneel971's Avatar
daneel971 Offline
Registered User
 
Join Date: Jun 2005
Location: Italy
Posts: 1,108
Quote:
dmesg | grep -i dc
Do you mean "dmesg | grep -i cd", right?
Well, it seems that the drive is dead. 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?
__________________
- Captain...
- Yes, Spock?
- I can't believe my ears...
Reply With Quote
  #7  
Old 12th September 2005, 09:54 AM
allmain Offline
Registered User
 
Join Date: Jan 2005
Location: Brisbane Australia
Posts: 84
"I cannot boot from a dvd/cd"
Is the dvd drive listed in bios,can you open the dvd .

Regards
Sharke
Reply With Quote
  #8  
Old 12th September 2005, 09:58 AM
gugus Offline
Registered User
 
Join Date: Sep 2005
Posts: 6
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!
Reply With Quote
  #9  
Old 12th September 2005, 10:04 AM
gugus Offline
Registered User
 
Join Date: Sep 2005
Posts: 6
Quote:
Originally Posted by allmain
"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!
Reply With Quote
  #10  
Old 12th September 2005, 10:16 AM
allmain Offline
Registered User
 
Join Date: Jan 2005
Location: Brisbane Australia
Posts: 84
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
Reply With Quote
  #11  
Old 12th September 2005, 10:22 AM
gugus Offline
Registered User
 
Join Date: Sep 2005
Posts: 6
Thank you for the information

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

Thanks again
Reply With Quote
Reply

Tags
behavior, dvd, strange

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
Some strange behavior of my FC4 Stevenisme Using Fedora 4 8th September 2005 06:44 AM


Current GMT-time: 00:56 (Wednesday, 22-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