User Tools

Site Tools


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.

Link to this comparison view

Both sides previous revisionPrevious revision
Next 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 amoratutorials:installing_wireless_for_debian [2022/09/20 00:08] (current) – external edit 127.0.0.1
Line 94: Line 94:
  
  
-===== Graphical connection manager =====+===== 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->Settings->Session and Startup->Application Autostart 
 +  * Press +ADD 
 +  * Fill in the fields and be sure to put in "Command": "connman-ui-gtk" 
 +  * 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 ~/.cat_installer/ca.pem 
 +  * Download and run the installation script from centro de informática: [[https://ci.ucr.ac.cr/auri/]] 
 +  * Make a text file /var/lib/connman/eduroam.config with the following content: 
 + 
 +  [service_eduroam] 
 +  Type=wifi 
 +  Name=eduroam 
 +  EAP=ttls 
 +  CACertFile=/home/username/.cat_installer/ca.pem 
 +  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 /etc/wpa_supplicant/wpa_supplicant.conf (create the file if it doesn't exist): 
 + 
 +  OPENSSL_ENABLE_MD5_VERIFY=
 + 
 +  * 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)