[ATrpms-users] Re: ivtv modules and lirc not starting up on startup

Taylor Dondich tdondich at majiknetworks.com
Fri Jul 16 16:35:37 CEST 2004


Well, I've added the info to modprobe.conf, but ivtv doesn't seem to be 
loading.  Below is my modprobe.conf.  Can anyone point out any issues 
with this?  I'm really stinky when it comes to Linux's module 
initialization.  I'm a FreeBSD guy.  ;)  Thanks for helping the noob out!

Contents of modprobe.conf:
------------------------------------------
alias eth0 tulip
alias snd-card-0 snd-emu10k1
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && 
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; 
/sbin/modprobe -r --ignore-remove snd-emu10k1
alias usb-controller uhci-hcd
alias char-major-195* nvidia
alias char-major-61 lirc_i2c
alias char-major-81 videodev
alias char-major-81-0 ivtv
options ivtv ivtv_debug=1 mpg_buffers=90
options tuner type=2 # NTSC tuner
options msp3400 once=1 simple=1
add below ivtv msp3400 saa7115 tuner
add above ivtv lirc_dev lirc_i2c
------------------------------------------

Thanks again.  :)

Taylor


Axel Thimm wrote:

>On Thu, Jul 15, 2004 at 12:53:23PM -0700, Taylor Dondich wrote:
>  
>
>>I've put the ivtv and lirc information into /etc/modules.conf, however, 
>>they aren't coming up during startup.
>>
>>How do you make it so it loads these modules initially upon boot?
>>    
>>
>
>what distribution? FC2/kernel 2.6 looks into /etc/modprobe.conf, not
>modules.conf anymore.
>
>Manually modprobing them does work, or not?
>  
>




More information about the atrpms-users mailing list