Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo installation problems[SOLVED]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 29956
Location: 56N 3W

PostPosted: Tue Jul 10, 2012 6:34 pm    Post subject: Reply with quote

pelargos,

Plase post the following,
Code:
wgetpast /var/log/Xorg.0.log
wgetpast /etc/X11/xorg.conf
wgetpaste /usr/src/linux/.config


The nvidia kernel module has loaded but the nvidia Xorg driver has not. Those files should give some pointeres as to why not and what needs to be done to fix it.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Deadly Assassin
n00b
n00b


Joined: 01 Aug 2010
Posts: 40
Location: Germany

PostPosted: Tue Jul 10, 2012 8:02 pm    Post subject: Reply with quote

He already posted the files:
/var/log/Xorg.0.log
/etc/X11/xorg.conf
/usr/src/linux/.config
_________________
Human knowledge belongs to the world!
BluePanel - Source that matters…
Back to top
View user's profile Send private message
pelargos
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jul 2012
Posts: 125

PostPosted: Tue Jul 10, 2012 8:05 pm    Post subject: Reply with quote

Please someone im dyING 8O
Back to top
View user's profile Send private message
Deadly Assassin
n00b
n00b


Joined: 01 Aug 2010
Posts: 40
Location: Germany

PostPosted: Tue Jul 10, 2012 8:15 pm    Post subject: Reply with quote

Try to change EFI frame buffer to vesa frame buffer in your kernel config.
_________________
Human knowledge belongs to the world!
BluePanel - Source that matters…
Back to top
View user's profile Send private message
pidsley
n00b
n00b


Joined: 09 Jun 2012
Posts: 63

PostPosted: Tue Jul 10, 2012 8:34 pm    Post subject: Reply with quote

(edit) deleted misleading and incorrect information

(but I'm a noob, so I could be completely wrong)

(edit) and obviously, I am...


Last edited by pidsley on Tue Jul 10, 2012 10:06 pm; edited 5 times in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 29956
Location: 56N 3W

PostPosted: Tue Jul 10, 2012 8:41 pm    Post subject: Reply with quote

@Deadly Assassin,

We need a consistent data set. The xorg.0.log you linked says,
Code:
[    39.734] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
[    39.734] (EE) NVIDIA:     system's kernel log for additional error messages.
bu the lsmod, shows the module loaded.
I have no confidence I am looking at a self consistent data set.

@pelargos,

Please post the files I asked for as they are now and no trying your own ideas meanwhile. It makes remote diagnostics harder.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 29956
Location: 56N 3W

PostPosted: Tue Jul 10, 2012 8:52 pm    Post subject: Reply with quote

pidsley,

There are three drivers for nVidia graphics cards.

The old abandoned nv driver, which was nVidias open source offering. No 3D acceleration.
The community produced nouveau, which is open source and provides some3D hardware acceleration
The nvidia-drivers binary blob.

There are varing degrees of incompatibility between these drivers. The nv driver used to tolerate vesa or uvesa frambuffers but not anything targeted to nVidia hardware.
Two drivers for the same piece of hardware always ends in tears.

nouveau requres a kernel mode piece and KMS support and is incompatible with the binary blob. nouveau gives you a framebuffer console at no extra change, so you must not choose any hardware framebuuer options.

The binary blob driver won't reliably work with any framebuffer console at all - see the warning message if you try it. It won't work if nouveau is in the kernel, nor if there are any nVidia framebuffer drivers.

The OP wants the nVidia bianry blob so anything to do with nouveau, except removing it from the kernel, is misleading.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pidsley
n00b
n00b


Joined: 09 Jun 2012
Posts: 63

PostPosted: Tue Jul 10, 2012 9:41 pm    Post subject: Reply with quote

Thank you. As I mentioned, I have a lot to learn about Gentoo :)

I will be very interested to see how this problem gets solved (I generally read much more than I post -- I should follow my own advice).
Back to top
View user's profile Send private message
pelargos
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jul 2012
Posts: 125

PostPosted: Wed Jul 11, 2012 9:42 am    Post subject: Reply with quote

NeddySeagoon wrote:
@Deadly Assassin,

We need a consistent data set. The xorg.0.log you linked says,
Code:
[    39.734] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
[    39.734] (EE) NVIDIA:     system's kernel log for additional error messages.
bu the lsmod, shows the module loaded.
I have no confidence I am looking at a self consistent data set.

@pelargos,

Please post the files I asked for as they are now and no trying your own ideas meanwhile. It makes remote diagnostics harder.


