• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] D-Link DWL-G122 C1 ver. 3.00

I am so happy. I have found the solution in a book ( normal commands). I also found a solution for starting ifconfig by startscript in this book. I have to try this evening and will be back to you very soon.
 
I can't believe it ! It took me some days, and this evening, I found the solution by a hint on http://wiki.ubuntuusers.de.

The way I loaded the driver automatically as described above is correct.

However, how to activate the adapter when booting Suse ?

Very simply: Edit the file boot.local in /etc/init.d as follows:

ifconfig rausb0 up
dhclient
chmod 755 boot.local

Thus, you create a script for activating the adapter and getting an IP address

Then you have to put a link in
/etc/init.d/rc5.d

for S17boot.local ( on my machine), that means that boot.local is started in Runlevel 5 at the last position before cups.
 
Oben