|
|
#1 | |
|
Registered User
Join Date: Mar 2004
Posts: 4
|
Hi all
I have Fedora Core 1 and I just finished all the updates (exept kernel pcmcia and kernel source). With this patches my kernel got updated to version 2.4.22-1.2.174.nptl 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 :/ 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
};
|
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2003
Location: Houston, Tx USA
Posts: 110
|
A silly question. When you went into the nvnet driver directory, did you remember to do a make clean before doing the make step?
When I was still using nvnet, I failed to make clean and had a number of weird errors/problems. Just a thought - no other ideas this AM ;-) |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2004
Posts: 4
|
At this point I would love to tell you I didn't... But... I did
![]() Guess the reinstall is on the way ![]() |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Measuring card memory usage | peter_ga | NVIDIA Linux | 0 | 05-24-12 08:07 PM |
| Gainward Unleashes the Sexy GeForce GTX 670 Phantom Graphics Card, Also launches the | News | Latest Tech And Game Headlines | 0 | 05-10-12 09:28 AM |
| Help Networking Problem | Essense | Microsoft Windows XP And Vista | 6 | 10-16-02 10:09 AM |
| Got a Hercules sound card, read here plz! | Fluke | General Hardware | 32 | 09-30-02 08:50 AM |
| Ti4200 and Linux Install Problem | ultrajava | NVIDIA Linux | 5 | 09-28-02 08:13 AM |