Ok.................
bpaste.net/show/34439 & 34440 34441
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3972
Location: Saint Amant, Acadiana

PostPosted: Wed Jul 11, 2012 11:49 am    Post subject: Reply with quote

Alright, try this:

Run
Code:
lsmod
to see if nvidia module is loaded. If it is not loaded try to load it by hand
Code:
modprobe nvidia

Did you get any errors on console? Check also dmesg for errors.
It may be the nvidia module you are trying to load was not built for kernel you are running.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
pelargos
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jul 2012
Posts: 125

PostPosted: Wed Jul 11, 2012 1:44 pm    Post subject: Reply with quote

Jaglover wrote:
Alright, try this:

Run
Code:
lsmod
to see if nvidia module is loaded. If it is not loaded try to load it by hand
Code:
modprobe nvidia

Did you get any errors on console? Check also dmesg for errors.
It may be the nvidia module you are trying to load was not built for kernel you are running.
bpaste.net/show/34474/
and
modprobe nvidia shows:
FATAL: Error inserting nvidia (/lib/modules/3.4.3-pf/video/nvidia.ko) : No such device. Help.
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3972
Location: Saint Amant, Acadiana

PostPosted: Wed Jul 11, 2012 2:01 pm    Post subject: Reply with quote

I have no experience with EFI, can you build and boot a kernel without EFI framebuffer and try loading nvidia again?
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
pelargos
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jul 2012
Posts: 125

PostPosted: Wed Jul 11, 2012 2:18 pm    Post subject: Reply with quote

Jaglover wrote:
I have no experience with EFI, can you build and boot a kernel without EFI framebuffer and try loading nvidia again?
I removed EFi so? i have the same results........
Back to top
View user's profile Send private message
Deadly Assassin
n00b
n00b


Joined: 01 Aug 2010
Posts: 40
Location: Germany

PostPosted: Wed Jul 11, 2012 4:02 pm    Post subject: Reply with quote

Did you recomplie nvidia-driver after removing EFI frame buffer?
_________________
Human knowledge belongs to the world!
BluePanel - Source that matters…
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3972
Location: Saint Amant, Acadiana

PostPosted: Wed Jul 11, 2012 4:13 pm    Post subject: Reply with quote

pelargos wrote:
Jaglover wrote:
I have no experience with EFI, can you build and boot a kernel without EFI framebuffer and try loading nvidia again?
I removed EFi so? i have the same results........


Do you have exact same error?

FATAL: Error inserting nvidia (/lib/modules/3.4.3-pf/video/nvidia.ko) : No such device.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 29956
Location: 56N 3W

PostPosted: Wed Jul 11, 2012 5:06 pm    Post subject: Reply with quote

pelargos,

Its interesting that your kernel is called 3.4.3-pf.

Please post the output of
Code:
uname -a
and
Code:
readlink /usr/src/linux

I have a feeling that you are building nvidia-drivers against one kernel while you run another.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pelargos
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jul 2012
Posts: 125

PostPosted: Wed Jul 11, 2012 8:56 pm    Post subject: Reply with quote

NeddySeagoon wrote:
pelargos,

Its interesting that your kernel is called 3.4.3-pf.

Please post the output of
Code:
uname -a
and
Code:
readlink /usr/src/linux

I have a feeling that you are building nvidia-drivers against one kernel while you run another.



bpaste.net/show/34550/ and linux-3.4.3-pf
and yes i reemerged nvidia and nothing the same error.
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3972
Location: Saint Amant, Acadiana

PostPosted: Wed Jul 11, 2012 9:09 pm    Post subject: Reply with quote

Quote:
Linux leonidas 3.4.3-pf #7 SMP Sat Jul 7 07:52:15 UTC 2012 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ AuthenticAMD GNU/Linux

This kernel was built on Saturday.
Please post everything on forums, only huge logs go to pastebin.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 29956
Location: 56N 3W

PostPosted: Wed Jul 11, 2012 9:14 pm    Post subject: Reply with quote

pelargos,

Your uname -a shows
Code:
3.4.3-pf #7 SMP Sat Jul 7 07:52:15 UTC 2012

Which tells that you have built this kernel 7 times and your last build of it was at Sat Jul 7 07:52:15 UTC.
We can infer that your /usr/src/linux symlink points to this kernel tree too.

When was your last kernel build ?
If it was later than Sat Jul 7 07:52:15 UTC, then you have remade the kernel but are not using it for some reason.
At Wed Jul 11, 2012 2:18 pm (UTC+1) a few posts up you said
pelargos wrote:
I removed EFi so? i have the same results........


