Re: [Q] udev and soc-camera

2010-01-28 Thread Kay Sievers
On Thu, Jan 28, 2010 at 15:02, Valentin Longchamp wrote: > Kay Sievers wrote: > Thanks a lot Kay, you pointed me exactly where I needed to watch. > OpenEmbedded adds udevadm trigger a big list of --susbsystem-nomatch options > as soon as you are not doing your first boot anymore and video4linux is

Re: [Q] udev and soc-camera

2010-01-28 Thread Valentin Longchamp
Kay Sievers wrote: On Thu, Jan 28, 2010 at 00:25, Valentin Longchamp wrote: I have a system that is built with OpenEmbedded where I use a mt9t031 camera with the soc-camera framework. The mt9t031 works ok with the current kernel and system. However, udev does not create the /dev/video0 device

Re: [Q] udev and soc-camera

2010-01-28 Thread Kay Sievers
On Thu, Jan 28, 2010 at 00:25, Valentin Longchamp wrote: > I have a system that is built with OpenEmbedded where I use a mt9t031 camera > with the soc-camera framework. The mt9t031 works ok with the current kernel > and system. > > However, udev does not create the /dev/video0 device node. I have

[Q] udev and soc-camera

2010-01-27 Thread Valentin Longchamp
Hello, I have a system that is built with OpenEmbedded where I use a mt9t031 camera with the soc-camera framework. The mt9t031 works ok with the current kernel and system. However, udev does not create the /dev/video0 device node. I have to create it manually with mknod and then it works wel