LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-20-2005, 12:44 PM   #16
kuser:)
Member
 
Registered: Sep 2005
Location: Olsztyn, Poland
Distribution: Slackware 14.1
Posts: 168

Original Poster
Rep: Reputation: 99

Hi again,
In BIOS I found only: Plug & Play OS option and switched it to NO - this didn't help.
I can't find the Assign IRQ to VGA option...
You can download my motherboard's manual from here (pdf 2,7 MBytes)

P.S. first I should check if PDR60's post will help me - I'll do it now
edit:
or not - server's down I guess

Last edited by kuser:); 09-20-2005 at 01:07 PM.
 
Old 09-20-2005, 02:38 PM   #17
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Go to your "Chip Configuration" BIOS screen and verify that all the AGP settings are correct for your card. The defaults listed in the manual do not appear to be the ones you'd want.

Note: As before, I'm guessing. In fact, I don't even know what the "drive N" and "drive P" settings mean.

In the "PCI Configuration" BIOS screen, check that you have set the "Primary VGA BIOS" correctly. (It should, I guess, be AGP.)

I, too, don't see any IRQ to VGA setting, although there is an IRQ assignment screen.
 
Old 09-20-2005, 02:59 PM   #18
courtrrb
Member
 
Registered: Sep 2003
Location: Iowa, US
Distribution: MDK Since V6.5
Posts: 573

Rep: Reputation: 30
I had this problem untill I ran
rpmdrake-remove
searched for nvidia in the software to remove
removed all reference to nvidia
and then did what you did in your first post.
for some reason this nvidia kernel won't let the latest drivers compile & load on some machines
 
Old 09-20-2005, 04:20 PM   #19
PDR60
Member
 
Registered: Aug 2003
Location: Oakland, TN
Distribution: Debian, Kubuntu
Posts: 257

Rep: Reputation: 30
Try the How-to from the preivious post. It works. Most users follow a method just like the one in the How-to.

PDR60
 
Old 09-20-2005, 04:26 PM   #20
kuser:)
Member
 
Registered: Sep 2005
Location: Olsztyn, Poland
Distribution: Slackware 14.1
Posts: 168

Original Poster
Rep: Reputation: 99
Quote:
I don't even know what the "drive N" and "drive P" settings mean
I mailed ASUS for this, 'coz I can't find it too.

cortrrb - I have nothing in rpmdrake if I search for: nvidia
 
Old 09-20-2005, 04:32 PM   #21
PDR60
Member
 
Registered: Aug 2003
Location: Oakland, TN
Distribution: Debian, Kubuntu
Posts: 257

Rep: Reputation: 30
I can only lead you there I can't force you to use this.

http://www.linuxloader.com/modules.p...howpage&pid=17

If you use it, it will work

PDR60
 
Old 09-20-2005, 05:03 PM   #22
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
But, guys, from his nVidia install log, the driver compiled fine and built the .so module.

His only problem is that the driver can't find his G-Force card.

I don't think that that's an installation problem, it's more like a configuration problem.
 
Old 09-21-2005, 03:58 AM   #23
kuser:)
Member
 
Registered: Sep 2005
Location: Olsztyn, Poland
Distribution: Slackware 14.1
Posts: 168

Original Poster
Rep: Reputation: 99
PDR60,
I have problem with Software Media Manager described on http://www.linuxloader.com/modules.p...howpage&pid=17
I run rpmdrake, in the serch field I type: kernel-source. The results of searching are:
Code:
kernel-source-2.6-2.6.11-12mdk
kernel-source-stripped-2.6-2.6.11-12mdk
kernel-source-stripped-2.6-2.6.11-6mdk
openafs-kernel-source-1.3.81-1mdk
so, I suppose I should install the kernel-source-2.6-2.6.11-12mdk, but when i try to do it, I get this message:
Code:
The following packages have bad signatures:
kernel-source-2.6-2.6.11-12mdk.i586.rpm: Missing signature (Unable to read rpm file)
Do you want to continue the installation? Yes/No
I chose NO, because I don't know if I should install it despite of this message...
------------------------
On another forum they say to use:
#export CC=gcc-3.4 (I don't even know what it does )
before:
#sh NVIDIA-Linux-x86_64-1.0-7676-pkg2.run
Do You guys think it will work ?
oh and this thread seems to be common with mine (only is about 64-bit CPU and mine is 32-bit) - maybe You can tell what You think about it too.
Something tells me, the vesa driver I chose during Mandriva installation, spoils everything... but it's only a feeling...

Last edited by kuser:); 09-21-2005 at 07:05 AM.
 
Old 09-21-2005, 07:26 AM   #24
PDR60
Member
 
Registered: Aug 2003
Location: Oakland, TN
Distribution: Debian, Kubuntu
Posts: 257

Rep: Reputation: 30
Go ahead and install it. That error is very common among the mirrors.

You could go to the console and update your sources then try it again. Like this.

Code:
urpmi.update -a
Let it run to up date the database and signatures the run

