LinHES Forums http://forums.linhes.org/ |
|
Update firmware for Hauppauge Nova-HD-S2? http://forums.linhes.org/viewtopic.php?f=21&t=22799 |
Page 1 of 1 |
Author: | tophee [ Mon Sep 17, 2012 10:25 am ] |
Post subject: | Update firmware for Hauppauge Nova-HD-S2? |
This is a followup to my thread Re: Nova-HD-S2 Issues After months of inactivity on my part, I have decided to try and get my nova-HD-S2 card going again and started a new thread to highlight where I have now got to. I put together a new test machine which is almost identical to my producion box to see if I could get this card working. Once I'd installed my Nova-HD-S2 card, I ran a few tests. lvpci sees the card correctly, which is good. However, when I try and scan for channels from within "mythtv-setup" the scan appears to fail almost immidiately. A popup saying "failed to find channels" appears. After trying to be a bit smarter about whats going on, I did a little googling which directed me to check my kernal log and I got some intersting information: Code: cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw) cx24116_firmware_ondemand: Waiting for firmware upload (2) ... cx24116_firmware_ondemand: No formware uploaded (timeout or file not found?) cx24116_cmd_execute(): Unable to initialise the firmware To try and resolve this, I updated the dvb-firmware package Code: sudo pacman -Sy dvb-firmware but this did not have the desired effect. I rebooted to make sure, and tried to scan for channels again. Same issue. Checked the kernal log once more, and I'm seeing the same errors. Can anyone point me in the right direction what to do next? Should I download a copy of the cx24116 firmware, from here (?) and put it in the appropriate place? Though I need to work out how to do this and where the approprite place to put it is. Should I just put a ticket in for this? Or is it going to be included in the new v4l-dvb drivers? (As seen here) issue 844? Thanks |
Author: | brfransen [ Mon Sep 17, 2012 10:53 am ] |
Post subject: | Re: Update firmware for Hauppauge Nova-HD-S2? |
As far as I can tell we don't provide that firmware in any LinHES packages. And from the dmesg log it looks like you haven't added it or it is the wrong version. Try downloading the firmware, extract it and put it in /lib/firmware then reboot and see what dmesg says. If it does load please open a ticket and I will add it to dvb-firmware. |
Author: | tophee [ Sun Sep 23, 2012 6:57 am ] |
Post subject: | Re: Update firmware for Hauppauge Nova-HD-S2? |
Right, have managed to get my Nova-HD-S2 working. I used the guidance on this website and followed these instructions. Code: wget http://www.wintvcd.co.uk/drivers/88x_2_126_28225_WHQL.zip Extract the firmware and put it in the firmware directory : sudo dd if=hcw88bda.sys of=/lib/firmware/dvb-fe-cx24116-1.26.90.0.fw bs=1 skip=105768 count=32290 sudo ln -s /lib/firmware/dvb-fe-cx24116-1.26.90.0.fw /lib/firmware/dvb-fe-cx24116.fw I ran the wget command in a new folder and unzipped it there. I ran the sudo dd if=hcw88bda.sys of=/lib/firmware/dvb-fe-cx24116-1.26.90.0.fw bs=1 skip=105768 count=32290, then sudo ln -s /lib/firmware/dvb-fe-cx24116-1.26.90.0.fw /lib/firmware/dvb-fe-cx24116.fw. However, the name of the firmware did not exist to make the symbolic link. I renamed dvb-fe-cx24116-1.26.90.0.fe to dvb-fe-cx24116.fw and it all worked. Actually - that's what I did on my test box. On my production box, I edited the code to extract the firmware to read: sudo dd if=hcw88bda.sys of=/lib/firmware/dvb-fe-cx24116-1.fw bs=1 skip=105768 count=32290 Job done. Will open a ticket. But very pleased it now works. Added bonus, my remote works with no extra tweaks. Just need to remember how to set the jump points and set the remote to use them. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |