OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.61k stars 882 forks source link

Hauppauge HVR 930C - drxk: Error: get_if_frequency() not defined at tuner. Can't work without it! #463

Closed Janpopan closed 12 years ago

Janpopan commented 12 years ago

My HVR 930C did not work with openelec, I recive "drxk: Error: get_if_frequency() not defined at tuner. Can't work without it! "

I think this patch is also needed to get it work: http://www.mail-archive.com/linuxtv-commits@linuxtv.org/msg11920.html

(or upgrade to kernel 3.3)

cheers Jan

Gujs commented 12 years ago

Can you tell me which build do you use (ION, Generic,..)? I can build you test image and we can include this patch if it will work.

Janpopan commented 12 years ago

I use fusion.

Gujs commented 12 years ago

I assume that you use 64bit?

Janpopan commented 12 years ago

yes

Gujs commented 12 years ago

You can download test build from here: http://dl.dropbox.com/u/57341262/OpenELEC_PVR-Fusion.x86_64-devel-20120415170549-r10584.tar.bz2

Please report back if this fixes your problem.

Janpopan commented 12 years ago

Yes this fixes the problem Tvheadahend found 389 services with this device. :)

Thanks Jan

But, now I have a lot of: [ 413.073539] xhci_hcd 0000:04:00.0: WARN: buffer overrun event on endpoint [ 413.074032] xhci_hcd 0000:04:00.0: WARN: buffer overrun event on endpoint [ 413.074657] xhci_hcd 0000:04:00.0: WARN: buffer overrun event on endpoint

and some of these log entries:

[ 413.229812] drxk: SCU_RESULT_INVPAR while sending cmd 0x0203 with params: [ 413.229831] drxk: 02 00 00 00 10 00 05 00 03 02 .......... [ 433.036363] drxk: SCU_RESULT_INVPAR while sending cmd 0x0203 with params: [ 433.036377] drxk: 02 00 00 00 10 00 05 00 03 02

-> 2 new issues?

Gujs commented 12 years ago

Maybe. Are these errors connected to your DVB device usage or is DVB device now working without problems?

Janpopan commented 12 years ago

The DVB device is working now - I will test some things.

This: [ 413.229812] drxk: SCU_RESULT_INVPAR while sending cmd 0x0203 with params: [ 413.229831] drxk: 02 00 00 00 10 00 05 00 03 02 .......... looks like here: http://www.spinics.net/lists/linux-media/msg41649.html

and these: [ 413.073539] xhci_hcd 0000:04:00.0: WARN: buffer overrun event on endpoint [ 413.074032] xhci_hcd 0000:04:00.0: WARN: buffer overrun event on endpoint [ 413.074657] xhci_hcd 0000:04:00.0: WARN: buffer overrun event on endpoint could be somthing like that: http://permalink.gmane.org/gmane.linux.usb.general/59200 I will check the USB2 or USB3 stuff.

Cheers Jan