Hauppauge 950Q how-to-install request
|
29th Mar, 2013, 07:32 PM
Post: #16
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
You need to download the whole /lib/modules/3.6.11+ folder and the /boot/kernel.img file.
pilight - modular domotica solution
|
|||
29th Mar, 2013, 11:23 PM
Post: #17
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
I'll try that at the next opportunity.
Thanks-Dan |
|||
3rd Apr, 2013, 01:04 PM
Post: #18
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
I have finally found some time to look at this. Sorry for the delay.
(29th Mar, 2013 07:32 PM)CurlyMo Wrote: You need to download the whole /lib/modules/3.6.11+ folder and the /boot/kernel.img file. I need to ask where I can find these for download. I'm not familiar enough with this to know where to look (web searches haven't been my friend here). I reloaded the original SD card image, which, as it turns out, includes four of the five requested kernel objects: /lib/modules/3.6.11+/kernel/drivers/media/common/tuners/xc5000.xo /lib/modules/3.6.11+/kernel/drivers/media/dvb/frontends/au8522_common.ko /lib/modules/3.6.11+/kernel/drivers/media/dvb/frontends/au8522_decoder.ko /lib/modules/3.6.11+/kernel/drivers/media/dvb/frontends/au8522_dig.ko These modules load without complaint. Code: xbian@xbian /lib/modules/3.6.11+/kernel/drivers/media/dvb/frontends $ lsmod Code: xbian@xbian /lib/modules/3.6.11+ $ find -name *0828* So it would appear that I need one file, rather than four. Thanks again-Dan |
|||
3rd Apr, 2013, 06:31 PM
Post: #19
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
I shall make a tarball later today
pilight - modular domotica solution
|
|||
3rd Apr, 2013, 07:32 PM
Post: #20
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
Code: sudo su pilight - modular domotica solution
|
|||
3rd Apr, 2013, 09:47 PM
Post: #21
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
Thanks for all of the effort you've put into helping me out.
This appears to work: Code: xbian@xbian ~ $ sudo modprobe xc5000 Thanks again-Dan |
|||
3rd Apr, 2013, 09:51 PM
Post: #22
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
Appears to work or works?
pilight - modular domotica solution
|
|||
3rd Apr, 2013, 11:26 PM
Post: #23
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
I will be able to tell you when I can get back to it. At work now.
I have to reinstall tvheadend to try it, but I noticed that a light on the tuner dongle is now on, and it's getting warm, which is more than I've seen it do up to now. Thanks-Dan |
|||
9th Aug, 2013, 04:15 PM
Post: #24
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
Would u please repost tarball that helped OP. I am using same tuner
|
|||
15th Nov, 2013, 03:02 PM
Post: #25
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
(9th Aug, 2013 04:15 PM)lee_stow Wrote: Would u please repost tarball that helped OP. I am using same tuner Great work on this XBMC implementation. I have a raspberry pi I am trying to make into a mediacenter+PVR and XBian seems to be the answer. I have a Hauppauge WinTV 950Q and a N10 Wifi adapter. I have played with this on and off for more than 1 year and could never get everything working. I decided to try again, got almost everything running after some trial and error with installing TVHeadend. The last problem I have is that the dvb-fe-xc5000-1.6.114.fw driver is not working properly maybe???. Seems I have the same adapter as for this post and same problem. TVHeadend scans but does not find any services. Signal stays at a stubborn 0% and the LED that usually comes on when "tuned" to a channel always stays off and it stays cold. 1) lsmod shows that xc5000 is loaded after I boot. 2) I manually start tvheadend and I get the following errors: xc5000: waiting for firmware upload (dvb-fe-xc5000-1.6.114.fw)... xc5000: Upload failed. (file not found?) So I am thinking that it is a driver/kernel issue. Especially that the file is not in /lib/firmware. Any help would be greatly appreciated. My system: XBian 1.0beta1.1 Kernel 3.9.8+ #preempt... Raspberry Pi 512 MB 4GB Sd card Asus N10 Wifi adapter Hauppauge WinTV 950Q This is the last piece of the puzzle Thanks --- EDIT --- I have managed to get it to work by copying the driver in the /lib/firmware directory. The problem now is that I get some errors and can only tune in to a channel once in a while. According to what I have found by searching the net this could be an issue with the hub. |
|||
16th Nov, 2013, 02:22 PM
Post: #26
|
|||
|
|||
RE: Hauppauge 950Q how-to-install request
@chestnut
general rule is, that FW files are NOT part std install, nor kernel package (even if driver - kernel module is). the "big" linux distros are shipping some of them as separate packages - for instance atmel-firmware - Firmware for Atmel at76c50x wireless networking chips. dahdi-firmware-nonfree - DAHDI non-free firmware firmware-b43-installer - Installer package for firmware for the b43 driver firmware-b43-lpphy-installer - Installer package for firmware for the b43 driver (LP-PHY version) firmware-b43legacy-installer - Installer package for firmware for the b43legacy driver firmware-crystalhd - Crystal HD Video Decoder (firmware) so you have to find it yourself. the good thing is, fw file is not relevant to your linux architecture. you can grab the fw file from 32 linux, 64 bit linux, arm, sparc, anything. then copy the file to /lib/firmware directory and reboot (or reload the driver). @chestnut your fw seems to be available there for instance http://linuxtv.org/downloads/firmware/ Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|