gcc: command not found

Post Reply
Message
Author
Mario

gcc: command not found

#1 Post by Mario »

Hallo
Ich habe ein Netzwerkkarten-Treiber heruntergeladen(3c59x.c). Wie in der Doku angegeben, habe ich den Command "gcc -DMODULE -D__KERNEL__ -O6 -c 3c59x.c" eingegeben. Ich bekomme folgende Fehlermeldung: "gcc: command not found". Ich habe SuSE eMail-Server 3 mit Kernel 2.4.7-4GB. Doku: http://www.scyld.com/network/updates.html.
Wie kann ich den Treiber Compilieren?

Danke für die Hilfe

User avatar
max
Posts: 806
Joined: 14. May 2000 12:55
Location: Ruhrpott

Re: gcc: command not found

#2 Post by max »

Compiler nicht installiert? *g*

Ich vermute aber stark das es dir so nicht weiter helfen wird.

mach mal ein
modprobe 3c59x
vermute stark das das Modul schon fertig ist.

PS
gibt es ein modconf für SuSE?
Last edited by max on 24. Feb 2003 19:54, edited 1 time in total.

Mario

Re: gcc: command not found

#3 Post by Mario »

Fehlermeldung modprobe: can't open dependencies file ....

ich kenn mich nicht aus mit Linux. weiss nichts wegen "modconf"

ChrisPr

Re: gcc: command not found

#4 Post by ChrisPr »

Hi,

als root depmod -a
und dann ein modprobe -a ... oder modprobe 3c59x ...
( dürfte keine antwort geben )

dann kannst du mit
ifconfig eth0 IP_ADDRESSE up
deine netzwerkkarte konfigurieren ..

grüsse

ChrisPr

Post Reply