Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia Kernel 1.0.6111 Fix for mm-sources thread
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Oct 30, 2004 9:58 am    Post subject: Reply with quote

why don't you guys look at mm's broken-out and unpatch the non->gpl patches? ^^ since Andrew likes long patch names shouldnt be that difficult ;)
Back to top
View user's profile Send private message
firephoto
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1612
Location: +48° 5' 23.40", -119° 48' 30.00"

PostPosted: Sat Oct 30, 2004 4:04 pm    Post subject: Reply with quote

I quit using the rc kernels and never use the mm kernels due to the instability since 2.6.8. Hopefully nvidia can come up with a fix for the "kernel dev playing god" problem by the time 2.6.10 goes to stable release.
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Thu Nov 04, 2004 4:14 pm    Post subject: Reply with quote

2610-rc1-mm2 here..
after changed EXPORT_SYMBOL_GPL to EXPORT_SYMBOL in kernel source , nvidia module wad loaded fine , but black screen after startx... ;(

greetz
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
DaMouse
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 233

PostPosted: Thu Nov 04, 2004 7:02 pm    Post subject: Reply with quote

Bit busy at the moment, try reversing

http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10-rc1/2.6.10-rc1-mm2/broken-out/bk-pci.patch

I haven't got much time to fix stuff at the moment :(

-DaMouse
_________________
I am the dark lord DaMouse I eat souls and wear the dressing gown of evil.
Back to top
View user's profile Send private message
DaMouse
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 233

PostPosted: Thu Nov 04, 2004 7:06 pm    Post subject: Reply with quote

And perhaps

http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10-rc1/2.6.10-rc1-mm2/broken-out/bk-driver-core.patch

since it has the _GPL changes :)

-DaMouse

P.S. just reversing the entire mm in one stage works to lol :P
_________________
I am the dark lord DaMouse I eat souls and wear the dressing gown of evil.
Back to top
View user's profile Send private message
firephoto
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1612
Location: +48° 5' 23.40", -119° 48' 30.00"

PostPosted: Thu Nov 04, 2004 7:14 pm    Post subject: Reply with quote

Does this mean the latest changes are being reversed?
http://marc.theaimsgroup.com/?l=linux-kernel&m=109935991217693&w=2
Quote:

On Sat, Oct 30, 2004 at 04:44:33PM +0200, Fabio Coatti wrote:
>
> I understand all your motivation,and I agree with most of them, but I'm asking
> if this is the right way to handle this GPL issue...

I have been recently advised that I should not change these symbols, and
so I will not.

Sorry for the noise and wasted bandwidth, will not happen again.

greg k-h


Other reading there led me to believe that this change would mean that non-GPL kernel drivers would not be able to use hotplug and udev so I hope that these changes are thrown out since they left the door open for 9 months or so and allowed everyone to make udev based drivers.

It almost getting to the point where there needs to be a kernel interface that is gpl'd that non-gpl drivers can use so they don't have to "touch" the kernel and "taint" it. :roll:
Back to top
View user's profile Send private message
thubble
Tux's lil' helper
Tux's lil' helper


Joined: 16 May 2003
Posts: 119
Location: Winnipeg, Canada

PostPosted: Thu Nov 04, 2004 7:58 pm    Post subject: Reply with quote

What is the logic behind "tainting," anyway? Contrary to popular opinion, nVidia's module is NOT binary-only, the source is available, which is why Gentoo can apply the udev patches, etc. It's just not GPL compatible. According to "Greg KH" though, these changes will probably be reversed, hopefully in the next -mm. Until then I'm using the nv driver, which works just as well as long as you're not using OpenGL or transparency.
Back to top
View user's profile Send private message
dtor
Guru
Guru


Joined: 19 Jan 2004
Posts: 461
Location: Indiana, USA

PostPosted: Thu Nov 04, 2004 8:19 pm    Post subject: Reply with quote

No it is closed - there is a several MB binary object file without source. Only glue between that BLOB and kernel is provided with sources.
_________________
Dmitry
Back to top
View user's profile Send private message
Eskarel
Apprentice
Apprentice


Joined: 07 May 2004
Posts: 257
Location: Perth Australia

PostPosted: Sat Nov 06, 2004 3:50 am    Post subject: Reply with quote

I still personally don't understand the logic behind punishing one of the few companies which provides top drawer linux drivers over something so purely ideological. I mean Linux needs more companies supporting their products not fewer, regardless of the license they release under.
Back to top
View user's profile Send private message
DaMouse
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 233

PostPosted: Sat Nov 06, 2004 2:01 pm    Post subject: Reply with quote

Eskarel wrote:
I still personally don't understand the logic behind punishing one of the few companies which provides top drawer linux drivers over something so purely ideological. I mean Linux needs more companies supporting their products not fewer, regardless of the license they release under.


So how come ATI manages to send out open source (notably crappy) drivers? It can be done if they wanted to do it which Greg KH is trying to force them to do.

-DaMouse
_________________
I am the dark lord DaMouse I eat souls and wear the dressing gown of evil.
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Sat Nov 06, 2004 4:08 pm    Post subject: Reply with quote

after reversing http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10-rc1/2.6.10-rc1-mm2/broken-out/bk-driver-core.patch and http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10-rc1/2.6.10-rc1-mm2/broken-out/bk-pci.patch

black screeen also .

i have black screen also with 6629 version and 2610-rc1-bkX kernel. :( (module was loaded fine , without errors )

greetings
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
Dragonlord
Guru
Guru


Joined: 22 Aug 2004
Posts: 446
Location: Switzerland

PostPosted: Sat Nov 06, 2004 5:04 pm    Post subject: Reply with quote

I'm now a bit confused about that VMALLOC issue. I'm ****ed up due to it right now (meaning I'm using the xorg nv driver for the moment, which is rather lame on my GeForce2 MX). So how do I get this hack into my machine using only conventional emerge stuff? I'm just asking as I've never done before messing around in the portage tree sources on my machine and this has to be a production system later on so... yeah... does it make sense to hack it and how?
_________________
DragonDreams: Leader and Head Programmer
Back to top
View user's profile Send private message
cyfred
Retired Dev
Retired Dev


Joined: 23 Aug 2002
Posts: 596

PostPosted: Sun Nov 07, 2004 7:50 am    Post subject: Reply with quote

6629 is in portage
6111-r3 is now marked stable

VMALLOC is fixed in both.
Back to top
View user's profile Send private message
Eskarel
Apprentice
Apprentice


Joined: 07 May 2004
Posts: 257
Location: Perth Australia

PostPosted: Thu Nov 25, 2004 8:22 am    Post subject: Reply with quote

DaMouse wrote:
Eskarel wrote:
I still personally don't understand the logic behind punishing one of the few companies which provides top drawer linux drivers over something so purely ideological. I mean Linux needs more companies supporting their products not fewer, regardless of the license they release under.


So how come ATI manages to send out open source (notably crappy) drivers? It can be done if they wanted to do it which Greg KH is trying to force them to do.

-DaMouse


True, but wouldn't you rather have good proprietary drivers than crappy open sources ones?
Back to top
View user's profile Send private message
headgap
n00b
n00b


Joined: 19 Nov 2004
Posts: 39
Location: between the ears

PostPosted: Mon Nov 29, 2004 2:54 am    Post subject: Reply with quote

dumb question:

so if 6111-r3 is marked 'stable', does it have a minimum
kernel revision requirement?

cuz against 2.6.7-r11

modprobe nvidia => 'invalid module format', still
_________________
If at any time you find yourself on the side of the majority, it is time to reconsider your position - Mark Twain
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6
Page 6 of 6

 
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