Atheros wireless card, FreeBSD 8.2.
Everything works, except one problem: it will disconnect after a certain period of time (10 mins, for example). To reconnect, I have to use
.
To simplify the task, I wrote a simple shell script which basically repeats the above commands every 5 mins, to make sure that I can have consistent wireless connection. I set the shell script auto-run whenever the system starts. It works, but I feel it's kind of dumb. Unfortunately, I don't know any other solutions.
Is there a better/cleaner way to solve this problem?
Everything works, except one problem: it will disconnect after a certain period of time (10 mins, for example). To reconnect, I have to use
Code:
dhclient wlan0
To simplify the task, I wrote a simple shell script which basically repeats the above commands every 5 mins, to make sure that I can have consistent wireless connection. I set the shell script auto-run whenever the system starts. It works, but I feel it's kind of dumb. Unfortunately, I don't know any other solutions.
Is there a better/cleaner way to solve this problem?