Mr.Edison tactic ... performed to date
Polytropon
freebsd at edvax.de
Thu Jan 5 18:32:40 UTC 2017
On Thu, 05 Jan 2017 19:01:28 +0100, swjatoslaw gerus wrote:
> And problem
> #################
> Graphics enter do not work
You probably did not install X and configure it. Please
refer to my previous message which lists what to do,
including pointers to the relevant documentation.
> arrow ,tab - if use tab system typed to password + *
It's much simpler: username <Enter> password <Enter>.
No tab or arrow key is needed.
> sytem will not go no enter on graphics press simple enter from keyboard
Because the software for this kind of operation has not
been installed yet. As a multi-purpose operating system,
FreeBSD does not install X automatically.
> in this test reboot ,terminal short time black -in this time sandisk
> out
> if not out sandisk in this time ,than downloading process started new
You probably mean installation process, not download.
> ifconfig -lot of text ...
Text with relevant information. Is the wireless device listed?
> no carrier
That probably refers to your wired network card, msk0. Your
wireless network card is iwn0. You should see both in the
output of "ifconfig -a".
Example from my home PC:
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=82808<VLAN_MTU,WOL_UCAST,WOL_MAGIC,LINKSTATE>
ether de:ad:be:ef:00:01
inet 123.456.789.100 netmask 0xffffff00 broadcast 123.456.789.255
media: Ethernet autoselect (none)
status: no carrier
This network card isn't connected to anything.
> ifconfig ssid -interface ssid does not exist
You're entering a nonsense command. See "man ifconfig" for
how to use this tool, or even better, check the following
excellent page which is one of the primary sources on how
to get wireless working without pain:
http://www.wonkity.com/~wblock/docs/html/wireless.html
Of course the handbook also has plenty of information:
https://www.freebsd.org/doc/handbook/network-wireless.html
It's so dead simple, hardly anything will stop you from
activating your WLAN as long as the hardware is supported,
which seems to be the case for you.
In /etc/wpa_supplicant.conf, set your access information:
network={
ssid="<SSID>"
psk="<key>"
}
Replace <SSID> with the SSID you want to connect to, and
<key> with the corresponding password.
Add those to /etc/rc.conf:
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
Then just restart networking:
# service netif restart
The wireless connection should be up now.
For diagnostic purposes, do the following "step by step" and
check if (and where) problems occur:
# ifconfig wlan0 create wlandev iwn0
# wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
# dhclient wlan0
This is what the system basically does on its own from the
configuration data.
> another variant -poweroff
> poweron without sandisk
> lot of text before login
That is the kernel messages and the system services. They
show you what exactly is happening - a great help in case
of problems.
> sended down signal to iwn0
What signal? How?
--
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
More information about the freebsd-questions
mailing list