Where do I get the network id needed by kwifi-manager?
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
As stated I cannot figure out what the Network Id field is in kwifi-manager. I understand the SSID (network name) and Channel settings common to wifi NICs, but I have never seen that before. Where do I find my network id?
As you probably know, KWiFiManger simply reports the information being handled by wireless tools. As I read the definition for iwconfig nwid, unless you're setting up separate domains or logical WLANs, you won't use that parameter. From man iwconfig:
" nwid/domain
Set the Network ID (in some products it is also called Domain
ID). As all adjacent wireless networks share the same medium,
this parameter is used to differenciate them (create logical
colocated networks) and identify nodes belonguing to the same
cell. With some card, you may disable the Network ID checking
(NWID promiscuous) with off (and on to reenable it).
Examples :
iwconfig eth0 nwid AB34
iwconfig eth0 nwid off"
Cool. That rules that out. I cannot seem to connect to my home network though. SuSE identifies my network card correctly as a Netgear MA 701, and with all the settings correctly set (I assume) it still reports no network (wifi). The problem is not on the routers end as my wife is connecting fine in XP. I noticed there is a place for encrytion key in the network setup tab of YaST and I filled that in with my WEP key, but there is also a place for cryptography keys in kwifi-manager. Is the crypto setting related to WEP or is it different?
I enter the WEP key in the file itself, depending on the distro.
In RH, it's /etc/sysconfig/network-scripts/ifcfg-eth0 and the syntax is KEY=abcde12345...
In Slackware, it's in the /etc/pcmcia/wireless.opts file and looks like: KEY=abcd:e123:4567: ...
I don't know SuSE that well, but it's very similar to RH. If using the wlan_ng driver, the file and syntax are different.
I've not used KWiFi for managing WEP keys. There's some info in the docs, but not much - on my system, it's /usr/local/kde/share/doc/HTML/en/kwifimanager/index.docbook Make sure KWiFi is finding your interface correctly.
Not sure that was very much help, but it's what I think I know.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.