Your runnig kernel predates that post, so you were clearly not testing with your new kernel, which is why you got the same results.
Did you forget to mount /boot before you copied the new kernel over>
Did you name it incorrectly, so its in /boot but not being loaded?

Please check your kernel install.
Code:
uname -a
is a good test of the the running kernel.
Just now, you are not running the kernel you think you are. Welcome to the club, we all do that from time to time.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pelargos
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jul 2012
Posts: 125

PostPosted: Wed Jul 11, 2012 9:25 pm    Post subject: Reply with quote

NeddySeagoon wrote:
pelargos,

Your uname -a shows
Code:
3.4.3-pf #7 SMP Sat Jul 7 07:52:15 UTC 2012

Which tells that you have built this kernel 7 times and your last build of it was at Sat Jul 7 07:52:15 UTC.
We can infer that your /usr/src/linux symlink points to this kernel tree too.

When was your last kernel build ?
If it was later than Sat Jul 7 07:52:15 UTC, then you have remade the kernel but are not using it for some reason.
At Wed Jul 11, 2012 2:18 pm (UTC+1) a few posts up you said
pelargos wrote:
I removed EFi so? i have the same results........


Your runnig kernel predates that post, so you were clearly not testing with your new kernel, which is why you got the same results.
Did you forget to mount /boot before you copied the new kernel over>
Did you name it incorrectly, so its in /boot but not being loaded?

Please check your kernel install.
Code:
uname -a
is a good test of the the running kernel.
Just now, you are not running the kernel you think you are. Welcome to the club, we all do that from time to time.


OMG IM SO NOOOB SoRry xD. I went to grub.conf and i saw it has the default configs and reinstalled it and fixed it and it still does the same... for exampe i i have timeout 10 and before i had it 0 and it boots with the previous options OMG :evil: HELP! XD
Back to top
View user's profile Send private message
pelargos
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jul 2012
Posts: 125

PostPosted: Wed Jul 11, 2012 9:28 pm    Post subject: Reply with quote

today it was the last kernel built because i needed to remove EFI and now i did mount /dev/BOOT or /boot and it says that it doesn't exist. OMG WHAT HAVE I DONE TO IT ????? XDDDDDD (im not kidding im serious please HELP)
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3972
Location: Saint Amant, Acadiana

PostPosted: Wed Jul 11, 2012 9:51 pm    Post subject: Reply with quote

/dev/BOOT is a placeholder for real boot device. If your fstab has /dev/BOOT, /dev/ROOT, etc then you skipped editing fstab during install.
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
pelargos
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jul 2012
Posts: 125

PostPosted: Thu Jul 12, 2012 11:43 am    Post subject: Reply with quote

Jaglover wrote:
/dev/BOOT is a placeholder for real boot device. If your fstab has /dev/BOOT, /dev/ROOT, etc then you skipped editing fstab during install.
OOps my fault but i fixed it now xD Now what should i do with grub?
Back to top
View user's profile Send private message
pelargos
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jul 2012
Posts: 125

PostPosted: Thu Jul 12, 2012 12:37 pm    Post subject: Reply with quote

pelargos wrote:
Jaglover wrote:
/dev/BOOT is a placeholder for real boot device. If your fstab has /dev/BOOT, /dev/ROOT, etc then you skipped editing fstab during install.
OOps my fault but i fixed it now xD Now what should i do with grub?
Hey i fixed the most of the errors... i recompiled the kernel and copied it to boot as 3.4.3-pf (and i reinstalled grub) and removed linux-3.4.3-pf and it starts slim and x but the pointer is an X and xfce doesn't work should i recompile xfce??? and secondly i tried to recompile nvidia-drivers and it shows me some errors... see: bpaste.net/show/34659/ Answer soon please because i want to enjoy gentoo poweah!!! :D
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 29956
Location: 56N 3W

PostPosted: Thu Jul 12, 2012 6:31 pm    Post subject: Reply with quote

pelargos,

The good news first - your emerge nvidia-drivers log is good. It shows a clean build of nvidia.
Indeed, it must have worked as you can start the xserver now, even if you can't move the mouse.

Mouse and keyboard issues are often related to to the event interface driver for Xorg. Do the following and retest.
Code:
emerge xf86-input-evdev -1
this will install the driver if you don't have it and rebuild if if you do have it.
This makes sure its built for the right version of Xorg.

You didn't post your /var/log/Xorg.0.log, so I can't be sure that its your issue.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
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