Help - Search - Members - Calendar
Full Version: Autostart as root
MandrivaUsers.org > Advanced Topics > Command Line, Kernel and Programming
Chris H
Due to a buggy driver for my rt2500 wifi chipset I have to manually run this below each time I start.

$ su
# iwconfig wlan0 rate 54M

Any idea how to autostart this, seeing as it requires a password input?

Ta


[moved from Software by spinynorman]
ianw1974
You could add it to /etc/rc.local and then each time your system starts, it will be set automatically for you. Just add it as you type it except that you don't need to include the su bit, just the iwconfig line.
scarecrow
Or, you can add iwconfig to the nopasswd exceptions of your sudoers file ( "visudo" in a root console) , and call it via "sudo iwconfig wlan0 rate 54M" from any user startup script, e.g. the gnome startup manager, or .bashrc, or...
You must belong to the "wheel" group to be able to use sudo.
In some distros (dunno about Mandriva) you can run iwconfig as plain user if you belong to the "network" group.
Chris H
Thanks for the suggestions, will give it a go tonight.

Ta.
aioshin
or you can insert that to your /etc/rc.local file... all are being run as root at boot
ianw1974
QUOTE (aioshin @ Oct 20 2008, 08:55 PM) *
or you can insert that to your /etc/rc.local file... all are being run as root at boot


That's what I said above:

http://mandrivausers.org/index.php?s=&...st&p=523524

wink.gif biggrin.gif
aioshin
tongue.gif

yay, sorry for that Ian... biggrin.gif I cant recall how come I have not read it.
ianw1974
Is OK, I do it too 18.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.