[mythtv-users] DNTV Australia: loading modules in kernel

2005-02-20 Thread Ganga Varatharajan
Although my DNTV card works now, I find that I need to reload the drivers everytime I start FC3/2.6.9. Otherwise /dev/dvb won't appear. Using Chris Pascoe's drivers I need to run "DVB-Init.sh stop" then "DVB-Init.sh start" (which does a bunch of insmod's). /dev/dvb appears with adapter0,

Re: [mythtv-users] DNTV Australia: loading modules in kernel

2005-02-20 Thread David Whyte
I added a link in my /etc/rc.5 folder so that the DVB-Init.sh stop and DVB-Init.sh start is run on every boot. Works for me :P Whytey On Sun, 20 Feb 2005 23:17:29 +1100, Ganga Varatharajan [EMAIL PROTECTED] wrote: Although my DNTV card works now, I find that I need to reload the drivers

Re: [mythtv-users] DNTV Australia: loading modules in kernel

2005-02-20 Thread David Whyte
Actually, it is in /etc/rc3.d and looks like this in an ls -al ... [EMAIL PROTECTED] rc5.d]$ ls -al S66dvbt lrwxrwxrwx 1 root root 16 Nov 19 20:45 S66dvbt - /etc/init.d/dvbt the /etc/init.d/dvbt script is as follows... #!/bin/bash # # Startup script for dvbt # # chkconfig: 2345 06 94 #

Re: [mythtv-users] DNTV Australia: loading modules in kernel

2005-02-20 Thread plasma
I have a Gentoo init script to do this, if anyone is interested. Also, Chris has recently mentioned on his site that both 2.6.10 and 2.6.11-rc* have his drivers included. Check his site for a small patch that needs to be run to enable the options - if there's something similar to Gentoo's

Re: [mythtv-users] DNTV Australia: loading modules in kernel

2005-02-20 Thread Ganga Varatharajan
google search. Doh! Ganga. From: Ganga Varatharajan [EMAIL PROTECTED] Reply-To: Discussion about mythtv mythtv-users@mythtv.org To: Discussion about mythtv mythtv-users@mythtv.org Subject: Re: [mythtv-users] DNTV Australia: loading modules in kernel Date: Mon, 21 Feb 2005 02:06:24 +1100 Also, Chris has