Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
N00bFrage zu NVidia 9626
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 12:43 pm    Post subject: N00bFrage zu NVidia 9626 Reply with quote

Also der neue Nvidia beta Treiber is mal installed nur das modul läßt sich nicht laden :)

da war doch was mit cp in die proc/modules wenn ich mich net irre aber wie gings genau??

Sry ihr werdet euch wahrscheinlich aufn Kopf klatschen aber ich steh jetzt ehct an :)
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Tue Nov 07, 2006 1:06 pm    Post subject: Reply with quote

Öhh.
Eigentlich muss nur der Symlink /usr/src/linux stimmen.

Dann über modprobe nvidia laden.

Wie schaut denn die Fehlermeldung aus?

Tobi
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 1:12 pm    Post subject: Muß das modul doch irdendwie auf Autoload setzen?? Reply with quote

FATAL: Module nvidia not found.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Tue Nov 07, 2006 1:16 pm    Post subject: Reply with quote

Dann stimmt der Symlink nicht
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 1:23 pm    Post subject: Also in modules is laut nano nix drinn Reply with quote

folglich versteh ich jetzt nur noch Bahnhof

habs nach dem tut. von www.wiki.gentoo-xeffects.org/Nvida gemacht

bach rmmod nvidia spuckte er dann oben genanntes aus

wie mach ich jetzt weiter??
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Tue Nov 07, 2006 1:34 pm    Post subject: Reply with quote

Code:
/bin/ls -oa /usr/src/
uname -r

rmmod nvidia
modprobe nvidia

dmesg |grep nvidia


Mach das bitte mal nacheinander und gib die Ausgaben zurück.
Dann sehen wir, wo der Fehler ist.

Tobi
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 1:37 pm    Post subject: 1 Reply with quote

localhost / # /bin/ls -oa /usr/src/
total 12
drwxr-xr-x 3 root 4096 Nov 4 21:38 .
drwxr-xr-x 15 root 4096 Nov 6 10:26 ..
-rw-r--r-- 1 root 0 Nov 3 18:06 .keep
lrwxrwxrwx 1 root 22 Nov 4 21:38 linux -> linux-2.6.17-gentoo-r8
drwxr-xr-x 20 root 4096 Nov 4 22:23 linux-2.6.17-gentoo-r8
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 1:39 pm    Post subject: uname -r Reply with quote

2.6.17-gentoo-r7
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 1:39 pm    Post subject: rmmod Reply with quote

localhost ~ # rmmod nvidia
ERROR: Module nvidia does not exist in /proc/modules
localhost ~ #
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 1:40 pm    Post subject: modprobe Reply with quote

localhost ~ # modprobe nvidia
FATAL: Module nvidia not found.
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 1:41 pm    Post subject: localhost ~ # dmesg |grep nvidia Reply with quote

da kam nix :)

recht so??
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Tue Nov 07, 2006 1:53 pm    Post subject: Reply with quote

Hast du im Kernel Nvidia-Treiber für den Framebuffer aktiviert? Die müssen unbedingt raus, darfst bei Nvidia-Karten nur den Vesa-Treiber für die Konsole verwenden.
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 2:02 pm    Post subject: Eigentlich hab ich keine FB aktiv Reply with quote

rennt derzeit alles auf NV aber ohne FB soviel ich weiß

ähm oder lieg ich jetzt komplett daneben ?
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Tue Nov 07, 2006 2:05 pm    Post subject: Reply with quote

Der Fehler liegt hier:

Dein Symlink muss immer auf die Sourcen des aktuellen Kernels verweisen:
linux -> linux-2.6.17-gentoo-r8

Dein Kernel ist aber:
2.6.17-gentoo-r7

Also, bau dir einen neuen Kernel mit den vorhandenen Sourcen, oder lad dir die -r7 runter.

Tobi
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 2:09 pm    Post subject: OK das leuchtet ein Reply with quote

THX Tobi
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Tue Nov 07, 2006 2:11 pm    Post subject: Reply with quote

Setzt mal das useflag symlink, dann wird dieser Link automatisch gesetzt, wenn du dir mit emerge gentoo-sources einen neuen drauftust. Und schau dir mal make install beim Kernel an, da wird alles automatisch nach /boot kopiert. Da kann man nichts vergessen im Vergleich zu händischem Kopieren.
Back to top
View user's profile Send private message
treor
Apprentice
Apprentice


Joined: 03 May 2005
Posts: 174
Location: germany

PostPosted: Tue Nov 07, 2006 2:52 pm    Post subject: Reply with quote

Klaus Meier wrote:
Setzt mal das useflag symlink, dann wird dieser Link automatisch gesetzt, wenn du dir mit emerge gentoo-sources einen neuen drauftust. Und schau dir mal make install beim Kernel an, da wird alles automatisch nach /boot kopiert. Da kann man nichts vergessen im Vergleich zu händischem Kopieren.


diese use-flag stellt mit größter wahrscheinlichkeit das problem dar.

denn: mit energe gentoo-sources installierst du dir nämlich eben KEINEN neuen kernel sondern nur die kernel sources aus denen du dann den neuen kernel bauen kannst.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Tue Nov 07, 2006 2:56 pm    Post subject: Reply with quote

Klaus Meier wrote:
Setzt mal das useflag symlink, dann wird dieser Link automatisch gesetzt, wenn du dir mit emerge gentoo-sources einen neuen drauftust. Und schau dir mal make install beim Kernel an, da wird alles automatisch nach /boot kopiert. Da kann man nichts vergessen im Vergleich zu händischem Kopieren.


Ich versteh den Nutzen von der Symlink-Flag nicht. Ich finde sogar, sie hat einen negativen Effekt:

emerge gentoo-sources lädt mir (beipielsweise) Version 12 runter --> symlink auf V12

dann kommt ein Update auf V13-r3 --> Symlink auf V13-r3

Oder wird bei der Flag überprüft, welcher Kernel grad läuft (uname -r) und dann der Link gesetzt.


Tobi
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Tue Nov 07, 2006 3:05 pm    Post subject: Reply with quote

Stimmt, das Flag symlink installiert keinen neuen Kernel. Es stellt den Link auf den gerade runtergeladenen Kernel um, nicht auf den aktiven. Wenn man dieses Flag setzt, MUSS man danach schon den neuen installieren, bevor man andere Pakete installiert. Es erspart dir nur einen manuellen Schritt.
Back to top
View user's profile Send private message
beowulf71
n00b
n00b


Joined: 30 May 2006
Posts: 30
Location: Wien

PostPosted: Tue Nov 07, 2006 4:13 pm    Post subject: so der neue Kernel steht (nach Anleitung gemacht ) nur Grub Reply with quote

will nicht .)

(hd0,0)

und ann als kernel ...

Pfad zu meinem bzImage root=/dev/sda3 bei mir :)

mit (hd 0,0) is er net glücklich wie´s aussieht
Back to top
View user's profile Send private message
energyman76b
Advocate
Advocate


Joined: 26 Mar 2003
Posts: 2048
Location: Germany

PostPosted: Tue Nov 07, 2006 7:12 pm    Post subject: Reply with quote

title=2.6
root (hd0,0)
kernel (hd0,0)/boot/vmlinuz root=/dev/sda3

reicht.
normalerweise.
und für einen old Eintrag vmlinuz.old denn das sind Sachen, die von make install angelegt werden.

wenn nicht, versuch es mit 1,0 oder

manchmal zählt grub die Laufwerke beim anders, als linux...
_________________
Study finds stunning lack of racial, gender, and economic diversity among middle-class white males

I identify as a dirty penismensch.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum