Re: [Bug 190450] Re: Can't compile ov511-source on hardy
On Wed, 2008-06-11 at 18:49 +, Alberto Aresca wrote: > So I can download te package from Intrepid Ibex repository and install > it on hardy or I still need to wait? Hi, I believe a fixed package has just been uploaded to hardy-proposed, so if you have -proposed enabled then you should have the update shortly. If you only have -updates enabled then it will take a little longer. If you do test the package in -proposed then please report your experiences with it here to help with the fix verification tracking. Thanks, James -- Can't compile ov51x-jpeg on hardy https://bugs.launchpad.net/bugs/190450 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 190450] Re: Can't compile ov511-source on hardy
So I can download te package from Intrepid Ibex repository and install it on hardy or I still need to wait? On Wed, Jun 11, 2008 at 4:42 PM, James Westby <[EMAIL PROTECTED]> wrote: > The new upstream version in Intrepid fixes this bug. > > Thanks, > > James > > > ** Changed in: ov51x-jpeg (Ubuntu) > Status: Confirmed => Fix Released > > ** Changed in: ov51x-jpeg (Ubuntu Hardy) > Importance: Undecided => High > > -- > Can't compile ov51x-jpeg on hardy > https://bugs.launchpad.net/bugs/190450 > You received this bug notification because you are a direct subscriber > of the bug. > -- Alberto Aresca -- Can't compile ov51x-jpeg on hardy https://bugs.launchpad.net/bugs/190450 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 190450] Re: Can't compile ov511-source on hardy
you need to use the forceblock=1 option type the following in a terminal sudo rmmod ov51x-jpeg sudo modprobe ov51x-jpeg forceblock=1 then start skype to enable it permanently add the line options ov51x-jpeg forceblock=1 to the file /etc/modprobe.d/options > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Date: Sat, 26 Apr 2008 06:15:15 + > Subject: Re: [Bug 190450] Re: Can't compile ov511-source on hardy > > On Fri, 2008-04-25 at 08:46 +, canucked wrote: > > Hi, > > > > I'm running a clean install of Hardy and I have a Creative Vista Webcam > > VF0330 which is supposed to work with ov51x-jpeg. I had the same > > reported error with the ov51x-jpeg (1.54-1) package in the Universe > > repository. > > > > I tried the package listed above and the webcam works, but not in Skype. > > I then uninstalled it and tried the latest 1.57 source. Again, the > > webcam works except in Skype. > > > > I just wanted to confirm the problem Alberto is having. Does anyone > > know a workaround? > > > > Thanks! > > > > Hi, > > the VF0330 camera works fine (I added the initial support for it). > The initial patch I submitted to launchpad allows the camera to work > with skype through a workaround. The workaround hasn't made it to the > Ubuntu package though as it is, well, a hack (see previous posts to know > more). > So, to summarise, you can simply apply the patch I initially sent on top > of the new ov51x-jpeg source until skype gets fixed. > > Hope this helps, > > JB > > -- > Can't compile ov511-source on hardy > https://bugs.launchpad.net/bugs/190450 > You received this bug notification because you are a direct subscriber > of a duplicate bug. > > Status in Source Package "ov511" in Ubuntu: New > Status in Source Package "ov51x-jpeg" in Ubuntu: Confirmed > Status in ov511 in Ubuntu Hardy: New > Status in ov51x-jpeg in Ubuntu Hardy: Confirmed > > Bug description: > Binary package hint: ov511-source > > Hi > I can't compile ov511 for skype usage. > I tried with the instructions from http://gingedas.net/?q=node/170 but it > failes with a weird error. > I tried the ov511-source and it failed as well. with the same error > make[1]: Entering directory `/usr/src/linux-headers-2.6.24-7-generic' > CC [M] /home/amitai/Desktop/ov511-2.32/ov511_core.o > /home/amitai/Desktop/ov511-2.32/ov511_core.c:1716: error: unknown field > ‘algo_control’ specified in initializer > /home/amitai/Desktop/ov511-2.32/ov511_core.c:1716: warning: initialization > from incompatible pointer type > /home/amitai/Desktop/ov511-2.32/ov511_core.c:1726: error: unknown field > ‘algo_control’ specified in initializer > /home/amitai/Desktop/ov511-2.32/ov511_core.c:1726: warning: initialization > from incompatible pointer type > /home/amitai/Desktop/ov511-2.32/ov511_core.c: In function ‘ov51x_init_isoc’: > /home/amitai/Desktop/ov511-2.32/ov511_core.c:3581: warning: assignment from > incompatible pointer type > /home/amitai/Desktop/ov511-2.32/ov511_core.c: At top level: > /home/amitai/Desktop/ov511-2.32/ov511_core.c:5011: error: unknown field > ‘hardware’ specified in initializer > /home/amitai/Desktop/ov511-2.32/ov511_core.c:5011: error: > ‘VID_HARDWARE_OV511’ undeclared here (not in a function) > Thanks for the help > Amitai _ You dream job is up for grabs. Grab it. http://mycareer.com.au/?s_cid=596065 ** Attachment added: "unnamed" http://launchpadlibrarian.net/13955965/unnamed -- Can't compile ov511-source on hardy https://bugs.launchpad.net/bugs/190450 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 190450] Re: Can't compile ov511-source on hardy
On Fri, 2008-04-25 at 08:46 +, canucked wrote: > Hi, > > I'm running a clean install of Hardy and I have a Creative Vista Webcam > VF0330 which is supposed to work with ov51x-jpeg. I had the same > reported error with the ov51x-jpeg (1.54-1) package in the Universe > repository. > > I tried the package listed above and the webcam works, but not in Skype. > I then uninstalled it and tried the latest 1.57 source. Again, the > webcam works except in Skype. > > I just wanted to confirm the problem Alberto is having. Does anyone > know a workaround? > > Thanks! > Hi, the VF0330 camera works fine (I added the initial support for it). The initial patch I submitted to launchpad allows the camera to work with skype through a workaround. The workaround hasn't made it to the Ubuntu package though as it is, well, a hack (see previous posts to know more). So, to summarise, you can simply apply the patch I initially sent on top of the new ov51x-jpeg source until skype gets fixed. Hope this helps, JB -- Can't compile ov511-source on hardy https://bugs.launchpad.net/bugs/190450 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 190450] Re: Can't compile ov511-source on hardy
On Thu, 2008-04-17 at 13:01 +, James Westby wrote: > Hi Jean-Baptiste, > > Have you had a chance to test the package? > > Thanks, > > James > Yep, works fine for me! Cheers, JB -- Can't compile ov511-source on hardy https://bugs.launchpad.net/bugs/190450 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 190450] Re: Can't compile ov511-source on hardy
On Thu, 2008-04-17 at 10:04 +, James Westby wrote: > Jean-Baptiste, I dropped the Creative part of the patch, as it didn't look > like something we wanted to push in to Hardy at this stage, and even > though it is included upstream it is labelled as hack by everyone, and it's > not clear to me whether they intend to continue supporting it or not. > Hi James, I take it you mean the skype bit (the forceblock option)? That's fine by me, this is a workaround until skype uses the proper APIs (as far as I understood, I don't have much info, nor am I interested in knowing!) and this will (should?) eventually be removed from ov51x-jpeg. Thanks for acting so swiftly! JB -- Can't compile ov511-source on hardy https://bugs.launchpad.net/bugs/190450 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