Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Troubleshooting firmware download



	Trying to get an sp887x based card working in 2.6.9,
its firmware upload fails.
/usr/lib/hotplug/firmware/dvb-fe-sp887x.fw is readable.

	How can I debug request_firmware()?
Do you mean 2.6.10? If so, make sure that the kernel is compiled with
hotplug support (CONFIG_HOTPLUG=y) and that hotplug is installed. That's
about the extent of it.
(actually this 2.6.9 mistakenly had newer DVB drivers patched in.
I have now tried again with 2.6.10 instead. Sadly, no change)

% egrep _HOTPLUG= /usr/src/linux/.config
CONFIG_HOTPLUG=y

% dmesg
Linux version 2.6.10 (nigel@mythtv-test) (gcc version 3.3.5 (Debian 1:3.3.5-2)) #1 SMP Thu Dec 30 14:41:16 UTC 2004
...
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Host bridge needs ETBF enabled.
bttv: Bt8xx card found (0).
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI interrupt 0000:00:0d.0[A] -> GSI 11 (level, low) -> IRQ 11
bttv0: Bt878 (rev 17) at 0000:00:0d.0, irq: 11, latency: 66, mmio: 0x42000000
bttv0: detected: AverMedia AverTV DVB-T [card=124], PCI subsystem ID is 1461:076
1
bttv0: using: AverMedia AverTV DVB-T 761 [card=124,autodetected]
bttv0: enabling ETBF (430FX/VP3 compatibilty)
bttv0: gpio: en=00000000, out=00000000 in=009f009d [init]
bttv0: using tuner=-1
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: PLL: 28636363 => 35468950 .. ok
bttv0: add subdevice "remote0"
bttv0: add subdevice "dvb0"
...
bt878: AUDIO driver version 0.0.0 loaded
bt878: Bt878 AUDIO function found (0).
ACPI: PCI interrupt 0000:00:0d.1[A] -> GSI 11 (level, low) -> IRQ 11
bt878(0): Bt878 (rev 17) at 00:0d.1, irq: 11, latency: 66, memory: 0x42100000
DVB: registering new adapter (bttv0).
DVB: registering frontend 0 (Spase SP887x DVB-T)...
sp887x: waiting for firmware upload...
sp887x: no firmware upload (timeout or file not found?)

% ls -l /usr/lib/hotplug/firmware
total 276
-r--r--r-- 3 root root 23620 Dec 30 15:47 dvb-fe-sp887x.fw
-rw-r--r-- 1 root src 226376 Jul 30 05:20 dvb-ttpci-01.fw-261c
-r--r--r-- 3 root root 23620 Dec 30 15:47 sc_main.mc

%


I was hoping that I could do something like:

% sudo modprobe sp887x debug_upload=1

and maybe see something that might help.


--
Nigel Pearson, nigel@ind.tansu.com.au| "Let's see how Spike is going"
Telstra BI&D, Sydney, Australia | ...
Office: 8255 4222 Fax: 8255 3153 |"I'd like to keep Spike as my pet."
Mobile: 0408 664435 Home: 9792 6998 | Illyria - Angel





Home | Main Index | Thread Index