You are not logged in.
Pages: 1
I'm having some trouble autoloading the bttv-modules, how do i set up modules.conf properly ? I have a hauppage wintv with radio tuner.
Offline
Ok, this info I don't have. I expect you could google and get some ideas though. You can check the kernel source for more help and some possible links.
If you simply need to load the modules, you don't have to include it into the /etc/modules.conf file. Perhaps that should read 'you may not need to edit the modules.conf file'. If your system is up to date you can simply add the 'bttv' module to the list (which may be empty) in /etc/rc.conf and the system will modprobe it for you. So, if you tested the setup by loading the modules and things worked, this will do what you need, at least as an alternative.
BluPhoenyx
Offline
i've got it working.. i'll post how i did it when i get home
i think i solved it with an alias
the example i googled didn't work for me somehow but after reading the man page 4 or 5 time and continuously editing modules.conf it works perfectly now
Offline
#
# /etc/modules.conf
#
this way everyting works fine for me
alias eth0 3c59x
alias /dev/sg* /dev/sg
probeall /dev/sg scsi-hosts sg ide-scsi
options bttv gbuffers=4
alias /dev/v4l* tv
probeall tv bttv
alias char-major-89 i2c-dev
options i2c-core i2c_debug=1
options i2c-algo-bit bit_test=1
alias /dev/sound/* emu10k1
alias /dev/nvidia* nvidia
alias /dev/usb/lp0 printer
Offline
Pages: 1