From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161025AbVKXLES (ORCPT ); Thu, 24 Nov 2005 06:04:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161028AbVKXLES (ORCPT ); Thu, 24 Nov 2005 06:04:18 -0500 Received: from webbox4.loswebos.de ([213.187.93.205]:58589 "EHLO webbox4.loswebos.de") by vger.kernel.org with ESMTP id S1161025AbVKXLES (ORCPT ); Thu, 24 Nov 2005 06:04:18 -0500 Date: Thu, 24 Nov 2005 12:04:37 +0100 From: Marc Koschewski To: Chris Boot Cc: Marc Koschewski , Linux Kernel Subject: Re: 2.6.15-rc2-mm1 problems Message-ID: <20051124110435.GA13110@stiffy.osknowledge.org> References: <3F1A9A2D-4726-42E9-A971-68F2B2782900@bootc.net> <20051124104538.GB6788@stiffy.osknowledge.org> <43859B03.5000302@bootc.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43859B03.5000302@bootc.net> X-PGP-Fingerprint: D514 7DC1 B5F5 8989 083E 38C9 5ECF E5BD 3430 ABF5 X-PGP-Key: http://www.osknowledge.org/~marc/pubkey.asc X-Operating-System: Linux stiffy 2.6.15-rc2-marc User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Chris Boot [2005-11-24 10:50:43 +0000]: > Marc Koschewski wrote: > >* Chris Boot [2005-11-23 23:45:49 +0000]: > > > > > >>On another note, I can't get the binary nVidia drivers to work, they > >>complain about the following unresolved symbols: > >> > >>[4294682.396000] nvidia: module license 'NVIDIA' taints kernel. > >>[4294682.396000] nvidia: Unknown symbol pci_enable_device > >>[4294682.396000] nvidia: Unknown symbol pci_dev_put > >>[4294682.396000] nvidia: Unknown symbol pci_get_device > >>[4294682.396000] nvidia: Unknown symbol __pci_register_driver > >>[4294682.396000] nvidia: Unknown symbol pci_bus_write_config_byte > >>[4294682.396000] nvidia: Unknown symbol pci_unregister_driver > >>[4294682.396000] nvidia: Unknown symbol pci_bus_read_config_dword > >>[4294682.396000] nvidia: Unknown symbol pci_bus_read_config_word > >>[4294682.396000] nvidia: Unknown symbol pci_bus_write_config_dword > >>[4294682.397000] nvidia: Unknown symbol pci_set_master > >>[4294682.397000] nvidia: Unknown symbol pci_bus_write_config_word > >>[4294682.397000] nvidia: Unknown symbol pci_get_class > >>[4294682.397000] nvidia: Unknown symbol pci_disable_device > >>[4294682.397000] nvidia: Unknown symbol pci_bus_read_config_byte > >> > > > > > >http://www.nvnews.net/vbulletin/forumdisplay.php?s=&forumid=14 > > Hi there, > > Thanks for that link, although I'm not sure exactly what you're pointing > me at. I discovered last night (too late for me to post to LKML) that it > was caused by a funny patch by Greg KH to mark most of the PCI symbols > as EXPORT_SYMBOL_GPL. Once backed out it works fine. Go figure. > The nvidia module's problem should probably dicussed somewhere else as well as should any out-of-kernel-tree module's probs. You won't get much attention here ... Marc