[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-28 Thread MISTERTU
See this link . I tried it on Maverick and Natty their respective owner kernels and it works. Greetings. http://www.nosinmiubuntu.com/2010/10/webcam-r5u870-en- ubuntu-1010-maverick.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-28 Thread nmathew
see this driver, this should compile in Natty, I think there is only minor difference between Maverik and natty /usr/include/linux/videodev2.h ** Attachment added: "r5u870 Natty Driver" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/219252/+attachment/2092515/+files/r5u870.tar.gz -

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-28 Thread nmathew
will applications use /usr/include/linux/videodev.h, if not can't we include the old videodev.h with the driver. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/219252 Title: [Hardy] webcam stopped wo

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-28 Thread nmathew
Oh, I use Maverik. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/219252 Title: [Hardy] webcam stopped working after last kernel update -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-27 Thread Tino Meinen
Thanks for looking into this nmathew. The problem is when I want to compile the driver on ubuntu Natty 11.04 I get a compile error: r5u870/usbcam/usbcam.h:38:28: fatal error: linux/videodev.h: No such file or directory this is because videodev.h is no longer included in the 2.6.38 header files.

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-27 Thread nmathew
Install libv4l for v4l1 support over v4l2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/219252 Title: [Hardy] webcam stopped working after last kernel update -- ubuntu-bugs mailing list ubuntu-bu

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-27 Thread nmathew
Both the tool and driver says: This driver supports the following OEM webcams: 05ca:1810 HP Pavilion Webcam - UVC 05ca:1830 Sony Visual Communication Camera VGP-VCC2 (for VAIO SZ)---> I think this is yours 05ca:1832 Sony Visual Communication Camera VGP-VCC3 (for VAIO UX) 05ca:1833 Sony Visual Co

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-27 Thread nmathew
You can use the driver attached. Steps to load the driver #make #make install KDIR=/path/to/kernel or you can see the readme in the attached driver. Attached driver has some fixes for usb buffer alloc API changes. ** Attachment added: "usb alloc fixes" https://bugs.launchpad.net/ubuntu/+so

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-27 Thread Tino Meinen
Thanks nmathew but these links are all about 0x183a (Sony Visual Communication Camera VGP-VCC7) which is a UVC camera and can use the new r5u87x driver. I'm dealing with 0x1830 (Sony Visual Communication Camera VGP-VCC2) which is a WDM type and must use the older r5u870 driver. It's a different

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-27 Thread nmathew
See these links https://bugs.launchpad.net/ubuntu/+source/linux/+bug/460290 http://www.palmix.org/download/r5u870_k2.6.30_i386.tar.bz2 http://ubuntuforums.org/showthread.php?p=9658270#post9658270 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2011-04-27 Thread Tino Meinen
I have a Sony VIAO laptop here with a webcam with device ID 05ca:1830. This is a Ricoh camera which needs the old r5u870 driver because this is a WDM type camera not a UVC one. Compiling the driver no longer works on Ubunty Natty 10.04 because the 2.6.38 kernel has dropped videodev.h You get th

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2010-09-16 Thread Bug Watch Updater
** Changed in: cheese Status: Invalid => Unknown ** Changed in: cheese Importance: Unknown => Medium -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2009-04-10 Thread Andres Mujica
sorry, i mean mark as won't fix for Hardy as the module is deprecated. It compiles at intrepid and Jaunty at least. ** Changed in: linux (Ubuntu) Status: Invalid => Won't Fix -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received thi

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2009-04-10 Thread Andres Mujica
@Michael, just tested at Jaunty and it compiles fine and the module can be loaded. I cannot test if the webcam actually works as i don't have the hardware. I tried with Hardy and you're right is not compiling there. However, as this module is deprecated i'll suggest to check the bug #120434 as it

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2009-04-07 Thread Daniel Santibáñez
on ubuntu 9.04 beta with i386 archithecture same problem , a few days ago i can use my webcam, but after last upgrade, the webcam left to work, gstreamer-propieters say gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink' gstreamer-properties-Message: Skipping unavailable plugin

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-21 Thread Michael Doube
Andres, r5u870 revision 109 fails to compile on Hardy, see attached output from make. ** Attachment added: "error2.txt" http://launchpadlibrarian.net/20617334/error2.txt -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug not

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-16 Thread Michael Doube
Ah, yes. I added video permissions to intrepiduser and also created a new unprivileged user and video is working for both. Strange, because intrepiduser was a testing user that I set up during installation, and should have full permissions. -- [Hardy] webcam stopped working after last kernel up

Re: [Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-16 Thread Andres Mujica
Check that the user is part of video group, if not add it to that group (it should be by default, if not maybe is another bug..) -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you are a member of Ubunt

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-16 Thread Michael Doube
A similar permissions error happens with xawtv: intrepidu...@doris:~$ xawtv This is xawtv-3.95.dfsg.1, running on Linux/x86_64 (2.6.27-10-generic) xinerama 0: 1280x800+0+0 /dev/video0 [v4l2]: no overlay support v4l-conf had some trouble, trying to continue anyway v4l2: open /dev/video0: Permission

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-16 Thread Michael Doube
r5u870 revision 109 compiles on 2.6.27-10 (Intrepid) but to get the camera to initialise you have to run programs with root privileges, e.g: ]$ sudo gst-launch-0.10 v4l2src ! ffmpegcolorspace ! ximagesink Running as an ordinary user gives this error: Setting pipeline to PAUSED ... ERROR: Pipelin

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-15 Thread Bug Watch Updater
** Changed in: r5u87x Status: Incomplete => Fix Released -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-14 Thread Andres Mujica
Hi all, we need some testers for the latest svn from http://svn.mediati.org/svn/r5u870/trunk/ as the revision 109 solves the issues presented with the compilation under 2.6.27 kernel. Please post your results here. Thanks ** Changed in: linux (Ubuntu) Status: In Progress => Incomplete --

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-14 Thread Bug Watch Updater
** Changed in: r5u87x Status: Unknown => Incomplete -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-14 Thread Andres Mujica
** Bug watch added: bugs.mediati.org/r5u870/ #32 http://bugs.mediati.org/r5u870/issue32 ** Also affects: r5u87x via http://bugs.mediati.org/r5u870/issue32 Importance: Unknown Status: Unknown -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bug

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-06 Thread Andres Mujica
HAL is not really involved here (it seems is up to the driver to use HAL and the program to query HAL) ** Changed in: hal Status: New => Invalid -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-06 Thread Andres Mujica
Also, if the PPA is not working probably you should follow this instructions https://bugs.edge.launchpad.net/ubuntu/+bug/120434/comments/31 as this module have changed and there's no official package yet (until the bug #120434) is solved. sorry. -- [Hardy] webcam stopped working after last k

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-12-06 Thread Andres Mujica
Hi, anyone of the reports could confirm if this is still an issue with intrepid fully updated?? There's a PPA maintened by TJ with a r5u87x DKMS module, probably you should give it a try. BUT please take into account that this should be done at your own risk, so please be sure of what you're do

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-11-16 Thread Cédric Vivier
I've tried r5u87x on a Vaio SZ75, it loads and correctly detects and shows the camera in both lsusb and cheese BUT... the output is completely garbled (where there was no problem with the r5u870 module). Does other Vaio owner have the same issue with r5870x? -- [Hardy] webcam stopped work

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-11-16 Thread Andres Mujica
this is the package in question. ** Attachment added: "r5u87x-f65c81a1980c.tar.bz2" http://launchpadlibrarian.net/19706054/r5u87x-f65c81a1980c.tar.bz2 -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because y

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-11-16 Thread Andres Mujica
Hi, it seems that the r5u870 module works up to 2.6.24 So there's an alternate procedure to make it work, it consists on loading the firmware and using it with the uvcvideo driver. http://www.bitbucket.org/ahixon/r5u87x/ Follow this post: http://ubuntu- virginia.ubuntuforums.org/showpost.php?p=

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-11-13 Thread mn.matrix
I have same issue with Intrepid on VAIO-FZ160E laptop. I have dual boot with Vista and Intrepid. Right after fresh install, my camera work fine. But after a few reboots, once in a while embedded (motion eye) camera stopped working at Cheese or Skype. It gave "No Camera found" and /dev/video0 is mi

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-09-22 Thread Michael Doube
Clusty Try filing a bug on the r5u870 bug report page http://bugs.mediati.org/r5u870/ -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-09-22 Thread Clusty
Hey, I still can't compile the driver (latest SVN) with ibex: 2.6.27: --- make -C /lib/modules/2.6.27-4-generic/build M=/home/clusty/r5u870 V=0 modules make[1]: Entering directory `/usr/src/linux-headers-2.6.27-4-generic' CC [M] /home/clusty/r5u870/usbcam/usbcam_fops.o /

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-09-22 Thread Michael Doube
According to the gnome bugzilla report, this is a bug in the r5u870 driver not making the webcam known to HAL in the correct manner. You can update your HAL info manually though, by following the instructions here: http://bugzilla.gnome.org/show_bug.cgi?id=531835#c16 -- [Hardy] webcam stopped w

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-09-22 Thread Bug Watch Updater
** Changed in: linux Status: Unknown => Incomplete -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-09-22 Thread Michael Doube
** Changed in: linux (Ubuntu) Status: Invalid => In Progress ** Bug watch added: bugs.mediati.org/r5u870/ #17 http://bugs.mediati.org/r5u870/issue17 ** Also affects: linux via http://bugs.mediati.org/r5u870/issue17 Importance: Unknown Status: Unknown -- [Hardy] webcam sto

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-09-20 Thread Bug Watch Updater
** Changed in: cheese Status: Unknown => Invalid -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-09-20 Thread Michael Doube
** Changed in: cheese Bugwatch: GNOME Bug Tracker #552998 => GNOME Bug Tracker #531835 -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-09-20 Thread Michael Doube
** Changed in: cheese Importance: Undecided => Unknown Bugwatch: None => GNOME Bug Tracker #552998 Status: New => Unknown -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/bugs/219252 You received this bug notification because you are a member of

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-09-20 Thread Michael Doube
Hardy seems to be pretty stable now: Skype and ]$ gst-launch-0.10 v4l2src ! ffmpegcolorspace ! ximagesink give me correct images, but cheese still just shows a test pattern. Will remove linux from this bug report and direct it at cheese instead. ** Also affects: cheese Importance: Undecided

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-08-28 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the upcoming Intrepid Ibex 8.10 release. As a result, the kernel team would appreciate it if you could please test this newer 2.6.27 Ubuntu kernel. There are one of two ways you should be able to test: 1) If you are comfortable

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-08-27 Thread Michael Doube
Leann Both Skype and ]$ gst-launch-0.10 v4l2src ! ffmpegcolorspace ! ximagesink Are working, while cheese just gives a test pattern (in Hardy 8.04.1). Will have a go with Intrepid Alpha and see what happens. -- [Hardy] webcam stopped working after last kernel update https://bugs.launchpad.net/b

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-08-26 Thread Leann Ogasawara
There hasn't been any recent activity in this bug report and we were wondering if this is still an issue? The Ubuntu kernel team is actively working on the upcoming Intrepid Ibex 8.10 release. If you could please test the latest Alpha release for Intrepid it would be much appreciated - http://www

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-06-23 Thread Michael Doube
Soulsurfa: check that your /etc/X11/xorg.conf uses EXA rather than XAA. Option "AccelMethod" "EXA" I've had a strange experience with the webcam: sometimes the image works fine, other times it doesn't (see attached) when running ]$ gst-launch-0.10 v4l2src ! ffmpegcolorspace ! ximagesink

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-06-23 Thread soulsurfa
i have exactly the same bug on my Sony TZ27GN. my webcam is the same 05ca:183a. I have been having the issue of it only being detected if i reboot from xp. which obviously i don't want to have to do. i run linux for a reason. but I had no issues before hardy went full release. I'm sure it was w

[Bug 219252] Re: [Hardy] webcam stopped working after last kernel update

2008-05-13 Thread Michael Doube
Interestingly, when I boot into WinXP then restart (not shut down) back to Ubuntu, I get webcam function back. ** Description changed: I have a Vaio SZ650 with VGP-VCC7 webcam, supported by the R5u870 driver (http://wiki.mediati.org/Installation). Everything worked fine during Hardy Alpha