Results 1 to 4 of 4
im a novice at linux really but how do i add this line " insmod -f Intel536.o " to rc.local so that it runs at startup?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-20-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 2
editing rc.local
im a novice at linux really but how do i add this line " insmod -f Intel536.o " to rc.local so that it runs at startup?
- 02-20-2005 #2Linux User
- Join Date
- Oct 2004
- Location
- Serbia&Montenegro
- Posts
- 281
Under which directory is that file?
Linux registered user #358842
Human knowledge belongs to the world.
- 02-20-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 2
I put it in /intel, because I got tired of having to type that out everytime i wanted to get on the internet. Thats the reason i wanted to stick it in rc.local so it would do it automatically on startup
- 02-21-2005 #4Linux User
- Join Date
- Oct 2004
- Location
- Serbia&Montenegro
- Posts
- 281
Try this:
Let me know if this works.Code:if [ -x /pathtofile/insmod -f Intel536.o ]; then . /pathtofile/insmod -f Intel536.o fiLinux registered user #358842
Human knowledge belongs to the world.


Reply With Quote
