Aaron Aguilar wrote:
My dream of setting up a MythTV box seems to have been shattered now. Unless of course someone else has successfully used dial up in theirI have made two dial-up myth setups for other people (I have cable). For security reasons, they had to manually open the connection and run mythfilldatabase. But I don't see why you cannot make it dial in and run mythfilldatabase automatically.
setup. Please let me know if you have successfully used dial up. My
TiVo box is using it, but I know it is different.
I guess this script should work after you put it in the cron(or a script similar to it):
#!/bin/sh
wvdial
wait 30
mythfilldatabase
kill pidof wwvdial
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
