Superb quality and spec AB-Com PULSe 4K SE only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[VU+ Solo2] wintv nova-t hauppauge tuner driver

Alankellyeire

New member
Joined
Dec 27, 2012
Messages
194
Reaction score
0
Points
0
I took my old solo2 out of the attic and flashed a fresh openvix as i have it in mind for a project. I plugged in the wintv nova-t hauppauge usb DVB-T i had previously working and after installing each of the hauppauge drivers and doing a reboot the tuner was never detected.

I tested the hauppauge tuner on a windows machine and it worked as expected so i then put it into the Vu Solo again and this time installed all the usb tuner drivers and rebooted the box. This time the tuner was detected and its now working as expected.


Question is can i find out which driver is actually being used for the tuner so i can remove the rest? Obvs i can delete one at a time and reboot but that will take hours as i found 24 tuner drivers.


Thanks
 
im even more confused now. after uninstalling each driver and rebooting it seems the tuner is still working and i dont actually have any tuner drivers installed.

Here is the list of drivers I currently installed.

Code:
root@vusolo2:~# opkg list-installed | grep driver
enigma2-plugin-drivers-network-usb-ath9k-htc - 1.0-r0
enigma2-plugin-drivers-network-usb-carl9170 - 1.0-r0
enigma2-plugin-drivers-network-usb-r8188eu - 1.0-r0
enigma2-plugin-drivers-network-usb-r8712u - 1.0-r0
enigma2-plugin-drivers-network-usb-rt2500 - 1.0-r0
enigma2-plugin-drivers-network-usb-rt2800 - 1.0-r0
enigma2-plugin-drivers-network-usb-rt73 - 1.0-r0
enigma2-plugin-drivers-network-usb-rtl8187 - 1.0-r0
enigma2-plugin-drivers-network-usb-rtl8192cu - 1.0-r0
enigma2-plugin-drivers-network-usb-rtl8192cu-rev2 - 1.0-r0
enigma2-plugin-drivers-network-usb-rtl8192eu - 1.0-r0
enigma2-plugin-drivers-network-usb-rtl8812au - 1.0-r0
enigma2-plugin-drivers-network-usb-zd1211rw - 1.0-r0
oe-alliance-drivers - 6.6-r0

Should i assume that oe-alliance-drivers includes some generic tuner drivers?
 
Question is can i find out which driver is actually being used for the tuner so i can remove the rest? Obvs i can delete one at a time and reboot but that will take hours as i found 24 tuner drivers.
Login to the box and run lsmod to find out what is actually loaded into the kernel.
Then you can work out which package provides that kernel module.

lsmod | grep dvb

will produce a shorter list to look at.
 
Thanks for the reply

Code:
lsmod | grep dvb
dvb_bcm7356          1462720  2 brcmfb
dvb_base             4584201  125 dvb_bcm7356
bcm_event               2990  5 dvb_bcm7356
procmk                  1668  2 dvb_bcm7356,bcm_event
dvb_usb_dib0700        93000  1
dib9000                28399  1 dvb_usb_dib0700
dib8000                45284  1 dvb_usb_dib0700
dib7000m               14840  1 dvb_usb_dib0700
dib0090                25590  1 dvb_usb_dib0700
dib0070                 8090  2 dvb_usb_dib0700
dib7000p               27523  2 dvb_usb_dib0700
dib3000mc              16475  1 dvb_usb_dib0700
dibx000_common          6961  6 dib8000,dib9000,dvb_usb_dib0700,dib3000mc,dib7000m,dib7000p
dvb_usb                17140  1 dvb_usb_dib0700

Seems its the dvb USB plugin. Where it doesn't show under drivers sections.

Code:
opkg list-installed | grep 700
firmware-dvb-usb-dib0700-1.20 - 1.0-r0
kernel-module-dib7000m-3.13.5 - 3.13.5-oea4.3-r5
kernel-module-dib7000p-3.13.5 - 3.13.5-oea4.3-r5
kernel-module-dvb-usb-dib0700-3.13.5 - 3.13.5-oea4.3-r5
 
Seems its the dvb USB plugin. Where it doesn't show under drivers sections.

Code:
opkg list-installed | grep 700
firmware-dvb-usb-dib0700-1.20 - 1.0-r0
kernel-module-dib7000m-3.13.5 - 3.13.5-oea4.3-r5
kernel-module-dib7000p-3.13.5 - 3.13.5-oea4.3-r5
kernel-module-dvb-usb-dib0700-3.13.5 - 3.13.5-oea4.3-r5
Hmmm....on my system those are dragged in by a plugin driver:

Code:
[et8000]: opkg list-installed | grep 700 
enigma2-plugin-drivers-dvb-usb-dib0700 - 1.0-r1 
firmware-dvb-usb-dib0700-1.20 - 1.0-r0 
kernel-module-dib7000m-4.10.6 - 4.10.6-5 
kernel-module-dib7000p-4.10.6 - 4.10.6-5 
kernel-module-dvb-usb-dib0700-4.10.6 - 4.10.6-5
 

OpenViX Feeds Status

Back
Top