Writing /var/lib/dokuwiki/data/meta/tutorials/installing_wireless_for_debian.meta failed
tutorials:installing_wireless_for_debian
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:installing_wireless_for_debian [2016/02/26 17:52] – ↷ Page moved from installing_wireless_for_debian to tutorials:installing_wireless_for_debian amora | tutorials:installing_wireless_for_debian [2022/09/20 00:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 94: | Line 94: | ||
- | ===== Graphical | + | ===== Connection manager ===== |
+ | |||
+ | ==== ConnMan ==== | ||
+ | |||
+ | The best connection manager! | ||
+ | |||
+ | * Install the following packages: | ||
+ | |||
+ | sudo apt-get install connman connman-ui connman-gtk | ||
+ | |||
+ | * Remove all other connection managers | ||
+ | * Restart connman: | ||
+ | |||
+ | sudo systemctl restart connman.service | ||
+ | |||
+ | * Run connman-ui-gtk from a console and let it detach | ||
+ | |||
+ | nohup connman-ui-gtk & | ||
+ | |||
+ | * You will get an icon in your panel. Right-click it and be sure to activate WIFI. | ||
+ | * The Left-click it and select your desired network. | ||
+ | * If the network requires a password connman-ui-gtk will ask for it now. | ||
+ | * To start the connman-ui-gtk automatically everytime you login, in your panel, go to Applications-> | ||
+ | * Press +ADD | ||
+ | * Fill in the fields and be sure to put in " | ||
+ | * You are done! | ||
+ | |||
+ | |||
+ | === connman plus eduroam === | ||
+ | |||
+ | * You need to install a certificate from Centro de Informática. For that you have to run the Linux Installer script (made only for Network Manager). This script will install the certificate in your home in ~/ | ||
+ | * Download and run the installation script from centro de informática: | ||
+ | * Make a text file / | ||
+ | |||
+ | [service_eduroam] | ||
+ | Type=wifi | ||
+ | Name=eduroam | ||
+ | EAP=ttls | ||
+ | CACertFile=/ | ||
+ | Phase2=PAP | ||
+ | Identity=*your ucr email address* | ||
+ | AnonymousIdentity=anonymous@ucr.ac.cr | ||
+ | Passphrase=*your_password* | ||
+ | |||
+ | * The certificate that centro de informática distributes is old and obsolete. You need to add the following to the file / | ||
+ | |||
+ | OPENSSL_ENABLE_MD5_VERIFY=1 | ||
+ | |||
+ | * Kill any wpa_supplicant that is running and restart connman. (Restart your computer if you have troubles with this) | ||
+ | * Connect to eduroam. It should work! | ||
+ | |||
==== Wicd ==== | ==== Wicd ==== |
tutorials/installing_wireless_for_debian.1456509161.txt.gz · Last modified: 2022/09/20 00:08 (external edit)