[ale] Linksys etherfast 10/100 lan card cfg
E.Y. Coley III
caesar at alanne.com
Sun Mar 18 13:43:38 EST 2001
Thanks for the help with PPP. I upgarade to 2.4.0 and it is working
properly now. I am trying to configure my network card and have run into
the following problem:
I follow the steps below, which are listed in the driver documentation
on the disk that came with the LAN card:
Step 1: Mount the Linksys driver diskette with the following command;
mount -t msdos /dev/fd0 /mnt/floppy
Change directories into the Linux directory on the diskette;
cd /mnt/floppy/Linux
Step 2: Create a temp directory called netdrivers in /root;
mkdir netdrivers
Step 3: Copy netdrivers.tgz on the floppy diskette to the new directory
you have just created;
cp /mnt/floppy/netdrivers.tgz /root/netdrivers
Step 4: Decompress netdrivers.tgz to extract the source files;
tar xzvf netdrivers.tgz
The extracted files should now be located within the netdrivers
directory
Step 5: Compile the modules;
make
You now have compiled the modules successfully
But Step 5 fails with the following output:
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -06
-I/usr/src/linux/include
-DMODVERSIONS -c -o pci-skeleton.o pci-skeleton.c
pci-skeleton.c: In function 'netdev_open':
pci-skeleton.c:724: structure has no member named 'tbusy'
pci-skeleton.c:725: structure has no member named 'interrupt'
pci-skeleton.c:730: structure has no member named 'start'
pci-skeleton.c: In function 'netdev_timer':
pci-skeleton.c:789: structure has no member named 'tbusy'
pci-skeleton.c:789: structure has no member named 'tbusy'
pci-skeleton.c:730: structure has no member named 'start'
pci-skeleton.c:724: In function 'start_tx':
pci-skeleton.c:885: structure has no member named 'tbusy'
pci-skeleton.c:912: structure has no member named 'tbusy'
pci-skeleton.c: In function 'intr_handler'
pci-skeleton.c:948: structure has no member named 'interrupt'
pci-skeleton.c:951: structure has no member named 'interrupt'
pci-skeleton.c:991: structure has no member named 'tbusy'
pci-skeleton.c:995: structure has no member named 'tbusy'
pci-skeleton.c:996: 'NET_BH' undeclared (first use in this function)
pci-skeleton.c:996: (each undeclared identifier is reported only once
pci-skeleton.c:996: for each function it appears in.)
pci-skeleton.c:1019: structure has no member named 'start'
pci-skeleton.c:1028: structure has no member named 'interrupt'
pci-skeleton.c: In function 'netdev_close':
pci-skeleton.c:1294: structure has no member named 'start'
pci-skeleton.c:1295: structure has no member named 'tbusy'
make: *** [pci-skeleton.o] Error 1
again, sorry for the length of the post, but there doesn't seem to be
anything on the Linksys Linux Support page that deals with this error,
help?
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
More information about the Ale
mailing list