05-31-2016, 11:55 PM
The first question is the interface detected by the kernel?
try
sudo /sbin/ifconfig -a
hopefully you have a wlan0,. but it might be rename4.
then try
sudo /sbin/iwconfig
you will want to configure wlan0/rename4 not wlan1
I would suggest using the command line examples for wifi configuration.
just setup the /etc/network/interfaces file correctly, ala add a wlan0 stanza then do 'sudo ifup wlan0' and it should be on wifi.
try
sudo /sbin/ifconfig -a
hopefully you have a wlan0,. but it might be rename4.
then try
sudo /sbin/iwconfig
you will want to configure wlan0/rename4 not wlan1
I would suggest using the command line examples for wifi configuration.
just setup the /etc/network/interfaces file correctly, ala add a wlan0 stanza then do 'sudo ifup wlan0' and it should be on wifi.