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 [2019/05/04 18:45] admintutorials:installing_wireless_for_debian [2022/09/20 00:08] (current) – external edit 127.0.0.1
Line 116: Line 116:
   * The Left-click it and select your desired network.   * The Left-click it and select your desired network.
   * If the network requires a password connman-ui-gtk will ask for it now.   * 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!    * 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=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.1556995519.txt.gz · Last modified: 2022/09/20 00:08 (external edit)