Forum

Full Version: hauppauge tuner/receiver
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello - new to the forum.

I would like to try xbian after using openelec.

On openelec everything seemed to be working although it is a little sluggish.

When i power up xbian using all the same hardware, the software does not seem to recognise my hauppauge dvb-t tuner.
Consequently I have no remote control to try xbian out - as the tuner has its own built in ir receiver ( MCE) For some reason it works OOB with openelec?

Forgive my noobness, but any ideas!?http://forum.xbian.org/images/smilies/blush.gif

many thanks

keith
Can you post the output of lsmod on OpenElec to know what modules are needed for that device?
i'll try?


thanks

keith
(3rd Feb, 2013 05:59 PM)CurlyMo Wrote: [ -> ]Can you post the output of lsmod on OpenElec to know what modules are needed for that device?


Hopefully, this is what you meanSmile

Module Size Used by
uinput 6242 0
rc_dib0700_rc5 1983 0
dvb_usb_dib0700 91612 58
dib0090 22241 1 dvb_usb_dib0700
dib7000p 25463 3 dvb_usb_dib0700
dib7000m 13692 1 dvb_usb_dib0700
dib0070 7114 3 dvb_usb_dib0700
dvb_usb 15483 1 dvb_usb_dib0700
dib8000 37467 1 dvb_usb_dib0700
dvb_core 84867 3 dib8000,dvb_usb,dib7000p
dib3000mc 10334 1 dvb_usb_dib0700
iptable_nat 2665 0
nf_nat 11924 1 iptable_nat
nf_conntrack_ipv4 6627 3 nf_nat,iptable_nat
nf_defrag_ipv4 908 1 nf_conntrack_ipv4
ip_tables 9544 1 iptable_nat
rc_core 11891 4 dvb_usb,dvb_usb_dib0700,rc_dib0700_rc5
dibx000_common 6346 5 dib8000,dvb_usb_dib0700,dib3000mc,dib7000m,dib7000p
root ~ #

look forward to your response

keith
First of all, use our markup code, so edit your post to fix it.

All modules you need are (at least) included (in Alpha 5). So try:
Code:
modprobe dvb_usb_dib0700
modprobe dib0090
modprobe dib7000p
modprobe dib7000m
modprobe dib0070
modprobe dvb_usb
modprobe dib8000
modprobe dvb_core
modprobe dib3000mc
modprobe dibx000_common

No output after a modprobe is success. Then run lsmod to check if all modules are loaded.
Reference URL's