Code:
uname -r
Check the version of the kernel and then type in the correct kernel source with

Code:
urpmi kernel-source-2.6-2.6.11-12mdk
That should get your kernel source code in to allow you to compile the driver.

PDR60

Last edited by PDR60; 09-21-2005 at 07:32 AM.
 
Old 09-21-2005, 08:11 AM   #25
kuser:)
Member
 
Registered: Sep 2005
Location: Olsztyn, Poland
Distribution: Slackware 14.1
Posts: 168

Original Poster
Rep: Reputation: 99
I tried to insall but:
Code:
There was a problem during the installation: unable to install package /var/cache/urpmi/rpms/kernel-source-2.6-2.6.11-12mdk.i586.rpm
So, should I continue with:
urpmi.update -a
ah I ran it anyways - we'll se what happens :P
---------------
$uname -r
gives:
2.6.11-6mdk

Last edited by kuser:); 09-21-2005 at 10:30 AM.
 
Old 09-22-2005, 05:16 PM   #26
kuser:)
Member
 
Registered: Sep 2005
Location: Olsztyn, Poland
Distribution: Slackware 14.1
Posts: 168

Original Poster
Rep: Reputation: 99
The older NVIDIA driver 7667 gives the same 'nvidia.ko' errors
Reply form ASUS:
Quote:
AGP Drive Strength P or N Ctrl

Options : 0 to F (Hex number)

These options are slaved to the AGP 4X Drive Strength BIOS function. If you set the AGP 4X Drive Strength to Auto, then the values you set here won't have any effect. In order for these BIOS options to work, you need to set the AGP 4X Drive Strength to Manual.

The AGP Drive Strength P Ctrl and N Ctrl options work hand-in-hand to determine the signal strength of the AGP bus. The AGP Drive Strength is represented by Hex values from 00 to FF. The higher the value, the stronger the signal.

As you can see, P Ctrl only has values from 0 to F. Therefore, it can only set the first part of the actual AGP Drive Strength value. The N Ctrl function also has values from 0 to F and thus, provides the remaining part of the actual AGP Drive Strength value. Confused? Here's the gist :-

The AGP Drive Strength is controlled by two Hex values (xx) ranging from 00 to FF (0 to 255 in decimal values). P Ctrl controls the first Hex value (Xx) while N Ctrl controls the second Hex value (xX). Together, they set the AGP Drive Strength value. For example, if you want to set an AGP Drive Strength of D4 (212), you will have to set P Ctrl to D and N Ctrl to 4.

By default, the AGP Drive Strength is set to C5 (197) but if you are using an AGP card based on the NVIDIA GeForce2 line of GPUs, then it's recommended that you set the AGP Driving Value to the higher value of EA (234).

Due to the nature of this BIOS option, it's possible to use it as an aid in overclocking the AGP bus. The AGP bus is sensitive to overclocking, especially in AGP4X mode and with sidebanding enabled. As such, a higher AGP Driving Value may be just what you need to overclock the AGP higher than normally possible. By raising the signal strength of the AGP bus, you can improve its stability at overclocked speeds.

But be very, very circumspect when you increase the AGP Drive Strength on an overclocked AGP bus as your AGP card may be irreversibly damaged in the process!

BTW, contrary to some reports, increasing the AGP Driving Value won't improve the performance of the AGP bus. It is not a performance enhancing option so you shouldn't increase the value unless you need to.
 
Old 09-23-2005, 03:35 AM   #27
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You should have just installed the kernel source, the error you got just means that urpmi did not have the gpg key of the developer who built the package.
 
Old 09-23-2005, 05:03 AM   #28
kuser:)
Member
 
Registered: Sep 2005
Location: Olsztyn, Poland
Distribution: Slackware 14.1
Posts: 168

Original Poster
Rep: Reputation: 99
What should I do ? (step-by-step commands please)
 
Old 09-23-2005, 07:56 AM   #29
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Simply follow the instructions posted by PDR60.
 
Old 09-23-2005, 08:09 AM   #30
kuser:)
Member
 
Registered: Sep 2005
Location: Olsztyn, Poland
Distribution: Slackware 14.1
Posts: 168

Original Poster
Rep: Reputation: 99
belive me i did and after all this i am at the stating point, so thanks all for your help bye-bye
 
  


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
nVidia driver problems with Gentoo 2005.1 AMD64 MrDunk Linux - Hardware 2 10-30-2005 04:25 AM
installing nvidia driver in mandriva 2005? greythorne Mandriva 4 05-23-2005 06:10 AM
X does not startup automatically on mandriva LE 2005 after Nvidia driver is installed Sparks71 Mandriva 7 05-03-2005 07:57 PM
Nvidia driver installation error. RoaCh Of DisCor Linux - Software 1 10-24-2004 01:31 AM
nvidia driver installation error XYNaPSE Linux - Newbie 5 07-15-2003 09:55 PM

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

All times are GMT -5. The time now is 11:05 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