You are not logged in.

#1 2003-03-08 09:27:19

Nickm
Member
From: Netherlands
Registered: 2003-02-25
Posts: 106

bttv modules.conf

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

#2 2003-03-09 05:48:05

BluPhoenyx
Member
Registered: 2002-12-23
Posts: 239

Re: bttv modules.conf

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

#3 2003-03-12 12:52:19

Nickm
Member
From: Netherlands
Registered: 2003-02-25
Posts: 106

Re: bttv modules.conf

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

#4 2003-03-12 18:42:55

Nickm
Member
From: Netherlands
Registered: 2003-02-25
Posts: 106

Re: bttv modules.conf

#
# /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

Board footer

Powered by FluxBB