On Fri, 2005-12-30 at 00:18 +0100, Alexander Dalloz wrote: > Am Do, den 29.12.2005 schrieb Rick Bilonick um 21:14: > > > I need to load cx88-dvb at boot time. I'm using fc4 (64-bit) on an Athon > > 64 system. Right now I'm doing: > > > > > /sbin/modprobe -rv cx88-dvb > > > /sbin/modprobe -v cx88-dvb > > > > I looked at /etc/rc.d/init.d but I'm confused as to where to add these > > commands. I need this to create /dev/dvb devices. > > > > Rick B. > > http://marc.theaimsgroup.com/?l=fedora-list&m=112307207028951&w=2 > > Alexander It turns out that fc4 already loads cx88-dvb - just in the wrong order. http://www.pchdtv.com/forum/viewtopic.php?t=966&highlight=dvb+modules +created "I edited /lib/modules/2.6.12-1.1398_FC4/modules.pcimap, moved cx88-dvb line before the cx8800 and cx8800-blackbird lines, as someone recommended." I just use the correct kernel version to get to "modules.pcimap" on my system. Now when I boot up /dev/dvb is available. Rick B.