Comment 35 for bug 269123

Revision history for this message
Jos (namjos) wrote : Re: [Bug 269123] Re: stkwebcam kernel-module doesn't support all the webcams supported previously with stk11

Ok i've finally found what's going on :)
It's a permission issue, users on ubuntu 9.04 was not added to video
group at creation, so they do not have right to use it.

To solve it:
[code]
sudo addgroup $USER video
[/code]

Then disconnect / reconnect your session, it will then work on ubuntu 9.04.

Is a bug already opened for this stuff of video group missing? Maybe we
should open one otherwise