You are not logged in.
Pages: 1
Hi,
I have a SpeedTouch 330 modem (I know it sucks, but it came free with my broadband). I can get it working with Arch using the SpeedTouchConf script.
How can I get it to connect automatically at every Arch startup?
I could do it I Debian by putting a small script into /etc/rc2.d or with hotplug. Arch doesn't have an /etc/rc2.d directory; and because hotplug conflicted with udev I have replaced it with hwd. Then I tried to put an exec comand into /etc/rc.local, it also didn't work... I am a relative newcome to linux so I can't think of enything else =/
Tnx,
Paul
--------
<a href="http://www.nerdtests.com/ft_nq.php?im"><img src="http://www.nerdtests.com/images/ft/nq.php?val=4798" alt="I am nerdier than 99% of all people. Are you nerdier? Click here to find out!"></a>
Offline
I could do it I Debian by putting a small script into /etc/rc2.d
In Arch, you can put your small script into /etc/rc.d - just check out some of the other init scripts, and follow the format.
If udev creates a node for the device, there's another possibility - set up a rule to run your script, using ACTION=="add" and RUN+="<your_script>".
Offline
Pages: 1