You are not logged in.
Pages: 1
By reading the wiki, I found out that I can connect to my school's wireless as follows:
ifconfig wlan0 up
iwconfig wlan0 essid GTwireless key (...)
dhcpcd wlan0
I then wrote a script containing #!/bin/bash and those three commands. It may not be the best way (and if it's not, please tell me a better way), but it works.
I'd like to run the script without being in superuser mode. Is it possible for a regular user to be able to run dhcpcd?
Last edited by djseomun (2008-11-13 19:54:44)
Offline
Take a look at netcfg, you can create a profile to connect to the wifi at school.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Is it possible for a regular user to be able to run dhcpcd?
Just configure sudo to do that, if you think you will need it often. Best way is Mr.Elendig's advice.
HTH.
syntaxerrormmm - Homepage
Offline
Pages: 1