RITlug / TigerOS

[MOVED TO GITLAB] Please visit new location: https://gitlab.com/RITlug/TigerOS
https://ritlug.com/tigeros
GNU General Public License v3.0
34 stars 11 forks source link

Wifi connection script and connection during install #18

Closed axk4545 closed 7 years ago

axk4545 commented 7 years ago

Given that the RIT wireless network connection is generated by the connect-rit script on a completed install, how do we want to manage wifi during the install? should we have instructions on the wiki or should we use the script and just copy the config file to the new system after the install or something else? @RITlug/rit-linux-team

Tjzabel commented 7 years ago

@axk4545 It would be a good idea to simply have instructions on the wiki for this. Since Fedora has a GUI, it is quite simple to connect to the RIT network after the installation. In my opinion it would be best to leave it to the user to do this. Thoughts?

axk4545 commented 7 years ago

@Josh1147582 think you could write up a blurb for the wiki?

Tjzabel commented 7 years ago

@axk4545 Have we decided how we are handling this issue? If so, is this able to be closed?

jibby0 commented 7 years ago

Yeah, I can add instructions to the wiki. I'll go through it myself and write out instructions in the next couple days.

axk4545 commented 7 years ago

@Josh1147582 think you could work on this after finals?

jibby0 commented 7 years ago

Yeah, I'll have time Thursday night, hopefully. Sorry about the wait. I still can't pinpoint the GUI laptop issues. Maybe I'm using it wrong, and I need a writeup, lol.

Tjzabel commented 7 years ago

This is definitely still an issue after installing the latest TigerOS on a fresh machine with cinnamon.

ct-martin commented 7 years ago

Working on testing, also related to #41

linux-modder commented 7 years ago
HWADDR={HW_ADDR}
ESSID={RIT_WIFI_AP} // Could be replaced with BSSID_SEEN={ALL_RIT_AP_HW-ADDR}
MODE=Managed
MAC_ADDRESS_RANDOMIZATION=default
TYPE=Wireless
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=dhcp
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=TIGER_WIFI
UUID={UUID}
ONBOOT=yes
USERS={LOCAL_USERNAME}

Above is a template that I sanitized from the local EDU connect on my laptop this could be a skeleton ifup script for RIT.

axk4545 commented 7 years ago

@Josh1147582 Please add tutorial when you can as actioned at last meeting.

axk4545 commented 7 years ago

Replaced with documentation.