77;20202;0ccatbody
†
# cd /home/webmaster/rpm/RPMS/i386 # /bin/rpm -ihv \ ivtv-GV-MVPRX-0.2.0rc1j-matchy2.i386.rpm \ kernel-module-ivtv-GV-MVPRX-2.6.9-1.681_FC3-0.2.0rc1j-matchy2.i386.rpm
alias char-major-81 videodev alias char-major-81-0 ivtv options ivtv tuner=48 install videodev /sbin/modprobe --ignore-install videodev; \ /sbin/modprobe i2c-core; /sbin/modprobe i2c-algo-bit install ivtv /sbin/modprobe --ignore-install ivtv; \ /sbin/modprobe upd64031a card=4; /sbin/modprobe upd64083 card=4 # /sbin/modprobe ivtv #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. /sbin/modprobe ivtv touch /var/lock/subsys/local †
|