LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 02-17-2005, 07:06 PM   #1
patricodog
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 22

Rep: Reputation: 15
(EE) No devices detected.


I'm installing now and I'm towards the end where I have to make configurations to my hardware. My graphics stuff is red so need to clarify with linux what's going on. so now I go through and tell it my monitor specs since it's not in the list and I still get errors when I test. Here is what one of the screens looks like, sorry I can't be more specific):

---------------------------------------------------

Graphics Card: NVIDIA GeForce 6800 (generic)
Monitor: Custom
Resolution: 1024x768 24bpp
Test
Options

---------------------------------------------------

Here are my Monitor settings when you click Monitor:

Horizontal refresh rate: 31.5-64.3
Vertical refresh rate: 50-100

---------------------------------------------------

When I click test:

An error occured:
(EE) No devices detected.

Try to change some parameters

---------------------------------------------------

Well, I change all the paramters I can think of and still, same error. My actual monitors refresh rates are 30-70 and 50-120. I have tried these as well as the ones above which are in the drop down, same error though. here is a link to my monitor (SCEPTRE P73): http://www.sceptre.com/archive/monit...cation/p73.htm

I have used Fedora Core 3 and Suse 10.(I forget the exact version) and neither has had a problem with my monitor (although I had a problem with them , thus I'm switching to Mandrake). So far it's not living up to it's reputation as being one of the easiest installs. Any help would be greatly appreciated, as it is, I'm leaving my computer on that screen until I figure it out, I don't want to risk rebooting now and possibly not being able to get back into Windows.
 
Old 02-17-2005, 08:06 PM   #2
rksprst
Member
 
Registered: Jan 2004
Distribution: OS X 10.4
Posts: 172
Blog Entries: 1

Rep: Reputation: 30
well, im not sure about the prob...but i found this link to install nvidia drivers it says:
Quote:
HOW TO INSTALL NVIDIA DRIVER IN MANDRAKE 10.1

1. Download latest driver at http://www.nvidia.com/object/linux.html

2. Install the kernel-source
A. urpmi kernel-source OR
B. Go to mandrake control center > software management >install >search and type kernel and download
This is the correct kernel source: kernel-source-2.6-2.6.8.1-12mdk
[imdeemvp@localhost imdeemvp]$ uname -r
2.6.8.1-12mdk
[imdeemvp@localhost imdeemvp]$ rpm -qa | grep kernel-*
kernel-2.6.8.1.12mdk-1-1mdk
kernel-2.4.27.0.pre2.1mdk-1-1mdk
kernel-source-2.6-2.6.8.1-12mdk
[imdeemvp@localhost imdeemvp]$

3. Installation, open terminal and become root:
su
-->enter password<--
init 3
________

sh NVIDIA-Linux-x86-1.0-6629-pkg1 (or whatever version)
./NVIDIA-Linux-x86-1.0-6629-pkg1


QUOTE
Please read the following LICENSE and then select either "Accept" to accept the license and continue with
the installation, or select "Do Not Accept" to abort the installation.

Accept Do Not Accept

When done init 5

4. Edit
This worked for me. These two things I had to do after installing:

- add "nvidia" in /etc/modprobe.preload (I used gedit OR vi if your in terminal and text mode)
- change driver "nv" to "nvidia" in /etc/X11/XF86Config

NOW TEST FOR 3D acceleration
[imdeemvp@localhost imdeemvp]$ glxgears
11687 frames in 5.0 seconds = 2337.400 FPS
35236 frames in 5.0 seconds = 7047.200 FPS
35238 frames in 5.0 seconds = 7047.600 FPS
35181 frames in 5.0 seconds = 7036.200 FPS
35222 frames in 5.0 seconds = 7044.400 FPS
35211 frames in 5.0 seconds = 7042.200 FPS
35180 frames in 5.0 seconds = 7036.000 FPS
35286 frames in 5.0 seconds = 7057.200 FPS
35235 frames in 5.0 seconds = 7047.000 FPS
34910 frames in 5.0 seconds = 6982.000 FPS
35240 frames in 5.0 seconds = 7048.000 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
[imdeemvp@localhost imdeemvp]$

[imdeemvp@localhost imdeemvp]$ glxinfo | grep direct
direct rendering: Yes
[imdeemvp@localhost imdeemvp]$
i found another link: http://www.linuxquestions.org/questi...hreadid=194100

Last edited by rksprst; 02-17-2005 at 08:14 PM.
 
Old 02-17-2005, 09:15 PM   #3
patricodog
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 22

Original Poster
Rep: Reputation: 15
I can't get to the graphical Mandrake. I'm only in installation of Mandrakelinux, but if I continue without configuiring my monitor to something that passes, startx won't work. I will get the same (EE) error. (I've tried installing mandrake before and ignore the error, so I know what will happen).
 
Old 02-18-2005, 05:50 PM   #4
patricodog
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 22

Original Poster
Rep: Reputation: 15
bump
 
Old 02-18-2005, 09:35 PM   #5
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
You will need for finish the install.

Your unit will then start up in console mode... with a text screen.

Then log in as root and kill the display manager.

e.g.

service dm stop

Now remove the currently loaded driver from memory...

rmmod nvidia

Now make SURE that you have the kernel source RPM installed for your currently installed kernel...

The finally run the nvidia installer you obtain from the Nvidia site.

At worst you can grab it via ftp which does not require a graphical gui.
 
Old 02-18-2005, 11:11 PM   #6
patricodog
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 22

Original Poster
Rep: Reputation: 15
I appreciate the help but I did not understand your reply. I can't tell what is a command to enter and what you are just telling me to do. Can you make that more detailed? I am using Mandrakelinux 10.1 Official.
 
Old 02-19-2005, 03:09 PM   #7
rksprst
Member
 
Registered: Jan 2004
Distribution: OS X 10.4
Posts: 172
Blog Entries: 1

Rep: Reputation: 30
ok so this is what opjose told you to do:

first set up urpmi by going to this link: http://easyurpmi.zarb.org/
it well tell you what to type in into console (you need to do this as root)
then after the urpmi setup is done
do
#urpmi kernel-source

when you get the the console
(assuming you are logged in as root..if not type in su)
#service dm stop
then
#rmmod nvidia
then download the nvidia driver..its at (i dont know how you would download it since no gui..anyone else know?)
http://download.nvidia.com/XFree86/L...-6629-pkg1.run
then cd to the folder where you saved it...
like if its saved under /home/jesse/
then do
#cd /home/jesse/
then do
#./NVIDIA-Linux-x86-1.0-6629-pkg1.run (this will run the installer)


i dont know if this will work..i just rephrased what opjose wrote
 
Old 02-19-2005, 05:18 PM   #8
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
You can download via the FTP site ...

the FTP command line program works well.

Worst case he can temporarily set up the vesa FB driver to get a gui up and running long enough to get the correct drivers.

If he's dual booting you can also grab the drivers via windows or a LiveLinux CD.
 
Old 02-19-2005, 06:47 PM   #9
patricodog
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 22

Original Poster
Rep: Reputation: 15
I have Windows XP Pro on a dual boot and Knoppix 3.7 at hand. I just dont know what to do.
 
Old 02-19-2005, 07:35 PM   #10
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Boot to XP pro.

Download the drivers to your Windows partition's root. (C:\ )

Then reboot into Linux, do as instructed above, but first...

Logged in as root, copy the downloaded nvidia drivers to your Linux partition.

e.g.

cp /mnt/windows/NVIDIA* .

which will copy them to the current directory.

Now follow as indicated above.
 
Old 02-20-2005, 06:00 PM   #11
patricodog
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora Core 3
Posts: 22

Original Poster
Rep: Reputation: 15
# rmmod nvidia didn't work, I also tried rmmod nv

so I ran the driver and this is what happened.

--------------------------------------------------------

No precompiled kernel interface was found to match your kernel; would you like the installer to attemp to download a kernel interface for your kernel from the NVIDIA ftp site (ftp://download.nvidia.com)?
Yes No

--------------------------------------------------------

After clicking Yes:

No matching precompiled kernel interface was found on the VIDIA ftp site; this means that the installer will need to compile a kernel interface for your kernel.
OK

--------------------------------------------------------

Warning: Your kernel was configured to include rivafb suppert as a loadable module.

The rivafb driver confilcts with the NVIDIA driver; the NVIDIA kernel module will still be built and installed, but be aware that the NVIDIA driver will not be able to function properly if the rivafb module is loaded
OK

--------------------------------------------------------

ERROR: Unable to build the Nvidia kernel module.
OK

--------------------------------------------------------

ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the linux driver download page at www.nvidia.com

--------------------------------------------------------

[root@localhost win_c]#_
 
Old 02-21-2005, 01:27 AM   #12
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
You haven't installed the kernel source tree.

The installer cannot build the new missing module for you until you have installed the kernel-source rpm for your CURRENTLY INSTALLED kernel.

To find out what you have installed and booted type

uname -a

Then install the kernel-source rpm for that kernel.
 
Old 02-21-2005, 03:04 PM   #13
rksprst
Member
 
Registered: Jan 2004
Distribution: OS X 10.4
Posts: 172
Blog Entries: 1

Rep: Reputation: 30
After I know what I installed, how do Install the kernel-source for that rpm?
 
Old 02-21-2005, 04:16 PM   #14
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
It's been posted repeatedly in the prior posts.

It doesn't seem that you've been listening.
 
Old 02-21-2005, 06:04 PM   #15
rksprst
Member
 
Registered: Jan 2004
Distribution: OS X 10.4
Posts: 172
Blog Entries: 1

Rep: Reputation: 30
Quote:
Originally posted by rksprst
After I know what I installed, how do Install the kernel-source for that rpm?
ok i did not write that... how did you(patricodog) post under my sn?

if im signed in on jordan's pc, log me off
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Devices not Detected Andorin Linux - Hardware 4 01-09-2006 08:06 PM
Ethernet Card detected in one kernel is not detected in the other?? ashishuttarwar Linux - Hardware 14 06-15-2004 10:06 PM
nvidia: no devices detected innovest_11 Linux - Newbie 3 02-02-2004 09:15 AM
X - no devices detected kleptophobiac Linux - Hardware 3 12-16-2003 08:36 AM
Debian Woody Xfree86 abit Geforce 4 FX 5200 (EE) No devices detected ---> no screens /su Debian 9 07-21-2003 02:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 09:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration