LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   nforce driver prob (https://www.linuxquestions.org/questions/linux-newbie-8/nforce-driver-prob-152467/)

NoBrains 03-01-2004 11:59 PM

nforce driver prob
 
Hi all

I have Fedora Core 1 and I just finished all the updates (exept kernel pcmcia and kernel source)

After the update finished and a reboot my onboard ethernet stoped working... When I go to the driver dir and type "make" it now shows:

nvnet.c:1355: warning: implicit declaration of function `netif_device_attach'
nvnet.c: At top level:
nvnet.c:99: error: storage size of `nvnet_driver' isn't known

Anyone had this problem already? :(
google help wasn't much of a help and I can't register in nvidia linux forum dunno why :(


Regards

The code:
Code:

MODULE_DEVICE_TABLE(pci, nvnet_pci_table);

static struct pci_driver nvnet_driver =
{
    name:    "nvnet",
    id_table: nvnet_pci_table,
    probe:    nvnet_probe,
    remove:  nvnet_remove,
#ifdef CONFIG_PM
    suspend:  nvnet_suspend,
    resume:  nvnet_resume,
#endif

};



All times are GMT -5. The time now is 06:14 PM.