(11-27-2018, 03:24 PM)NightCrawler504 Wrote: I installed os on my pro and would like to know how to connect to wifi
tried in supplicant
Code:network={
ssid="Your SSID Here"
psk="YourPresharedKeyHere"
}
also variuos variations of
It dettects wireless adaptor and if I iwcinfig does show network availble but cant get it to connect its a WPA2Code:ip link set wlan0 up
iwconfig wlan0 essid your_essid key your_key
wpa_gui throws an error
also if posible is it posible to fix screen overscan?
looks nice just really not able to connect to wifi my ignorance is quite a fallback could you point me the way to connect to a wpa2 wireless network?
1. in the file /etc/wpa_supplicant.conf register
Code:
network={
ssid="Your SSID Here"
psk="YourPresharedKeyHere"
}
2. in the /etc/rc.d/rc.inet1.conf file, uncomment the lines:
Code:
IFNAME[4]="wlan0"
USE_DHCP[4]="yes"
WLAN_WPA[4]="wpa_supplicant"
3. restart the /etc/rc.d/rc.inet1 service as:
Code:
/etc/rc.d/rc.inet1 restart
or
/etc/rc.d/rc.inet1 wlan0_up
Quote:also if posible is it posible to fix screen overscan?
it's not quite clear how this manifests itself, I pretend that I need in the settings of XFCE -> window manager (optional) -> effects -> enable effects