Archiv verlassen und diese Seite im Standarddesign anzeigen : CNet Treiber
hallo!
ich hab ne 100/10Mbps Fast Ethernet Card (netzwerkkarte) von CNet.
Leider finde ich dafür keine Linux treiber. Weder auf der CNet seite noch sonstwo im Netz...
1) gibbet die doch und ich bin zu dumm zum suchen?!?
2) wenn net was soll ich dann machen?
TIA
Tyset
ich hab dann doch ncoh welche gefunden....
nur muss ich die als absoluter Linux-n00b erstmal installiert bekommen.
ich hab suse linux 8.1, der treiber ist in einer .tar.gz datei.
ich hab sogar ne readme, nur kommt immer "unknown command" wenn ich das mache. woran kann das liegen?
hier die readme:
. Compiler command:
A-1: For normal single processor kernel
"gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall
-Wstrict-prototypes -O6 -c dmfe.c"
A-2: For single processor and set version info on all module symbol
"gcc -DMODULE -DMODVERSIONS -D__KERNEL__ -I/usr/src/linux/net/inet
-Wall -Wstrict-prototypes -O6 -c dmfe.c"
A-3: For multiple processors(SMP) and set ver. info. on all module symbol
"gcc -D__SMP__ -DMODULE -DMODVERSIONS -D__KERNEL__ -I/usr/src/linux
/net/inet -Wall -Wstrict-prototypes -O6 -c dmfe.c"
Note: O of -O6 is a capital "o", not a "0".
B. How to compile driver
B-1: Login by supervisor
B-2: Copy dmfe.c and Makefile into your HD. You can make a new directoty
to put.
B-3: Keep driver source file name as "dmfe.c" and makefile name as
"Makefile"
B-4: You can type the following command to compile driver. Please according
to your system to pick one.
make org ;;Without SMP & Set version info on module
;;<For example> Redhat6.0
make mod ;;Set version info on all module symbol
;;<For example> Redhat6.1/6.2,
;; Mandrake6.1/7.0/7.1,
;; Caldera2.3
make smp ;;symmetric multi-processing(SMP) support
;;
make smp_mod ;;SMP & Set version info on module
;;
make org24 ;;Compiled dm9xs.c
make mod24 ;;Compiled dm9xs.c
make smp24 ;;Compiled dm9xs.c
make smp_mod24 ;;Compiled dm9xs.c
Or you can type above compiler command to compile driver.
Note: Please check you must have the right kernel source on
"/usr/src/linux".
TIA
Powered by vBulletin® Version 4.2.5 Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.