All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] dvbloopback:
@ 2008-11-05 23:48 Torgeir Veimo
  2008-11-06  9:36 ` Jelle De Loecker
  0 siblings, 1 reply; 5+ messages in thread
From: Torgeir Veimo @ 2008-11-05 23:48 UTC (permalink / raw)
  To: linux-dvb

Am trying to use dvbloopback in a setup with two cards, but it seems  
to fail, I get these errors;

Nov  6 09:30:30.151 frontend: Could not open /dev/dvb/adapter2/ 
frontend1. Error was: 14
Open failed
: Bad address
Nov  6 09:30:30.151 demux: Could not open /dev/dvb/adapter2/demux1.  
Error was: 14
Open failed
: Bad address

Looking in /var/log/messages, I see the errors;

Nov  6 09:30:30 htpc kernel: Failed to find private data during open

Looking into the dvbloopback kernel module source, it looks like it's  
not able to retrieve its private member variables;

lbdev = (struct dvblb_devinfo *)dvbdev->priv;
if (lbdev == NULL) {
   printk("Failed to find private data during open\n");
   return -EFAULT;
}

This would indicate something serious is happening with the kernel  
module loading? I am using kernel 2.6.26, am not sure if there are any  
incompatibilities there, as the compile script seems to support up to  
2.6.25 only?

Is the dvbloopback module author subscribed to this list?

-- 
Torgeir Veimo
torgeir@pobox.com





_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-06 12:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-05 23:48 [linux-dvb] dvbloopback: Torgeir Veimo
2008-11-06  9:36 ` Jelle De Loecker
2008-11-06 10:38   ` Torgeir Veimo
2008-11-06 10:41   ` Per Heldal
2008-11-06 12:57     ` Torgeir Veimo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.