*BSDThis forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
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.
I have a belkin wireless card on my dell d600 laptop and it has been detected by freebsd 7. I would like to know how do I assign the wep key to it? On my router I have the mac addresses for wireless configured, so all I have to do is join the network and put in the wepkey.
* The weptxkey means which WEP key will be used in the transmission. Here we used the third key. This must match the setting in the access point. If you do not have any idea of what is the key used by the access point, you should try to use 1 (i.e., the first key) for this value.
* The wepkey means setting the selected WEP key. It should in the format index:key, if the index is not given, key 1 is set. That is to say we need to set the index if we use keys other than the first key
You must replace the 0x3456789012 with the key configured for use
on the access point.
OR
adding the following lines to /etc/wpa_supplicant.conf
* The weptxkey means which WEP key will be used in the transmission. Here we used the third key. This must match the setting in the access point. If you do not have any idea of what is the key used by the access point, you should try to use 1 (i.e., the first key) for this value.
* The wepkey means setting the selected WEP key. It should in the format index:key, if the index is not given, key 1 is set. That is to say we need to set the index if we use keys other than the first key
You must replace the 0x3456789012 with the key configured for use
on the access point.
OR
adding the following lines to /etc/wpa_supplicant.conf
I had a DEVIL of a time getting the built-in wireless to work with my Dell d600. I tried different distros (Ubuntu, Debian, Mint, Fedora, etc...), but none gave me any love.
On each distro, I installed bcm43xx-fwcutter and used ndiswrapper to install the WLAN 1450 driver from Dell's website. No luck.
This has gone on for weeks (ok, maybe months).
Then just yesterday, while looking around using gnome-device-manager, I noticed that a "WLAN button" was listed. I looked at the laptop, and could not find an on/off button for the wireless.
Then, I noticed a little blue symbol on the F2 key that looked like an antenna. So I hit FN-F2, and bingo! The wireless kicked in.
All that time fighting with software, and the problem ended up being that I just had to press the proverbial power button. Man, did I feel like a noob!
Now, I can't say that this is the same problem you're having. However, I've been in quite a few message boards where people cannot figure out why they can't get the wireless to work on the d600, even though they're CERTAIN they've installed all the software correctly.
I had a DEVIL of a time getting the built-in wireless to work with my Dell d600. I tried different distros (Ubuntu, Debian, Mint, Fedora, etc...), but none gave me any love.
On each distro, I installed bcm43xx-fwcutter and used ndiswrapper to install the WLAN 1450 driver from Dell's website. No luck.
This has gone on for weeks (ok, maybe months).
Then just yesterday, while looking around using gnome-device-manager, I noticed that a "WLAN button" was listed. I looked at the laptop, and could not find an on/off button for the wireless.
Then, I noticed a little blue symbol on the F2 key that looked like an antenna. So I hit FN-F2, and bingo! The wireless kicked in.
All that time fighting with software, and the problem ended up being that I just had to press the proverbial power button. Man, did I feel like a noob!
Now, I can't say that this is the same problem you're having. However, I've been in quite a few message boards where people cannot figure out why they can't get the wireless to work on the d600, even though they're CERTAIN they've installed all the software correctly.
So why not give it a try?
I finally got the wireless to be found but am now getting message: ipw0 needs multicast update callback. anyone have a fix for that? I have read the man pages and may be missing something?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.