[Bug 431303] Re: /dev/video

2010-01-28 Thread Philip Muškovac
** Also affects: libv4l (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542204
   Importance: Unknown
   Status: Unknown

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2010-01-28 Thread Philip Muškovac
This is fixed now that we have 0.6.3-1 in lucid.

** Changed in: libv4l (Ubuntu)
   Status: Confirmed = Invalid

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2010-01-28 Thread Philip Muškovac
Debdiff to fix this in karmic. Patch taken from debian 0.6.0-2.

** Patch added: libv4l_0.6.0-1ubuntu0.1.debdiff
   http://launchpadlibrarian.net/38507811/libv4l_0.6.0-1ubuntu0.1.debdiff

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2010-01-28 Thread Philip Muškovac
** Description changed:

- since several weeks i loose acces to /dev/video0.
- I have one webcam and one TV tuner.
+ The File:
+ -rw--- 1 root root 4096 2009-10-04 20:30 usb-:00:02.0-4:PC Camera
+ is created by root with owner-only permissions and as this file has to be 
accessed from a user account the camera is not accessible.
+ 
+ This is fixed in the new upstream version in lucid.
+ 
+ The attached patch prefixes the shm segment name with the effective uid.
+ It falls back to malloc if shm segment creation fails.
+ 
+ 
  boz...@bozhan:~$ lsusb
  Bus 002 Device 006: ID 0ac8:305b Z-Star Microelectronics Corp. ZC0305 Webcam
  
  boz...@bozhan:~$ lspci
  01:08.0 Multimedia controller: Philips Semiconductors SAA7131/SAA7133/SAA7135 
Video Broadcast Decoder (rev d0)
  
  boz...@bozhan:~$ ls -la  /dev/video*
  crw-rw+ 1 root video 81, 0 2009-09-17 12:07 /dev/video0
  crw-rw+ 1 root video 81, 1 2009-09-17 12:07 /dev/video1
  
  here is output of dmesg about webcam:
- [   13.509222] gspca: main v2.6.0 registered  

  
- [   13.515638] gspca: probing 0ac8:305b   

  
- [   13.515645] zc3xx: Sensor Tas5130 (VF0250) 

  
- [   13.526078] gspca: probe ok

  
- [   13.526096] usbcore: registered new interface driver zc3xx 

  
+ [   13.509222] gspca: main v2.6.0 registered
+ [   13.515638] gspca: probing 0ac8:305b
+ [   13.515645] zc3xx: Sensor Tas5130 (VF0250)
+ [   13.526078] gspca: probe ok
+ [   13.526096] usbcore: registered new interface driver zc3xx
  [   13.526100] zc3xx: registered
  
  but i don't have access to /dev/video0
  
- boz...@bozhan:~$ cat /dev/video0 
+ boz...@bozhan:~$ cat /dev/video0
  cat: /dev/video0: Permission denied
  
  but  i have access to /dev/video1
  
  my user belong to group video.
  
  boz...@bozhan:~$ lsb_release -rd
  Description:Ubuntu karmic (development branch)
  Release:9.10

** Summary changed:

- /dev/video
+ unable to access camera

-- 
unable to access camera
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-11-30 Thread edmon
** Package changed: linux (Ubuntu) = libv4l (Ubuntu)

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-11-30 Thread wierdlm...@gmail.com
** Changed in: libv4l (Ubuntu)
   Status: Triaged = Confirmed

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-11-30 Thread wierdlm...@gmail.com
On my fully updated box I have

$ ls -l /dev/shm/usb-\:00\:1a.0-2\:USB\ Camera\ \(046d\:08da\) 
-rw--- 1 root root 4096 2009-11-30 13:36 /dev/shm/usb-:00:1a.0-2:USB 
Camera (046d:08da)

The ubuntu libv4l-0 version is 0.6.0-1 and if it is the same as in
Debian, then the 0.6.0-2 version supposedly fixed the problem. I remark
that the permission error happens only on my 64 bit box; the same camera
works fine on a 32 bit installation of Ubuntu 9.10.

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-11-29 Thread wierdlm...@gmail.com
What do you mean by update libv4l package? Who should update? The
error is still there in fully updated Ubuntu 9.10.

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-10-05 Thread edmon
I think that this is the same debian bug: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=542204

pls update  libv4l package

** Bug watch added: Debian Bug tracker #542204
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542204

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 431303] Re: /dev/video

2009-10-04 Thread edmon
 i tried to use strace and with
stace cat /dev/video0
i found that i don't have access to this file /dev/shm/usb-:00:02.0-4:PC 
Camera.

file has such permissions:
-rw---  1 root   root   4096 2009-10-04 20:30 usb-:00:02.0-4:PC 
Camera

i've changed permissions to 777 and now camera works with my user
account!

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-09-23 Thread edmon
only to inform that webcam work with root user

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-09-22 Thread edmon
boz...@bozhan:~$ sudo getfacl /dev/video0 /dev/video1
getfacl: Removing leading '/' from absolute path names
# file: dev/video0
# owner: root
# group: video
user::rw-
user:bozhan:rw-
group::rw-
mask::rw-
other::---

# file: dev/video1
# owner: root
# group: video
user::rw-
user:bozhan:rw-
group::rw-
mask::rw-
other::---

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-09-22 Thread Scott James Remnant
The device node permissions are correct, your user has rw- access to
both devices - the EPERM must be coming from the kernel

** Package changed: udev (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Incomplete = Triaged

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-09-21 Thread Scott James Remnant
Please provide the output of sudo getfacl /dev/video0 /dev/video1

Thanks

** Changed in: udev (Ubuntu)
   Importance: Undecided = Medium

** Changed in: udev (Ubuntu)
   Status: New = Incomplete

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 431303] Re: /dev/video

2009-09-17 Thread arky
** Package changed: ubuntu = udev (Ubuntu)

-- 
/dev/video
https://bugs.launchpad.net/bugs/431303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs