zerotypic / wasg-register

Wireless@SG Registration Utility
GNU General Public License v3.0
121 stars 24 forks source link

Ubuntu 22.04 LTS #20

Open ansellim opened 1 year ago

ansellim commented 1 year ago

This is what worked

  1. git clone the repository
  2. conda install pycryptodome and conda install requests in your environment (you may wish to create new environment)
  3. python wasg-register.py <mobile number with 65> <DOB in ddmmyyyy format>

Then go to the ubuntu settings. Under WiFi settings, select Wireless@SGx and use the following configuration

Screenshot from 2022-12-02 17-53-18

Enter the username and password obtained from step 3 into the Username and Password fields at the bottom of the configuration window (not shown in my screenshot as I don't have time to edit out my username/password)

JohnathanLoh commented 1 year ago

Worked for 20.04 & 22.04 for me as well (as of 2023). I used pip instead of conda for the dependencies and had no issues with them. Great work! :)

manish-cr commented 5 months ago

I used pip to install the dependencies in linux mint, but, when I have input the username and password, I see that the connect button is grayed out. What could be the issue? image