Re: [Linux-uvc-devel] Problem booting with kernel 3.0 and ASUS UVC webcams

2011-09-22 Thread Alexey Fisher
On 20.09.2011 03:29, Remco Rijnders wrote: On Thu, Sep 08, 2011 at 08:53:19AM +0200, Alexey wrote in 4e68665f.3090...@fisher-privat.net: Am 08.09.2011 08:07, schrieb Remco Rijnders: On Thu, Sep 08, 2011 at 07:49:00AM +0200, Alexey wrote in 4e68574c.6020...@fisher-privat.net: Hi, to get the

Re: [Linux-uvc-devel] Problem booting with kernel 3.0 and ASUS UVC webcams

2011-09-22 Thread Remco Rijnders
On Thu, Sep 22, 2011 at 05:04:12PM +0200, Alexey wrote in 4e7b4e6c.9050...@fisher-privat.net: Can you please try this patch? Regards, Alexey diff --git a/drivers/media/video/uvc/uvc_entity.c b/drivers/media/video/uvc/uvc_entity.c index 48fea37..29e2399 100644 ---

Re: [Linux-uvc-devel] Problem booting with kernel 3.0 and ASUS UVC webcams

2011-09-19 Thread Remco Rijnders
On Thu, Sep 08, 2011 at 08:53:19AM +0200, Alexey wrote in 4e68665f.3090...@fisher-privat.net: Am 08.09.2011 08:07, schrieb Remco Rijnders: On Thu, Sep 08, 2011 at 07:49:00AM +0200, Alexey wrote in 4e68574c.6020...@fisher-privat.net: Hi, to get the idea of what is wrong here, we need at least

Re: [Linux-uvc-devel] Problem booting with kernel 3.0 and ASUS UVC webcams

2011-09-08 Thread Remco Rijnders
On Thu, Sep 08, 2011 at 07:49:00AM +0200, Alexey wrote in 4e68574c.6020...@fisher-privat.net: Hi, to get the idea of what is wrong here, we need at least dmesg. If you can't provide dmesg, but you can compile kernel, do git bisect. Hi Alexey, I'll look into this further tonight when at home

Re: [Linux-uvc-devel] Problem booting with kernel 3.0 and ASUS UVC webcams

2011-09-08 Thread Alexey Fisher
Am 08.09.2011 08:07, schrieb Remco Rijnders: On Thu, Sep 08, 2011 at 07:49:00AM +0200, Alexey wrote in 4e68574c.6020...@fisher-privat.net: Hi, to get the idea of what is wrong here, we need at least dmesg. If you can't provide dmesg, but you can compile kernel, do git bisect. Hi Alexey,

[Linux-uvc-devel] Problem booting with kernel 3.0 and ASUS UVC webcams

2011-09-07 Thread Remco Rijnders
Hi all, I'm not sure if this is the appropiate place and if this is a known issue or not, but one of our users as well as I myself ran into an issue where the combination of the webcam in an ASUS notebook and recent kernels result in the system not booting. See the report at

Re: [Linux-uvc-devel] Problem booting with kernel 3.0 and ASUS UVC webcams

2011-09-07 Thread Alexey Fisher
Hi, to get the idea of what is wrong here, we need at least dmesg. If you can't provide dmesg, but you can compile kernel, do git bisect. There is lots of howtos in internet about git bisect: http://ivanz.com/2009/03/27/git-bisect-the-awesome-way-to-find-the-mr-bug-commit/ or read: man