Dear collagues,
I want to share a problem that I've just solved few minutes ago by sniffing out this forum looking for something that would help me in my quest through FreeBSD. I'm doing this in order to report a quick solution for newbies like me quickly find the answer they need.
THE SITUATION
I have a Dell INSPIRON N5110 core i3 laptop, with Intel Centrino wireless chip with ordinary 802.11x support. The installation went fine, no situations during any step of the setup process. Even the network configuration was fine, and FreeBSD was able to activate my wireless capacities and find my home network.
But, when I tried to fetch some packages through
Every time I ran the
ABSTRACT
If you're trying to put your wireless network to function properly in your system to download some packages or whatever, and you find your system recognizing properly your wireless device and even responds nicely to
This is just for a first try. If your situation matches mine closely, then it is very likely that those steps before solves your case too.
OK, guys. Now you're invited to give your opinions about how I obscurely solved my problem
Thank you very much. This forum rocks.
I want to share a problem that I've just solved few minutes ago by sniffing out this forum looking for something that would help me in my quest through FreeBSD. I'm doing this in order to report a quick solution for newbies like me quickly find the answer they need.
THE SITUATION
I have a Dell INSPIRON N5110 core i3 laptop, with Intel Centrino wireless chip with ordinary 802.11x support. The installation went fine, no situations during any step of the setup process. Even the network configuration was fine, and FreeBSD was able to activate my wireless capacities and find my home network.
But, when I tried to fetch some packages through
pkg_add -r
then the output was that it was unable to look up for the FTP address it uses to download and set the packages normally.Every time I ran the
ifconfig wlan0
command, it shown that it was dissociated from my network (no carrier). I tried to configure my network throught sysinstall
with no success, tried to medle with dhclient
and some .conf files with no success as well. I made a deep search into the Networking session of this forum and the topics were quite interesting, but the thing that really solved my problem was the line: wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B
. I've simply ran that command and the next time I executed the ifconfig
command, it shown my wlan0 now associated to my home network.ABSTRACT
If you're trying to put your wireless network to function properly in your system to download some packages or whatever, and you find your system recognizing properly your wireless device and even responds nicely to
ifconfig wlan0 list scan
, i.e. it actually shows your and your neighbors' networks, then the first thing you should try is:- Verify if the file wpa_supplicant.conf is written with the SSID of your network and your password.
- If the previous item is OK, then just execute the command
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B
.
This is just for a first try. If your situation matches mine closely, then it is very likely that those steps before solves your case too.
OK, guys. Now you're invited to give your opinions about how I obscurely solved my problem

Thank you very much. This forum rocks.