I'm not very familiar with Suse, but you'll probably need to make a copy of
Code:
/rc.d/init.d/net.eth0
and call it
Code:
/rc.d/init.d/net.wlan0
. Of course, you may have to emacs or nano it to change / add a few things - like
Code:
iwconfig_wlan0 mode managed
and
Code:
ifconfig_wlan0=( "dhcp" )
. And then make symbolic links
to that new script in
and
.
More than likely Suse has a gui configurator for this in YaST or the KDE's Kontrol Center (or whatever it's called)
I hope that helps get you on the right path.
BTW: I found that the at76c503-rfmd berlios module worked a little smoother for me.