On 01/21/10 15:58, Samuel Rakitnican wrote:
Hi,
for the kernel crash, there was a breakage introduced recently so all
devices with an IR cause a kernel oops without the following patch:
http://patchwork.kernel.org/patch/70126/
Regards
On Thu, 21 Jan 2010 08:47:16 +0100, <dm66@xxxxxxxxx> wrote:
Hi,
My Technotrend S-1500 crashes everytime i load the drivers. This is on
2.6.30.10 kernel with a 2 day old tip from mercurial repo on linuxtv.
Reverting back to an older build seems to succeed but i have other
tuning problems. Looks like a prob in the infrared driver
registration. Is there any way to disable the IR totally as this is a
backend server in a mythtv config. Here's the panic/crash:
I did google before i posted and the patch aforementioned *is* in the
current mercurial source (v4l-dvb-cdcf089168df):
home:/usr/src/mythtv/v4l-dvb-cdcf089168df$ sed -n 121,132p
linux/drivers/media/IR/ir-sysfs.c
/*
* Static device attribute struct with the sysfs attributes for IR's
*/
static DEVICE_ATTR(current_protocol, S_IRUGO | S_IWUSR,
show_protocol, store_protocol);
static struct attribute *ir_dev_attrs[] = {
&dev_attr_current_protocol.attr,
NULL,
};
home:/usr/src/mythtv/v4l-dvb-cdcf089168df$
Any other ideas ?
D
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html