Fehler beim Installieren von Grafikkartentreiber!!

cooldad

cooldad

Totaler Anfänger
Guten tag liebe Unixgemeinde!!

so da ich ja so lange kein Problem mehr hatte muss ich jetzt nochmal eins posten^^

also ich wollte mir den Grafikkarten Treiber für meine NVIDIA Geforce installieren dazu hab ich den Treiber NVIDIA-Linux-x86-1.0-9755-pkg1.run verwendet.

Nachdem ich per strg+alt+f2 die grafische Oberfläche verlassen und mich im Textmodus als root angemeldet hatte wechselte ich mit init 3 in den 3. Bootlevel. Von dort aus führte ich den Skript per "sh NVIDIA......" aus. darauf hin erschienen zwei Fehlermeldungen

Code:
No precomiles kernel interface was found to match your kernel: would you like the installer to attempt to download a kernel interface for your kernel from NVIDIA ftpsite  (ftp://download.nvidia.com)?

so habe das zweimal gemacht hier habe ich einem "ja" und einmal "nein" genommen!! danach versuchte er zu installieren und dan das:

Code:
Unable  to load the kernel module "nvdia.ko". This happens must frequently when this kernel modul was built against the wrong or improperly configured kernel sources, with a version of gcc that differs   from the one used to build the target kernel, or if a driver such as rifafb/nvidiaafb is present and prevents the NVDIA kernel modul from obtainin ownership of the NVDIA graphics device(s).

naja kp gcc habe ich!! also erbitte um hilfe

mfg cooldad
 
Was meinst Du mit Kp?
Du benötigst:
Kernel Source
gcc
Dann, wie Du auch schon herausgefunden hast, einfach blind die Meldungen bestätigen, irgendwann kompiliert er dann das "Nvidia - Kernel - Modul".
 
ja also bei Yast steht nur:

Kernel-Source

also das ist installiert!!

kp=kein plan
sorry chat sprache ist hier vielleicht nicht so gut!!
gcc habe ich
 
Zuletzt bearbeitet:
Dann Prüfe mal ob die Source auch noch mit dem aktuellen Kernel passt (kann ja sein das sich der Kernel per Update geändert hat). Sorry haste ja erst seit 1 nen Tag, wird wohl nicht das Problem sein.
 
Ne passt beides zussamen!!

Hat jemand einen anderen Vorschlag??
 
Hallo
Schau mal unter /lib/modules wieviele Verzeichnisse es gibt.
NVIDIA scheint sich desweiteren gerne am eventuell vorhandenen Link /vmlinuZ zu orientieren.
Wenn dieser auf ein falsches Kernelimage zeigt, wird die falsche Kernelversion erzeugt.
Das ist nur so meine Erfahrung.
Das Ergebnis ist dann ein weiteres /lib/modules/<VERSION> Verzeichnis, in dem sich nur ein Nvidiamodul befindet.
Die Version entspricht dann meist dem Link.

Nur so in's Blaue vermutet.

Gruß Wolfgang
 
Also in dem Ordner sind 9 Verzeichnisse

wobei in 8 der 9 Verzeichnissen nur eine Datei

die "modules.alias"
 
Zuletzt bearbeitet:
Welchen Kernel bootest du, und in welchem liegt nun die erzeugte nvdia.ko?
Wohin zeigt dieser Link im root /vmlinuZ

Fragen über Fragen.
Welche Kernelheader sind denn installiert <VERSION> und passen die zu deinem aktuellen Kernel?

Gruß Wolfgang
 
KernelVersion=2.6.18.8-0.1-default
KernelHeader=2.6.18.2-3@i586

ich habe die datei nvdia.ko nicht in /lib/modules gefunden!!

nur: nvidiafb.ko die 2mal!!

und was meinst du mit

Wohin zeigt dieser Link im root /vmlinuZ
 
KernelVersion=2.6.18.8-0.1-default
KernelHeader=2.6.18.2-3@i586

ich habe die datei nvdia.ko nicht in /lib/modules gefunden!!

nur: nvidiafb.ko die 2mal!!

und was meinst du mit

Deine Versionen passen doch nicht.
Kernel 2.6.18.8-01
KHeader 2.6.18.2-3
Schau noch mal in Yast Header, Kernel und Source müssen exakt die gleiche Version besitzen.
 
Hallo
Na dann gib mal ein
Code:
ls -l /lib/modules

ls /
ls /boot/

uname -a

ls /usr/src

Vermutlich wird es nun ein Verzeichnis /lib/modules/2.6.18.2-3... geben.

Gruß Wolfgang
 
Code:
cooldad@cooldad:~> ls - /lib/modules
ls: Zugriff auf - nicht möglich: Datei oder Verzeichnis nicht gefunden
/lib/modules:
2.6.18.2-34-bigsmp   2.6.18.2-34-kdump    2.6.18.2-34-xen
2.6.18.2-34-debug    2.6.18.2-34-um       2.6.18.2-34-xenpae
2.6.18.2-34-default  2.6.18.2-34-vanilla  2.6.18.8-0.1-default
cooldad@cooldad:~> ls /
bin   dev  home  lost+found  mnt  proc  sbin  sys  usr
boot  etc  lib   media       opt  root  srv   tmp  var
cooldad@cooldad:~> ls /boot/
backup_mbr                          symsets-2.6.18.2-34-xenpae.tar.gz
boot                                symsets-2.6.18.2-34-xen.tar.gz
config-2.6.18.2-34-bigsmp           symsets-2.6.18.8-0.1-default.tar.gz
config-2.6.18.8-0.1-default         symtypes-2.6.18.2-34-bigsmp.gz
grub                                symtypes-2.6.18.8-0.1-default.gz
initrd                              symvers-2.6.18.2-34-bigsmp.gz
initrd-2.6.18.2-34-bigsmp           symvers-2.6.18.8-0.1-default.gz
initrd-2.6.18.8-0.1-default         System.map-2.6.18.2-34-bigsmp
message                             System.map-2.6.18.8-0.1-default
symsets-2.6.18.2-34-bigsmp.tar.gz   vmlinux-2.6.18.2-34-bigsmp.gz
symsets-2.6.18.2-34-debug.tar.gz    vmlinux-2.6.18.8-0.1-default.gz
symsets-2.6.18.2-34-default.tar.gz  vmlinuz
symsets-2.6.18.2-34-kdump.tar.gz    vmlinuz-2.6.18.2-34-bigsmp
symsets-2.6.18.2-34-um.tar.gz       vmlinuz-2.6.18.8-0.1-default
symsets-2.6.18.2-34-vanilla.tar.gz
cooldad@cooldad:~> uname -a
Linux cooldad 2.6.18.8-0.1-default #1 SMP Fri Mar 2 13:51:59 UTC 2007 i686 athlon i386 GNU/Linux
cooldad@cooldad:~> ls /usr/src
debug  linux-2.6.18.2-34      linux-2.6.18.8-0.1      linux-obj
linux  linux-2.6.18.2-34-obj  linux-2.6.18.8-0.1-obj  packages
cooldad@cooldad:~>


bitteschön wenn dir das hilft mir zu helfen^^
 
Hallo
Nur dass ich für ls die Option -l wollte.
Damit lässt sich nämlich sehen, wohin der link
/vmlinuz
zeigt.
Außerdem fehlt
uname -a
Damit bekommst du raus, welcher Kernel aktuell läuft.

Gruß Wolfgang
 
so hi

Ich habe ne gute und ne schlechte Nachricht zu diesem thema!!

Gute: Ich habe den Fehler behoben!! Der Fehler ist zugleich aber auch die schlechte Nachricht!!!

Schlechte:Ich habe Jahre lang geglaubt ich hätte eine Geforce doch in Wirklickeit ist es eine Radeon!?!?!?!?? AHHHH

SORRY

So wir können aber direkt die Überschrift lassen da ich nämlich beim Installieren des ATI Drivers auch Probleme habe :)

also ich habe mir den RPM Treiber für den Xorg Server von der ATI Seite runtergeladen. So die konnte ich ja dann mit SMART installieren!! Hat auch soweit geklappt. Doch die 3D Unterstützung scheint noch immer nicht zu laufen. Ich habe mal den Befehl glxgears ausgeführt mit dem man ja die 3D Funktion testen kann doch dabei erschien nur ein Error:
Code:
Xlib:  extension "GLX" missing on display ":0.0".
glxgears: Error: couldn't get an RGB, Double-buffered visual.

Meine Xorg.conf sieht übrigens so aus:

Code:
# /.../
# SaX generated X11 config file
# Created on: 2007-04-07T22:40:41+0200.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  FontPath     "unix/:7100"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load         "glx"
  Load         "type1"
  Load         "extmod"
  Load         "dbe"
  Load         "freetype"
  Load         "v4l"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "microsoftpro"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "AutoSoft" "on"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "Name" "<undefined>"
  Option       "Protocol" "Auto"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  DisplaySize  376 301
  HorizSync    29-81
  Identifier   "Monitor[0]"
  ModelName    "SAMSUNG SYNCMASTER"
  Option       "DPMS"
  VendorName   "SAM"
  VertRefresh  43-75
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1280x1024" 106.97 1280 1360 1496 1712 1024 1025 1028 1059
  Modeline 	"1280x1024" 87.75 1280 1328 1360 1440 1024 1027 1034 1053 +HSync -Vsync
  Modeline 	"1280x960" 107.32 1280 1360 1496 1712 960 961 964 995
  Modeline 	"1280x960" 88.25 1280 1328 1360 1440 960 963 967 989 +HSync -Vsync
  Modeline 	"1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
  Modeline 	"1280x800" 98.89 1280 1352 1488 1696 800 801 804 833
  Modeline 	"1280x800" 91.61 1280 1352 1488 1696 800 801 804 831
  Modeline 	"1280x800" 88.25 1280 1328 1360 1440 800 803 809 829 +HSync -Vsync
  Modeline 	"1280x800" 83.46 1280 1344 1480 1680 800 801 804 828
  Modeline 	"1152x864" 104.99 1152 1224 1352 1552 864 865 868 902
  Modeline 	"1152x864" 96.77 1152 1224 1344 1536 864 865 868 900
  Modeline 	"1152x864" 89.56 1152 1224 1344 1536 864 865 868 897
  Modeline 	"1152x864" 86.75 1152 1200 1232 1312 864 867 871 895 +HSync -Vsync
  Modeline 	"1152x864" 81.62 1152 1216 1336 1520 864 865 868 895
  Modeline 	"1280x768" 102.98 1280 1360 1496 1712 768 769 772 802
  Modeline 	"1280x768" 94.98 1280 1352 1488 1696 768 769 772 800
  Modeline 	"1280x768" 87.97 1280 1352 1488 1696 768 769 772 798
  Modeline 	"1280x768" 84.75 1280 1328 1360 1440 768 771 778 796 +HSync -Vsync
  Modeline 	"1280x768" 80.14 1280 1344 1480 1680 768 769 772 795
  Modeline 	"1024x768" 81.80 1024 1080 1192 1360 768 769 772 802
  Modeline 	"1024x768" 76.16 1024 1080 1192 1360 768 769 772 800
  Modeline 	"1024x768" 69.71 1024 1080 1184 1344 768 769 772 798
  Modeline 	"1024x768" 69.50 1024 1072 1104 1184 768 771 775 796 +HSync -Vsync
  Modeline 	"1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
  Modeline 	"1280x600" 79.00 1280 1344 1480 1680 600 601 604 627
  Modeline 	"1280x600" 72.80 1280 1336 1472 1664 600 601 604 625
  Modeline 	"1280x600" 66.74 1280 1336 1464 1648 600 601 604 623
  Modeline 	"1280x600" 66.25 1280 1328 1360 1440 600 603 613 622 +HSync -Vsync
  Modeline 	"1280x600" 61.50 1280 1336 1464 1648 600 601 604 622
  Modeline 	"1024x600" 63.20 1024 1080 1184 1344 600 601 604 627
  Modeline 	"1024x600" 58.10 1024 1072 1176 1328 600 601 604 625
  Modeline 	"1024x600" 54.25 1024 1072 1104 1184 600 603 613 622 +HSync -Vsync
  Modeline 	"1024x600" 53.78 1024 1072 1176 1328 600 601 604 623
  Modeline 	"1024x600" 48.96 1024 1064 1168 1312 600 601 604 622
  Modeline 	"800x600" 48.91 800 840 920 1040 600 601 604 627
  Modeline 	"800x600" 45.50 800 840 920 1040 600 601 604 625
  Modeline 	"800x600" 44.00 800 848 880 960 600 603 607 622 +HSync -Vsync
  Modeline 	"800x600" 42.11 800 840 920 1040 600 601 604 623
  Modeline 	"800x600" 38.22 800 832 912 1024 600 601 604 622
  Modeline 	"768x576" 45.51 768 808 888 1008 576 577 580 602
  Modeline 	"768x576" 41.66 768 800 880 992 576 577 580 600
  Modeline 	"768x576" 40.75 768 816 848 928 576 579 583 597 +HSync -Vsync
  Modeline 	"768x576" 38.56 768 800 880 992 576 577 580 598
  Modeline 	"768x576" 34.96 768 792 872 976 576 577 580 597
  Modeline 	"640x480" 30.72 640 664 728 816 480 481 484 502
  Modeline 	"640x480" 29.25 640 688 720 800 480 483 487 497 +HSync -Vsync
  Modeline 	"640x480" 28.56 640 664 728 816 480 481 484 500
  Modeline 	"640x480" 25.95 640 656 720 800 480 481 484 499
  Modeline 	"640x480" 23.86 640 656 720 800 480 481 484 497
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "RV350 AP"
  BusID        "2:0:0"
  Driver       "radeon"
  Identifier   "Device[0]"
  Screen       0
  VendorName   "ATI"
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection
 
Habe laut meiner Verpackung eine:

Radeon 9600 PRO!!!
 
Hallo
Also ich klinke mich dann mal aus, denn die Hardware sollte schon vorher klar sein.

Sorry, aber das setze ich mal so voraus.
Wie bist du denn auf eine Nvidia gekommen?

Dann wünsch ich dir viel Spaß weiterhin.

Allerdings finde ich es schwach, dass der Nvidiainstaller das nicht erkannt hat.

No matching videointerface found... oder so.

Tschau Wolfgang
 
LOL. Aber du weißt, das der 1. April scho lang vorbei is?? :P :D

Und statt "radeon" sollte, falls du den "richtigen" ATI-Treiber runtergeladen hast meines Wissens "fglrx" stehen..... Aber beim ATI-Treiber einrichten wünsch i da viel Spaß ;) (Ja, vereinzelt hab ich von Leuten gehört, bei denen die Linux-ATI-Treiber "richtig" funktionieren sollen^^)
 
Zuletzt bearbeitet:

Ähnliche Themen

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Nvidia Hybrid-Grafikkarte: 3D Beschleunigung will nicht

X startet nichtmehr

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Zurück
Oben