Einzelnen Beitrag anzeigen
Alt 07.10.2004, 20:56   #1
_THE_LAW_
Hero
 
Registriert seit: 18.10.2001
Beiträge: 857


Standard

im link steht
Zitat:
So I made a script "punknet" and put it in /etc/init.d/

#!/bin/bash
echo "Punk solution to get network up"
echo "This card uses the 8139too module, so load it"
modprobe 8139too
echo "Restart pcmcia subsystem"
rcpcmcia restart
echo "Restart network"
rcnetwork restart

Make the script executable by doing:

chmod a+x punknet

Next go into the subdir of the runlevels where you want it to start:

cd rc3.d/

And make the script run late in the whole process by linking to the script
something like this:

ln -s ../punknet S99punknet

-which makes it run as the last thing
das hab ich jetzt gemacht doch es ändert sich nichts. meine pcmcia karte ist nicht online sie is unter "ifconfig" . unter yast2 ist sie da.
____________________________________
Jabber ID: sysfreak@amessage.at
Linux like a wigwam, there are no windows and a apache is inside.

Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
_THE_LAW_ ist offline   Mit Zitat antworten