linux wlan ng einrichten

oyster-manu

oyster-manu

toast
in der readme von linux wlan ng steht dass ich die rc.locol editieren soll damit mein wlan automatisch verfügbar ist. wo finde ich diese datei?
mit "suchen" hab ich nichts gefunden....
 
also ich kenne mich mit suse nicht so aus aber da suse von slackware abstammt vermute ich mal in
/etc/rc.d/rc.local
wenn sie da nicht ist mach mal ein
updatedb #updatet die locatedb
locate rc.local #sucht in der db
 
danke für den link, aber ich denke ich mach das lieber nach der anleitung von den wlan ng typen.
 
hab was vergessen:
@q: muss ich denn diese rc.local benutzen? sie ist ja schließlich nicht auf meinem system. ich würde lieber das benutzen was ich hab :9
 
klar kannst du auch du musst das halt nur in eine datei schreiben die beim booten des rechners ausgefürt wird schreiben (zb deine default runlevel)
 
welche dateien kann man denn schon als autostart benutzen? ich will mein system ja nich mit tausend einzelnen dateien vollstopfen, nur um nachher zu merken, dass ich nicht mehr durchblicke.

ps: was meinst du mit "in runlevel schreiben"?
 
auf ein neues!
ich versuche mal genau nach der wlan-ng readme zu gehen:

readme:
FOR PCI, PLX, OR USB USERS:
A) You must make sure that the drivers get loaded at boot time and that the
necessary initialization takes place. The simplest way to do this is
to add the following commands to your rc.local file:

modprobe prism2_pci [or prism2_usb/prism2_plx]
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
wlanctl-ng wlan0 lnxreq_autojoin ssid=<your APs SSID> authtype=opensystem
ifconfig wlan0 <yourIP> netmask <yourNetmask> broadcast <yourBroadcast>
route add default gw <yourGateway>

Also, don't forget to set up your resolv.conf to point at your DNS server.

B) Alternatively, you can use the rc.wlan script, which ties into the
/etc/wlan/* configuration files mentioned above.

We currently don't create the softlink from the runlevel directories to
the wlan startup script due to differences in distributions, but the
scripts are redhat-aware, and can be extended to hook into other tools
easily. (patches welcome!) Just make sure it is brought up early in
the process, namely, before the the network interfaces are brought up.

C) Add an alias for wlan0 in /etc/modules.conf. For example, a usb
interface on wlan0 would be set up as:

alias wlan0 prism2_usb

Substitute prism2_plx or prism2_pci as appropriate.

ähhh... was soll ich da machen? (ich möchte nur das usbdingen benutzen)
muss ich auch noch den DNS bzw. routing oder sonstwas im yast angeben?
unter win hab ich ja ne anleitung, für linux kann ich die nich "abkupfern", da z.b. routing nicht in der anleitung steht.

FOR USB USERS:

A) Make sure your kernel usb support is running
B) Plug in the Prism2.x USB device
C) Run 'modprobe prism2_usb prism2_doreset=1' to load the driver into memory.
D) Run 'wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable' to initialize the
driver+MAC functions.
E) Run 'wlanctl-ng wlan0 lnxreq_autojoin ssid=<your ssid> authtype=opensystem'
to enable the MAC in Infrastructure Station mode.
F) Run 'ifconfig wlan0 <your IP address>'

A) hab suse 8.0, der usb support müsste aktiv sein
B) is immer angeschlossen
C) bis F) muss ich das jedesmal machen wenn ich wlan benutzen will? ich dachte das wurde schon oben als autostart festgelegt?

Or, you can use the provided hotplug scripts, if your distribution has
hotplug support. :)

hat das suse 8.0 automatisch per default eingeschaltet bzw. überhaupt?
 
also ich muss mal wieder auf selflinux.de hinweisen (vieleicht sollte das in meine signatur ???)

also da suse was beim starten läd hat es natürlich einen "autostart"
du kannst entweder die entsprechende datei in
/etc/init.d/
editiren oder in yast ein weinig rumklicken dann schreibst du einfach die sachen in dein runlevel und schon wird alles beim start geladen so einfach ist das
 
ok, ich werde mal sehn was ich so hinkriege.
ich werd mich dran machen sobald ich wieder vor linux sitze.
 
ich denke das problem ist, dass suse 8.0 mein wlanUSB adapter nicht findet.
geb ich in yast manuell eine neue netzwerkUSBkarte an, schlägt er mir eth-usb0 vor, obwohl wlan-ng mein wlanUSBding schon als wlan0 eingetragen (?) hat.
oder ist das ganz egal ob yast das usbdingen nun findet oder nicht, hauptsache es ist mit wlan-ng richtig konfiguriert?
 
also yast ist eigentlich sowieso egal ich komme ohne yast aus und mein wlan leuft schreib es einfach peer hand in dein runlevel dann passt das schon
 

Ähnliche Themen

mehrere Textdateien gleichzeitig öffnen.

Keine grafische Oberfläche (Debian Installation)

Arch Linux Netzwerkkonfigurationen

Welches Linux/Unix für ehemaligen OSX Nutzer?

PATH wird nicht richtig durchsucht

Zurück
Oben