I cannot get my bttv driver to work properly
when I do:
modprobe bttv
the response is:
<path>bttv.o: init_module: no such device
I think i did all the right actions:
I recompiled the Redhat 7.2 kernel 4.2.7-10 with bttv and i2c as
loadable modules,
I compiled the bttv-0.7.83 driver
I made shure all the necessary device were made with MAKEDEV.
I even renamed /dev/video directory to /dev/videodir and made symbolic link
named /dev/video to /dev/video0.
After this the DVB card drivers fail to work. Because of this
Xawtv responds:
can?t open /dev/video0: no such device.
I also put in the modules.conf the following lines:
# i2c
alias char-major-89 i2c-dev
options i2c-core i2c_debug=1
options i2c-algo-bit bit_test=1
# bttv
alias char-major-81 videodev
alias char-major-81-0 bttv
options bttv card=2 radio=1
options tuner debug=1
The card is a DVB-S card from Galaxis (same as Technotrend, Siemens and
Hauppage)
I downloaded and compiled the latest version 0.9.3 of the Siemens drivers
Can anybody who has a working Galaxis (or same card but other brand)
confirm my settings?
Please give me some hints here.
Thanks
Ton