Date: Tue, 10 Jan 2017 01:06:39 +0100 From: Polytropon <freebsd@edvax.de> To: swjatoslaw gerus <milstar2@eml.cc> Cc: freebsd-questions@freebsd.org Subject: Re: test -Use the "reply to all" Message-ID: <20170110010639.29084e1a.freebsd@edvax.de> In-Reply-To: <1484004203.3434576.842460689.758FEE06@webmail.messagingengine.com> References: <1483977602.3345289.841962937.1493357E@webmail.messagingengine.com> <20170109171812.0fe7e640.freebsd@edvax.de> <1483983089.3364458.842076465.19FCF1A7@webmail.messagingengine.com> <20170109185912.d285b30c.freebsd@edvax.de> <1484004203.3434576.842460689.758FEE06@webmail.messagingengine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Jan 2017 00:23:23 +0100, swjatoslaw gerus wrote: > How can see output of command > > ifconfig wlan0 ssid eduroam channel 1 roaming AUTO > > can not see > > can see > > ifconfig wlan0 You don't need to manually call those commands if you are sure about the settings; just enter them to /etc/rc.conf. If you want to do some testing, refer to the procedure I provided you: # ifconfig wlan0 create wlandev iwn0 # wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf # dhclient wlan0 # ifconfig -a Make sure /etc/wpa_supplicant.conf has all the details. Things like the SSID will be configured _there_. The files you need to pay attention to are /etc/rc.conf (WLAN basics) and /etc/wpa_supplicant.conf (WLAN access). Those need to reflect the setting the WLAN requires. > loader.conf setting correctly Yes, nothing is needed additionally. > can see by poweron first speedy text > but iwn0 effect is not eliminated Try this: # dmesg | less The program "dmesg" will display the system messages again. Or when you are on the 1st virtual terminal (where the boot messages appear), press the Scroll Lock key and use the arrow and page keys to scroll up and read; press Scroll Lock again to return to "conversational mode". > With chance 90 % author attempt install BSD is false I'd say it's 99 % that you just made a mistake in your WLAN access configuration - nothing you cannot resolve when you pay attention to the details. > checked setting by university Berlin,Hamburg It's a very crappy configuration, but not impossible to implement. It needlessly complicated in my opinion, but hey, _I_ am not running a students' WLAN. ;-) > that all linux ... Software freedom and software freedom live from diversity, not from monoculture and "security by obscurity". You will eventually understand that, and those who try to impose a specific OS on you will understand as well, or have the shit hacked out of them some day. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170110010639.29084e1a.freebsd>