public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] kernel 4.8.11 nvidia trouble
@ 2016-12-02 12:00 massi ppp
  2016-12-02 12:20 ` J. Roeleveld
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: massi ppp @ 2016-12-02 12:00 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: text/plain, Size: 564 bytes --]

hello

i' m try to install nvidia-drivers latest on gentoo 4.8.11 gcc compiler 5.4.

i've compiled kernell with genkernell, the driver has compiled, but not
work because kernel conflict, i recompiled the same kernel following the
istruction on handbook, but when i try to emerge nvidia driver portage fail
to compile.

i try also to find the problem to add or remove graphics and firmware
correlated features by menuconfig, and recompliling kernel.

the result is:
the module nvidia.ko missing some value:

lib/modules/4.8.11-gentoo/video.ko needs unknown symbol:

[-- Attachment #1.2: Type: text/html, Size: 679 bytes --]

[-- Attachment #2: 20161201_205645.jpg --]
[-- Type: image/jpeg, Size: 716431 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] kernel 4.8.11 nvidia trouble
  2016-12-02 12:00 [gentoo-user] kernel 4.8.11 nvidia trouble massi ppp
@ 2016-12-02 12:20 ` J. Roeleveld
  2016-12-03  9:23 ` [gentoo-user] " Kai Krakow
  2016-12-10 12:38 ` [gentoo-user] " Fernando Rodriguez
  2 siblings, 0 replies; 7+ messages in thread
From: J. Roeleveld @ 2016-12-02 12:20 UTC (permalink / raw
  To: gentoo-user

On Friday, December 02, 2016 01:00:58 PM massi ppp wrote:
> hello
> 
> i' m try to install nvidia-drivers latest on gentoo 4.8.11 gcc compiler 5.4.
> 
> i've compiled kernell with genkernell, the driver has compiled, but not
> work because kernel conflict, i recompiled the same kernel following the
> istruction on handbook, but when i try to emerge nvidia driver portage fail
> to compile.
> 
> i try also to find the problem to add or remove graphics and firmware
> correlated features by menuconfig, and recompliling kernel.
> 
> the result is:
> the module nvidia.ko missing some value:
> 
> lib/modules/4.8.11-gentoo/video.ko needs unknown symbol:

Try rebuilding the nvidia driver.
A good way of dealing with this and other modules is:

emerge -va1 @module-rebuild

--
Joost


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: kernel 4.8.11 nvidia trouble
  2016-12-02 12:00 [gentoo-user] kernel 4.8.11 nvidia trouble massi ppp
  2016-12-02 12:20 ` J. Roeleveld
@ 2016-12-03  9:23 ` Kai Krakow
  2016-12-03 14:46   ` Corbin Bird
  2016-12-10 12:38 ` [gentoo-user] " Fernando Rodriguez
  2 siblings, 1 reply; 7+ messages in thread
From: Kai Krakow @ 2016-12-03  9:23 UTC (permalink / raw
  To: gentoo-user

Am Fri, 2 Dec 2016 13:00:58 +0100
schrieb massi ppp <massi.prosperi@gmail.com>:

> hello
> 
> i' m try to install nvidia-drivers latest on gentoo 4.8.11 gcc
> compiler 5.4.
> 
> i've compiled kernell with genkernell, the driver has compiled, but
> not work because kernel conflict, i recompiled the same kernel
> following the istruction on handbook, but when i try to emerge nvidia
> driver portage fail to compile.
> 
> i try also to find the problem to add or remove graphics and firmware
> correlated features by menuconfig, and recompliling kernel.
> 
> the result is:
> the module nvidia.ko missing some value:
> 
> lib/modules/4.8.11-gentoo/video.ko needs unknown symbol:

Maybe you are stripping unneeded symbols? Try to recompile the kernel
without this option first.

-- 
Regards,
Kai

Replies to list-only preferred.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: kernel 4.8.11 nvidia trouble
  2016-12-03  9:23 ` [gentoo-user] " Kai Krakow
@ 2016-12-03 14:46   ` Corbin Bird
  2016-12-04  7:57     ` Kai Krakow
  2016-12-05 15:18     ` massi ppp
  0 siblings, 2 replies; 7+ messages in thread
From: Corbin Bird @ 2016-12-03 14:46 UTC (permalink / raw
  To: gentoo-user


On 12/03/2016 03:23 AM, Kai Krakow wrote:
> Am Fri, 2 Dec 2016 13:00:58 +0100
> schrieb massi ppp <massi.prosperi@gmail.com>:
>
>> hello
>>
>> i' m try to install nvidia-drivers latest on gentoo 4.8.11 gcc
>> compiler 5.4.
>>
>> i've compiled kernell with genkernell, the driver has compiled, but
>> not work because kernel conflict, i recompiled the same kernel
>> following the istruction on handbook, but when i try to emerge nvidia
>> driver portage fail to compile.
>>
>> i try also to find the problem to add or remove graphics and firmware
>> correlated features by menuconfig, and recompliling kernel.
>>
>> the result is:
>> the module nvidia.ko missing some value:
>>
>> lib/modules/4.8.11-gentoo/video.ko needs unknown symbol:
> Maybe you are stripping unneeded symbols? Try to recompile the kernel
> without this option first.
>

Curiosity : At one point the ( x11-drivers/nvidia-drivers ) package was
reporting during build, kernels higher than 4.4 were not supported (
nvidia's policy ). Has that changed?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: kernel 4.8.11 nvidia trouble
  2016-12-03 14:46   ` Corbin Bird
@ 2016-12-04  7:57     ` Kai Krakow
  2016-12-05 15:18     ` massi ppp
  1 sibling, 0 replies; 7+ messages in thread
From: Kai Krakow @ 2016-12-04  7:57 UTC (permalink / raw
  To: gentoo-user

Am Sat, 03 Dec 2016 08:46:34 -0600
schrieb Corbin Bird <corbinbird@charter.net>:

> On 12/03/2016 03:23 AM, Kai Krakow wrote:
> > Am Fri, 2 Dec 2016 13:00:58 +0100
> > schrieb massi ppp <massi.prosperi@gmail.com>:
> >  
> >> hello
> >>
> >> i' m try to install nvidia-drivers latest on gentoo 4.8.11 gcc
> >> compiler 5.4.
> >>
> >> i've compiled kernell with genkernell, the driver has compiled, but
> >> not work because kernel conflict, i recompiled the same kernel
> >> following the istruction on handbook, but when i try to emerge
> >> nvidia driver portage fail to compile.
> >>
> >> i try also to find the problem to add or remove graphics and
> >> firmware correlated features by menuconfig, and recompliling
> >> kernel.
> >>
> >> the result is:
> >> the module nvidia.ko missing some value:
> >>
> >> lib/modules/4.8.11-gentoo/video.ko needs unknown symbol:  
> > Maybe you are stripping unneeded symbols? Try to recompile the
> > kernel without this option first.
> >  
> 
> Curiosity : At one point the ( x11-drivers/nvidia-drivers ) package
> was reporting during build, kernels higher than 4.4 were not
> supported ( nvidia's policy ). Has that changed?

According to portage git changes: Yes. And it looks like the warning is
no longer reported for 4.8 as it works for me - no warning reported and
no user patches applied to kernel.

-- 
Regards,
Kai

Replies to list-only preferred.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: kernel 4.8.11 nvidia trouble
  2016-12-03 14:46   ` Corbin Bird
  2016-12-04  7:57     ` Kai Krakow
@ 2016-12-05 15:18     ` massi ppp
  1 sibling, 0 replies; 7+ messages in thread
From: massi ppp @ 2016-12-05 15:18 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

on ~amd64 x11-drivers/nvidia-drivers, are supported to kernel 4.8; i not
find any warnings.

On Dec 3, 2016 3:49 PM, "Corbin Bird" <corbinbird@charter.net> wrote:

>
> On 12/03/2016 03:23 AM, Kai Krakow wrote:
> > Am Fri, 2 Dec 2016 13:00:58 +0100
> > schrieb massi ppp <massi.prosperi@gmail.com>:
> >
> >> hello
> >>
> >> i' m try to install nvidia-drivers latest on gentoo 4.8.11 gcc
> >> compiler 5.4.
> >>
> >> i've compiled kernell with genkernell, the driver has compiled, but
> >> not work because kernel conflict, i recompiled the same kernel
> >> following the istruction on handbook, but when i try to emerge nvidia
> >> driver portage fail to compile.
> >>
> >> i try also to find the problem to add or remove graphics and firmware
> >> correlated features by menuconfig, and recompliling kernel.
> >>
> >> the result is:
> >> the module nvidia.ko missing some value:
> >>
> >> lib/modules/4.8.11-gentoo/video.ko needs unknown symbol:
> > Maybe you are stripping unneeded symbols? Try to recompile the kernel
> > without this option first.
> >
>
> Curiosity : At one point the ( x11-drivers/nvidia-drivers ) package was
> reporting during build, kernels higher than 4.4 were not supported (
> nvidia's policy ). Has that changed?
>
>

[-- Attachment #2: Type: text/html, Size: 1806 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] kernel 4.8.11 nvidia trouble
  2016-12-02 12:00 [gentoo-user] kernel 4.8.11 nvidia trouble massi ppp
  2016-12-02 12:20 ` J. Roeleveld
  2016-12-03  9:23 ` [gentoo-user] " Kai Krakow
@ 2016-12-10 12:38 ` Fernando Rodriguez
  2 siblings, 0 replies; 7+ messages in thread
From: Fernando Rodriguez @ 2016-12-10 12:38 UTC (permalink / raw
  To: gentoo-user

On Fri, Dec 02, 2016 at 01:00:58PM +0100, massi ppp wrote:
> hello
> 
> i' m try to install nvidia-drivers latest on gentoo 4.8.11 gcc compiler 5.4.
> 
> i've compiled kernell with genkernell, the driver has compiled, but not
> work because kernel conflict, i recompiled the same kernel following the
> istruction on handbook, but when i try to emerge nvidia driver portage fail
> to compile.

Then post the error that you're getting and the output  of the
pre-emerge checks.

If you build your kernel with genkernel it *should* work. You probably
just had to blacklist the free drivers to resolve the "kernel conflict".
So maybe start over with a fresh genkernel and try that.

> 
> i try also to find the problem to add or remove graphics and firmware
> correlated features by menuconfig, and recompliling kernel.
> 
> the result is:
> the module nvidia.ko missing some value:
> 
> lib/modules/4.8.11-gentoo/video.ko needs unknown symbol:

That's expected if you didn't recompile the drivers. It means that one of
the features you disabled was used by the driver module. Also make sure
you remove the /lib/modules/4.8.11-gentoo directory before reinstalling
your kernel modules as it looks like video.ko is not supposed to be
there. Maybe you disabled that feature but the modules is still there
from your previous build.

-- 
Fernando Rodriguez


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-12-10 12:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 12:00 [gentoo-user] kernel 4.8.11 nvidia trouble massi ppp
2016-12-02 12:20 ` J. Roeleveld
2016-12-03  9:23 ` [gentoo-user] " Kai Krakow
2016-12-03 14:46   ` Corbin Bird
2016-12-04  7:57     ` Kai Krakow
2016-12-05 15:18     ` massi ppp
2016-12-10 12:38 ` [gentoo-user] " Fernando Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox