Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] linux ppc
Hi every body,
first that's a patch to prevent machine check on linux ppc (kernel 2.4.x) :
--- saa7146_core.c.orig Thu Mar 28 21:23:07 2002
+++ saa7146_core.c Thu Mar 28 00:36:04 2002
@@ -952,6 +952,7 @@
pci_read_config_dword(pdev, PCI_SUBSYSTEM_VENDOR_ID, &cardid);
if (cardid == 0x10413) /* reject the stradis card */
return 0;
+ pci_enable_device(pdev);
pdev->driver_data=&saa7146_adap[saa7146_num];
configure_saa7146(pdev, saa7146_num++);
return 0;
@@ -963,6 +964,7 @@
uint32_t cardid;
dprintk("saa7146_remove_one()\n");
+ pci_disable_device(pdev);
pci_read_config_dword(pdev, PCI_SUBSYSTEM_VENDOR_ID, &cardid);
if (cardid != 0x10413) /* reject the stradis card */
remove_saa7146(saa);
But there's still a error. When I make insmod (dvb.c was compiled with the
debug=1)
i2c-core.o: adapter unregistered: saa7146(1)
i2c-core.o: driver unregistered: VES1820 DVB demodulator
i2c-core.o: driver unregistered: VES1893 DVB demodulator
i2c-core.o: driver unregistered: stv0299 DVB demodulator
i2c-core.o: driver unregistered: tda8083 DVB demodulator
i2c-core.o: driver unregistered: i2c TV tuner driver
i2c-core.o: driver VES1893 DVB demodulator registered.
i2c-core.o: driver VES1820 DVB demodulator registered.
i2c-core.o: driver tda8083 DVB demodulator registered.
i2c-core.o: driver stv0299 DVB demodulator registered.
i2c-core.o: driver i2c TV tuner driver registered.
saa7146_core.o: saa7146(1): bus:0, rev:1, mem:0xc714f000.
i2c-dev.o: Registered 'saa7146(1)' as minor 0
i2c-core.o: adapter saa7146(1) registered as adapter 0.
dvb: init_dvb
bootarm: debi test OK
bootarm: load boot code
bootarm: load dram code
Unable to load 'arm_firm/Root'.
Writing DRAM block 0
Writing DRAM block 1
Writing DRAM block 2
Writing DRAM block 3
...
Writing DRAM block 79
Writing DRAM block 80
Writing DRAM block 81
bootarm: load dpram code
Unable to load 'arm_firm/Dpram'.
commandrequest error
dvb0: AV711-1071710208 - firm 00009032, rtsl c714f000, vid c384bdb0, app
c75e0374
dvb: dvb_init_done called
dvb: dvbdevice found
dvb: 1 dvb(s) found!
and later
dvb0: arm crashed!
dvb0: arm crashed!
dvb0: arm crashed!
My card is an Hauppauge nexus rev 2.1, my macintosh is an 'old-world', my
kernel is the 2.4.18 and I use the cvs version of the driver (28 march
2002).
someone can help me?
is the driver work on linuxppc?
What root and Dpram images I should use for the nexus rev 2.1?
thanks
_________________________________________________________________
Discutez en ligne avec vos amis, essayez MSN Messenger :
http://messenger.msn.fr
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index