Wireless
To get rid of the NetworkManager at last, use this setup to get the wireless interface running in the normal interface methods.
First :
apt-get remove Network-Manager
And good riddance... except !, note that this is not enough often :
| changetitle | |
|---|---|
Is better.
Now you can list the networks with :
| changetitle | |
|---|---|
The grep is needed because of the vast amount of lines that are displayed. In my case it gave :
| changetitle | |
|---|---|
We use wpa_supplicant, so i picked the right one, and used a command like this:
| changetitle | |
|---|---|
Of course use another password, and put the output into :
| changetitle | |
|---|---|
Now you only have a config file, you activate it with :
| changetitle | |
|---|---|
But of course we want it to survive reboots and usable with the normal network services. so Add this to /etc/network/interfaces :
| changetitle | |
|---|---|
crda regulatory domain problem
Symptom, in syslog :
| changetitle | |
|---|---|
If you don't wee deauthenticating but only the regulatory domain message it could just be that your signals is low and it keeps disconnecting.
wicd
I like this one, but please note that you have to remove network-manager completely with :
| changetitle | |
|---|---|
I had a problem on my laptop where the network would disconnect after some times, the log in /var/log/wicd/wicd.log would say :
2016/04/25 21:56:49 :: using dhcpcd or another supported client may work better
Purging network-manager fixed this !!
wavemon
Nice tool to show the connection. It presents a curses-bases level meter. Search words wireless wifi level signal.
| changetitle | |
|---|---|
You will need to sudo for the scan list (F3) that shows all networks though !.
wifi repeater
The wifi repeater from action seems to work, here is how to reinstall it if needed.
I needed to get back into the web interface which is at visit but that does not ping at all. So here is a couple of steps to take to get it back on line.
- Plug it into power and if possible connect a lan cable to your laptop.
- reset to factory settings by pushing a paper clip into the small side hole for 10 seconds.
- setup /etc/wpa_supplicant.conf to accept the unprotected network with this setting
| changetitle | |
|---|---|
- restart the network, Now after this i had both an ip address for eth0 as wlan0 so i presume either may work, at least the web interface works.
- this guide is for at home where i have plenty of RJ45 network connections so i chose for the AP option, and created a new WPA2-PSK AP.
- note that wpa-supplicant does not know WPA2-PSK, you should do it like this :
Of course the password is omitted here.
wifi setup
The latest setup seems to finally work without disconnections so let's first do a screendump of wavemon with the 'working' settings.
also.. here is an overview of actions taken :
- first the site with info i used was howtouse
- i tried connman, which never really worked, but this does block the wifi interface
- stopped connman, and unblocked wifi with 'rfkill unblock 0'
- tried to disable wpa_supplicant and tried the section under WPA-PSK WPA2-PSK
- wpa_passphrase myssid my_very_secret_passphrase used to generate a direct entry in network/interfaces
- added wireless-mode Ad-Hoc
- added wireless-power off
- as seen in the screen dump both of these don't have any effect
free wireless
More and more hotels provide wifi with this method. You get a free wifi connection but then have to go via the hotel portal to get to the web.
Normally you have to provide your email address, answer some questions or you have to login to the portal with a password you get from the hotel.
The procedure to get things running is :
| changetitle | |
|---|---|
If you have an interface with ip, you are almost in. Now browse to an http ! address , NOT https !! You will be redirected to the portal which is always different. So you are on your own now