2012-01-31, 20:39
icedtrip Wrote:Or I guess I should ask, is SD content offloaded to the CHD card or only HD content? This question isn't for you umpa, just anyone that knows.
only HD content.
icedtrip Wrote:Or I guess I should ask, is SD content offloaded to the CHD card or only HD content? This question isn't for you umpa, just anyone that knows.
davilla Wrote:only HD content.
drdeft Wrote:I haven't had any luck with bcm70015 on Linux either. In addition to trying multiple versions of the driver, libcrystalhd and firmware, I have compiled them on different kernel versions for 32 bit and 64 bit. I ended up with the same errors in /var/log/messages every time as reported by Zipiju earlier in this thread [2011-10-13, 13:04]... "Error bit occurred, RetVal:c00018/ Firmware image signature failure/ Firmware download failure" during playback. The card works fine under windows xp - able to play 1080p streaming video. I am using an Intel D510MO motherboard.
I can certainly use some help as well...
(2011-08-08, 09:03)An9eluS Wrote: My problem is with suspending the system, which obviously you do with a htpc all the time.
Every time I suspend and wake if I play a HD video the renderer is now FF instead of CHD. If I look in settings > videos > playback I can see that there is no longer any Crystal HD rendering option present.
At this point I jumped back out to the terminal and ran lsmod, the crystalhd driver is still loaded after resume.
So why can't XBMC detect it anymore, is this a known issue? I googled my ass off before posting this as I didn't want to bark up an old tree.
#!/bin/bash
case "${1}" in
resume|thaw)
modprobe -r crystalhd
modprobe crystalhd && chmod a+rw /dev/crystalhd
;;
esac
Mar 15 07:43:43 Saffron kernel: [43680.046482] crystalhd 0000:0b:00.0: restoring config space at offset 0xf (was 0x159, writing 0x10b)
Mar 15 07:43:43 Saffron kernel: [43680.046521] crystalhd 0000:0b:00.0: restoring config space at offset 0x6 (was 0x4, writing 0xf0000004)
Mar 15 07:43:43 Saffron kernel: [43680.046538] crystalhd 0000:0b:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xf0800004)
Mar 15 07:43:43 Saffron kernel: [43680.046551] crystalhd 0000:0b:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
Mar 15 07:43:43 Saffron kernel: [43680.046567] crystalhd 0000:0b:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100106)
Mar 15 07:43:43 Saffron kernel: [43680.049191] crystalhd 0000:0b:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Mar 15 07:43:43 Saffron kernel: [43680.049206] crystalhd 0000:0b:00.0: setting latency timer to 64
Mar 15 07:43:43 Saffron kernel: [43680.049377] crystalhd 0000:0b:00.0: irq 47 for MSI/MSI-X
Mar 15 07:43:43 Saffron kernel: [43680.049439] crystalhd_hw_resume: Invalid Arguments
Mar 15 07:43:43 Saffron kernel: [43680.049445] crystalhd 0000:0b:00.0: Crystal HD Resume 1
Mar 15 07:43:43 Saffron kernel: [43681.576203] Unloading crystalhd 3.10.0
Mar 15 07:43:43 Saffron kernel: [43681.578872] crystalhd 0000:0b:00.0: released api device - 251
Mar 15 07:43:43 Saffron kernel: [43681.598430] Loading crystalhd v3.10.0
Mar 15 07:43:43 Saffron kernel: [43681.598502] crystalhd 0000:0b:00.0: Starting Device:0x1615
...