Mailing List archive

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

[vdr] Re: If you want great vdr experience and no fuss use Suse 9.1 !



I demand that Valent may or may not have written...

> I must report back mow much Suse 9.1 blew me away! In contrast to other
> distros where you have to compile vdr maually (as I did with FedoraCore 2
> or Mandrake) with Suse it comes compiled!

Same with Debian...

> And if that is not enough Suse's installer detects your DVB card and
> loads the modules automatically!

Works here too - mostly: budget_ci is loaded by hotplug, but tda1004x isn't.

Does SuSE have a more comprehensive patch than what I've attached? (I'm using
kernel 2.6.4 plus the DVB patches which were posted to linux-kernel in
March.)

Note that I've been unable to properly test it as yet; some oopses occurred,
probably due to the device having crashed; and now the football's on, so that
takes priority :-)

[snip]
-- 
| Darren Salt | d youmustbejoking,demon,co,uk | nr. Ashington,
| Debian,     | s zap,tartarus,org            | Northumberland
| RISC OS     | @                             | Toon Army
|   I don't ask for much, just untold riches...

A lost ounce of gold may be found, a lost moment of time never.
--- linux-2.6.4+dvb/drivers/media/dvb/frontends/tda1004x.c~

+++ linux-2.6.4+dvb/drivers/media/dvb/frontends/tda1004x.c

@@ -36,6 +36,7 @@

 #include <linux/kernel.h>

 #include <linux/vmalloc.h>

 #include <linux/module.h>

+#include <linux/pci.h>

 #include <linux/init.h>

 #include <linux/string.h>

 #include <linux/slab.h>

@@ -1513,3 +1514,9 @@

 

 MODULE_PARM(tda1004x_firmware, "s");

 MODULE_PARM_DESC(tda1004x_firmware, "Where to find the firmware file");

+

+static struct pci_device_id tda1004x_pci_tbl[] = {

+	{0x1131, 0x7146, 0x13c2, 0x1011, 0 },

+	{0,}

+};

+MODULE_DEVICE_TABLE (pci, tda1004x_pci_tbl);


Home | Main Index | Thread Index