[Bug 909352] Re: Webcam capture is upside-down

2012-02-14 Thread Gregor Jasny
Please try the following:
apt-add-repository ppa:libv4l/stable
apt-get update
apt-get upgrade 


If you type dpkg -l libv4l-0 you should see a 0.8.6~something version 
printed. If you run cheese, your webcam image should be in the right 
orientation now.

Now install the 32bit version of libv4l:

apt-get install libv4l-0:i386

Now you should be able to preload the installed library:
LD_PRELOAD=/usr/lib/i386-linux-gnu/v4l1compat.so /opt/google/talkplugin/

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

Title:
  Webcam capture is upside-down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/909352/+subscriptions

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


[Bug 909352] Re: Webcam capture is upside-down

2012-02-14 Thread Gregor Jasny
I just realized that you're on Natty. The above PPA and instructions
work only on Oneiric and Precise.

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

Title:
  Webcam capture is upside-down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/909352/+subscriptions

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


[Bug 826265] Re: flipped webcam image with libv4l on ASUS U31F

2011-10-09 Thread Gregor Jasny
Hello,

the .so files move was necessary to make add multiarch support to the package:
v4l-utils (0.8.5-1) unstable; urgency=low

  Beginning with this release libv4l-0 will support multiarch on Debian.
  As a result of the new triplet library directory you need to update
  any preload paths. For example on an amd64 system the following line
  
  LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so

  must be changed into

  LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so


  Additionally libv4l-dev packages will drop the static libraries in a
  future upload. If you have a good use case for static libraries where
  the shared ones are not sufficient, please file a wishlist bug report.

 -- Gregor Jasny gja...@googlemail.com  Sat, 09 Jul 2011 19:12:38 +0200
  

** Changed in: v4l-utils (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: v4l-utils (Ubuntu)
 Assignee: (unassigned) = Gregor Jasny (gjasny)

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

Title:
  flipped webcam image with libv4l on ASUS U31F

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/826265/+subscriptions

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


[Bug 826265] Re: flipped webcam image with libv4l on ASUS U31F

2011-10-09 Thread Gregor Jasny
Hello,

I'd like to assist with your issues. The ASUS U31F was added recently to
the 'unmirror' table of libv4l.

Unfortunately this version is not part of 11.04. You can either get a nightly 
snapshot package from this PPA:
https://launchpad.net/~libv4l/+archive/development
(experimental code).

Or you can keep your outdated package and set an environment variable as 
described here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639231

Please add a comment here if you have problems with one of these steps.

Thanks,
Gregor




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

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

Title:
  flipped webcam image with libv4l on ASUS U31F

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/826265/+subscriptions

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


[Bug 950891] Re: Regression: libv4l0 workaround broken when trying to fix upside down camera in Skype [0c45:6288]

2012-03-11 Thread Gregor Jasny
Ubuntu 12.04 uses multiarch instead of the ia32-libs and lib32xxx
packages. Please install libv4l-0:i386 (via apt-get) and change the
preload line to:

LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so

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

Title:
  Regression: libv4l0 workaround broken when trying to fix upside down
  camera in Skype [0c45:6288]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/950891/+subscriptions

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


[Bug 909352] Re: Webcam capture is upside-down

2012-03-11 Thread Gregor Jasny
I've added natty to the stable PPA:
https://launchpad.net/~libv4l/+archive/stable

Please install lib32v4l-0 and use /usr/lib32/libv4l/v4l1compat.so for
the preload.

If that does not help, please reply here.

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

Title:
  Webcam capture is upside-down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/909352/+subscriptions

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


[Bug 833221] Re: Webcam not working after 11.10 upgrade

2012-03-11 Thread Gregor Jasny
Does qv4l2 work? Adre there any errors logged by the kernel (type dmesg
in terminal)

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

Title:
  Webcam not working after 11.10 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/833221/+subscriptions

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


[Bug 936581] Re: ir-keytable fails to load keymap if second line is a comment

2012-03-11 Thread Gregor Jasny
Hello,

the commit message in http://git.linuxtv.org/v4l-
utils.git/commitdiff/a3b4e693fe28b3ac6aa1ec892661a61779a76ffe seems to
describe your problems.

Please try the latest version (0.8.6) of ir-keytable from the libv4l
PPA:

https://code.launchpad.net/~libv4l/+recipe/v4l-utils-stable-0.8

apt-add-repository ppa:libv4l/stable
apt-get update
apt-get upgrade

Does this fix your problems?

Thanks,
Gregor

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

Title:
  ir-keytable fails to load keymap if second line is a comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/936581/+subscriptions

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


Re: [Bug 950891] Re: Regression: libv4l0 workaround broken when trying to fix upside down camera in Skype [0c45:6288]

2012-03-20 Thread Gregor Jasny
On 3/20/12 4:03 PM, Fabián Rodríguez wrote:
 $ LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype
 ERROR: ld.so: object '/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so' from 
 LD_PRELOAD cannot be preloaded: ignored.

Could you please check that $(which skype) is a binary and not a shell 
script. If it's a shell script please change the preload path there.

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

Title:
  Regression: libv4l0 workaround broken when trying to fix upside down
  camera in Skype [0c45:6288]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/950891/+subscriptions

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

[Bug 950891] Re: Regression: libv4l0 workaround broken when trying to fix upside down camera in Skype [0c45:6288]

2012-03-17 Thread Gregor Jasny
Sorry for the delayed response. I expected to be notified by email on
responses.

If all other programs besides Skype work, please remove any libv4l PPAs,
revert to the official Ubuntu packages and try to figure out the correct
path for the preload line:

dpkg -L libv4l-0:i386 | grep v4l1compat.so

You could also send me an email to accelerate this bug hunting.

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

Title:
  Regression: libv4l0 workaround broken when trying to fix upside down
  camera in Skype [0c45:6288]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/950891/+subscriptions

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


[Bug 871427] Re: 1164:7efd YUANRD STK7700D DVB TV card

2012-01-20 Thread Gregor Jasny
As far as I understand the bug is about being able to watch TV via this
DVB card. Why do you think the bug affects libv4l?

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

Title:
  1164:7efd YUANRD STK7700D DVB TV card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libv4l/+bug/871427/+subscriptions

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


Re: [Bug 871427] Re: 1164:7efd YUANRD STK7700D DVB TV card

2012-01-20 Thread Gregor Jasny
The kernel package would be the one that provides the drivers. You may ask
on linux-media about the support status of your device.
http://vger.kernel.org/vger-lists.html#linux-media

If it is supported upstream, Ubuntu might be able to backport a fix.
On Jan 20, 2012 5:37 PM, ironfisher dgva...@gmail.com wrote:

 I thought that libv4l was working on supporting DVB cards. Sorry if it
 is not the case... Which is the correct project for this?

 --
 You received this bug notification because you are a member of libv4l,
 which is subscribed to the bug report.
 https://bugs.launchpad.net/bugs/871427

 Title:
  1164:7efd YUANRD STK7700D DVB TV card

 Status in “libv4l” package in Ubuntu:
  New
 Status in “linux” package in Ubuntu:
  Confirmed
 Status in “linuxtv-dvb” package in Ubuntu:
  New

 Bug description:
  Hi,

  would it be possible to get support for YUAN idProduct 0x7efd DVB TV
  card in the new kernel ? idProduct seems missing in dvb-usb-ids.h

  Bus 001 Device 004: ID 1164:7efd YUAN High-Tech Development Co., Ltd
  Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB   2.00
bDeviceClass0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize064
idVendor   0x1164 YUAN High-Tech Development Co., Ltd
idProduct  0x7efd
bcdDevice1.00
iManufacturer   1 YUANRD
iProduct2 STK7700D
iSerial 3 01
bNumConfigurations  1

  BR
  Ron
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ron2291 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7b0 irq 52'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:10ec0269,1179fc36,00100100
 HDA:80862805,1179ff00,0010'
 Controls  : 15
 Simple ctrls  : 8
  DistroRelease: Ubuntu 11.04
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64
 (20110427.1)
  MachineType: TOSHIBA SATELLITE P755
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-11-generic
 root=UUID=3eb7d34a-8dba-45af-a1bf-e52653cae791 ro rootflags=subvol=@
 vga=791 noplymouth
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  RelatedPackageVersions:
   linux-restricted-modules-2.6.38-11-generic N/A
   linux-backports-modules-2.6.38-11-generic  N/A
   linux-firmware 1.52
  Tags:  natty
  Uname: Linux 2.6.38-11-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin bluetooth cdrom dialout disk lpadmin mail netdev
 plugdev sambashare users vboxusers video
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 2.10
  dmi.board.asset.tag: NULL
  dmi.board.name: PEQAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias:
 dmi:bvnTOSHIBA:bvr2.10:bd07/13/2011:svnTOSHIBA:pnSATELLITEP755:pvrPSAY3E-04C00KGR:rvnTOSHIBA:rnPEQAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: SATELLITE P755
  dmi.product.version: PSAY3E-04C00KGR
  dmi.sys.vendor: TOSHIBA

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/libv4l/+bug/871427/+subscriptions


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

Title:
  1164:7efd YUANRD STK7700D DVB TV card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libv4l/+bug/871427/+subscriptions

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

[Bug 561942] Re: bump to libcares-1.7.4

2012-01-03 Thread Gregor Jasny
** Changed in: c-ares (Ubuntu)
   Status: New = Fix Released

** Changed in: c-ares (Debian)
 Assignee: (unassigned) = Gregor Jasny (gjasny)

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

Title:
  bump to libcares-1.7.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/c-ares/+bug/561942/+subscriptions

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


[Bug 561942] Re: bump to libcares-1.7.4

2011-10-28 Thread Gregor Jasny
Hello,

the following versions are provided in the archive:

Precise (1.7.5-1): main/libs 
Oneiric (1.7.4-1): main/libs

Can I close this bug?

Thanks,
Gregor

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

Title:
  bump to libcares-1.7.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/c-ares/+bug/561942/+subscriptions

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


[Bug 826265] Re: flipped webcam image with libv4l on ASUS U31F

2011-10-28 Thread Gregor Jasny
@panticz.de: Why do you create symlinks? Changing the preload line to
LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so should have done
the trick.

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

Title:
  flipped webcam image with libv4l on ASUS U31F

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/826265/+subscriptions

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


[Bug 875379] Re: Cheese not working properly for external webcam

2011-10-28 Thread Gregor Jasny
Hello,

Please help to narrow down the problem.

what do you mean with does not work? Is the camera detected at all, can
it be started? Is the camera led changing? Is any camera content visible
in cheese?

Is the device available, e.g. ls -l /dev/video* shows something?

What is the output of v4l-info (located in package v4l-conf)?

Does it work if you unplug / replug it?

Do you see any errors logged in the 'dmesg' output?

If you start cheese in the terminal, are there any errors logged?

Thanks,
Gregor

** Changed in: v4l-utils (Ubuntu)
   Status: New = Incomplete

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

Title:
  Cheese not working properly for external webcam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/875379/+subscriptions

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


[Bug 879426] Re: Lib path changed

2011-10-28 Thread Gregor Jasny
This is a bad idea because it will break multiarch support.

If you install the the i386 package in parallel to the amd64 package to
get the proper library to preload for Skype you would overwrite the
symlink.

** Changed in: v4l-utils (Ubuntu)
   Status: New = Invalid

** Changed in: v4l-utils (Ubuntu)
   Status: Invalid = Incomplete

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

Title:
  libv4l preload library path changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/879426/+subscriptions

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


[Bug 879426] Re: Lib path changed

2011-10-28 Thread Gregor Jasny
What applications look under the old position?

** Summary changed:

- Lib path changed
+ libv4l preload library path changed

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

Title:
  libv4l preload library path changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/879426/+subscriptions

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


[Bug 875379] Re: Cheese not working properly for external webcam

2011-10-30 Thread Gregor Jasny
Thanks for the application output. At the moment it looks like a kernel
or driver problem. Libv4l could not start streaming.

Please run some additional commands:

1: Kernel messages : They should indicate if there is a driver or USB
problem. First run your failing camera program. Then, please open a
terminal and type 'dmesg  dmesg.txt. Please attach the generated text
file.

2: Run v4l-info /dev/video1 (assuming video1 is the external device).
You find this program in the package v4l-conf.

3. Run qv4l2 (package qv4l2). Are you able to get a proper stream with
this program?

If your camera uses the UVC driver (you can check the v4l-info output)
you could also try luvcview.

Thanks,
Gregor

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

Title:
  Cheese not working properly for external webcam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/875379/+subscriptions

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


[Bug 875379] Re: Submit Request Failure

2011-10-30 Thread Gregor Jasny
Hello,

On 10/30/11 8:24 PM, dunbrokin wrote:
 [35549.988027] [Hardware Error]: Machine check events logged
 [38491.477532] CPU1: Core temperature above threshold, cpu clock
 throttled (total events = 11854)
 [38491.478019] CPU1: Core temperature/speed normal
 [38699.988034] [Hardware Error]: Machine check events logged
 [40498.043807] CPU1: Core temperature above threshold, cpu clock
 throttled (total events = 12016)
 [40498.044302] CPU1: Core temperature/speed normal
 [40500.20] [Hardware Error]: Machine check events logged

These lines state that your CPU is nearly melting. Sometimes this is 
caused by too much dust inside the laptop. Sometimes by a broken fan.

 [40810.824089] usb 2-4: USB disconnect, device number 7
 [40811.116076] usb 2-4: new high speed USB device number 8 using ehci_hcd
 [40811.961614] uvcvideo: Found UVC 1.00 device unnamed (046d:0821)
 [40811.974967] input: UVC Camera (046d:0821) as
 /devices/pci:00/:00:1d.7/usb2/2-4/2-4:1.2/input/input21
 [41213.455201] usb 2-4: USB disconnect, device number 8
 [41213.468162] uvcvideo: Failed to resubmit video URB (-19).
  ...
 [42651.110603] input: UVC Camera (046d:0821) as 
 /devices/pci:00/:00:1d.7/usb2/2-4/2-4:1.2/input/input23


I assume you did not remove the camera 23 times, right? Either the 
camera or your laptop is broken. You should try the camera on another 
machine.

For me it looks like libv4l is innocent and this is a hardware or kernel 
problem.

Thanks,
Gregor

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

Title:
  Cheese not working properly for external webcam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/875379/+subscriptions

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


[Bug 838739] Re: Wrong colors and lines with resolutions above 640x480

2011-11-14 Thread Gregor Jasny
I'm about uploading libv4l-0.8.5-6 to Debian. If should fix the libjpeg
8c incompatibility.

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

Title:
  Wrong colors and lines with resolutions above 640x480

To manage notifications about this bug go to:
https://bugs.launchpad.net/cheese/+bug/838739/+subscriptions

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


[Bug 875379] Re: Cheese not working properly for external webcam

2011-11-15 Thread Gregor Jasny
** Changed in: v4l-utils (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Cheese not working properly for external webcam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/875379/+subscriptions

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


[Bug 826265] Re: flipped webcam image with libv4l on ASUS U31F

2011-11-15 Thread Gregor Jasny
** Changed in: v4l-utils (Ubuntu)
   Status: In Progress = New

** Changed in: v4l-utils (Ubuntu)
   Status: New = Confirmed

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

Title:
  flipped webcam image with libv4l on ASUS U31F

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/826265/+subscriptions

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


[Bug 808064] [NEW] Please provide ia32-libs-dev dependency

2011-07-09 Thread Gregor Jasny
Public bug reported:

Hi,

I know the days of ia32-libs are counted but until it is removed from
the archive and multiarch tooks over my package v4l-utils needs the
libjpeg headers and so files to build.

In Debian I simply depend on ia32-libs-dev, but there is no such package
in Ubuntu. That's why compilation of recent v4l-utils versions fail on
amd64. Could you please provide ia32-libs-dev within ia32-libs?

Thanks,
Gregor

** Affects: ia32-libs (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Hi,
  
  I know the days of ia32-libs are counted but until it is removed from
  the archive and multiarch tooks over my package v4l-utils needs the
- libjpeg headers and so files.
+ libjpeg headers and so files to build.
  
  In Debian I simply depend on ia32-libs-dev, but there is no such package
  in Ubuntu. That's why compilation of recent v4l-utils versions fail on
  amd64. Could you please provide ia32-libs-dev within ia32-libs?
  
  Thanks,
  Gregor

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

Title:
  Please provide ia32-libs-dev dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/808064/+subscriptions

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


[Bug 432477] Re: Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open

2010-10-24 Thread Gregor Jasny
** Also affects: valgrind (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open
+ Valgrind reports false positives for V4L ioctls

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

-- 
Valgrind reports false positives for V4L ioctls
https://bugs.launchpad.net/bugs/432477
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 321963] Re: GIGABYTE PTV-TAF-RH no sound for analog TV

2010-10-24 Thread Gregor Jasny
Hello,

Your problem seems to be unrelated with lib4lv. It is either a kernel bug, an 
application bug or a configuration issue.
I'd like to help, but I don't own this TV card hardware.

Please ask on the LinuxTV mailing lists for help:
http://linuxtv.org/lists.php

Thanks,
Gregor

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

-- 
GIGABYTE PTV-TAF-RH no sound for analog TV
https://bugs.launchpad.net/bugs/321963
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 582735] Re: Mustek gSmart Mini not working out of box on Lucid

2010-10-24 Thread Gregor Jasny
Hello,

according to the gspca spca500 usb id table, this webcam should be
supported. In your case a kernel driver problem seems to occur because
no dev entry is created.

Can you please post your /var/log/syslog or dmesg output when you plug
in your webcam?

Thanks,
Gregor

** Changed in: libv4l (Ubuntu)
 Assignee: (unassigned) = Gregor Jasny (gjasny)

** Changed in: libv4l (Ubuntu)
   Status: New = In Progress

-- 
Mustek gSmart Mini not working out of box on Lucid
https://bugs.launchpad.net/bugs/582735
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 503178] Re: libv4l fails to build on armel/lucid

2010-04-05 Thread Gregor Jasny
Hi,

Is this a toolchain issue? The same version was build in Debian without
problems and even the latest snapshot in experimental compiled on armel:

http://packages.debian.org/experimental/libv4l-0

Cheers,
Gregor

-- 
libv4l fails to build on armel/lucid
https://bugs.launchpad.net/bugs/503178
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 432477] Re: Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open

2010-04-05 Thread Gregor Jasny
Hi,

this is no bug in libv4l but a shortcoming in valgrind.

IOCTL doc:
To query the current parameters applications set the type field of a struct 
v4l2_format to the respective buffer (stream) type.

CODE:
struct v4l2_format fmt;
...
fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
if (SYS_IOCTL(fd, VIDIOC_G_FMT, fmt)) {

So it is completely legal to just initialize the 'type' field.

I suggest to either close this bug or reassign to valgrind.

Thanks,
Gregor

-- 
Syscall param ioctl(generic) points to uninitialised byte(s) in v4l2_fd_open
https://bugs.launchpad.net/bugs/432477
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 458832] Re: tvtime can't change channels after upgrade to karmic (9.10) when using saa7134-based tv card

2010-04-05 Thread Gregor Jasny
I don't see how libv4l can be involved in this error pattern. It does
not change the frequency handling at all.

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

-- 
tvtime can't change channels after upgrade to karmic (9.10) when using 
saa7134-based tv card
https://bugs.launchpad.net/bugs/458832
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 224559] Re: Image on webcam is upside-down

2010-04-05 Thread Gregor Jasny
I'd suggest to just use the newest version. You can either compile it
yourself or use the Debian package:

sudo -i
wget 
http://ftp.us.debian.org/debian/pool/main/libv/libv4l/libv4l-0_0.6.4-1_i386.deb
dpkg -i libv4l-0_0.6.4-1_i386.deb

If you need another architecture, check:
http://packages.debian.org/unstable/libv4l-0

The symbols in libv4l-0 are versioned, so this newer version should just
work.

-- 
Image on webcam is upside-down
https://bugs.launchpad.net/bugs/224559
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 224559] Re: Image on webcam is upside-down

2010-04-05 Thread Gregor Jasny
@Frej: According to packages.ubuntu.com Lucid contains already libv4l
0.6.4.

can you please post the output of the following commands?
dpkg -l libv4l-0
cat /sys/class/dmi/id/board_vendor
cat /sys/class/dmi/id/board_name
lsusb -v

Thanks,
Gregor

-- 
Image on webcam is upside-down
https://bugs.launchpad.net/bugs/224559
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 503178] Re: libv4l fails to build on armel/lucid

2010-04-05 Thread Gregor Jasny
*** This bug is a duplicate of bug 522717 ***
https://bugs.launchpad.net/bugs/522717

** This bug has been marked a duplicate of bug 522717
   libv4l code compiles to invalid asm: jidctflt.s:74: Error: branch out of 
range

-- 
libv4l fails to build on armel/lucid
https://bugs.launchpad.net/bugs/503178
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 1066939] [NEW] Cannot find postgres package

2012-10-15 Thread Gregor Jasny
Public bug reported:

Hello,

cmake cannot find the current postgres headers. See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665721

Could you please sync with Debian or apply the patch that is attached to
the Debian bug report?

Thanks,
Gregor

** Affects: cmake (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Cannot find postgres package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1066939/+subscriptions

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


[Bug 1054122] Re: ir-keytable for imon_pad missing some scancodes

2012-10-24 Thread Gregor Jasny
Until I manage to prepare updated packages (hopefully this weekend)
please use the v4-utils stable PPA:

apt-add-repository ppa:libv4l/stable
apt-get update
apt-get upgrade

Thanks,
Gregor

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

Title:
  ir-keytable for imon_pad missing some scancodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1054122/+subscriptions

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


[Bug 1054122] Re: ir-keytable for imon_pad missing some scancodes

2012-11-03 Thread Gregor Jasny
I prepared an updated package:
http://alioth.debian.org/~gjasny-guest/ubuntu/quantal/v4l-utils_0.8.8-2ubuntu2.dsc

Contacting my sponsor now ...

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

Title:
  ir-keytable for imon_pad missing some scancodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1054122/+subscriptions

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


[Bug 1134565] Re: Green/garbled/black webcam [0x0ac8 0xc002] output for Sony VGN-FE21M laptop

2013-04-20 Thread Gregor Jasny
I posted to the linux-media list seeking further advise. This seems to
be a kernel / driver related problem. Nothing in the libv4l library
should cause these reported kernel messages.

** Package changed: v4l-utils (Ubuntu) = linux-meta (Ubuntu)

** Changed in: linux-meta (Ubuntu)
   Status: Incomplete = New

** Package changed: linux-meta (Ubuntu) = linux (Ubuntu)

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

Title:
  Green/garbled/black webcam [0x0ac8 0xc002] output for Sony VGN-FE21M
  laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1134565/+subscriptions

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


[Bug 909352] Re: Webcam capture is upside-down

2013-03-24 Thread Gregor Jasny
Is Natty still supported? If not I'd suggest closing this bug as
wontfix. A work around is available via the stable PPA. Later libv4l
versions have a much better support for ASUS Notebooks with upside down
cameras.

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

Title:
  Webcam capture is upside-down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/909352/+subscriptions

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


[Bug 1134565] Re: Green/garbled/black webcam [0x0ac8 0xc002] output for Sony VGN-FE21M laptop

2013-03-24 Thread Gregor Jasny
Could you please try qv4l2 and open the device in raw mode? If it is
still broken this is most likely a kernel issue.

Also the output of v4l-info would help here.

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

Title:
  Green/garbled/black webcam [0x0ac8 0xc002] output for Sony VGN-FE21M
  laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1134565/+subscriptions

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


[Bug 1134565] Re: Green/garbled/black webcam [0x0ac8 0xc002] output for Sony VGN-FE21M laptop

2013-03-24 Thread Gregor Jasny
Are there any errors in the kernel log? (run dmesg to find out)

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

Title:
  Green/garbled/black webcam [0x0ac8 0xc002] output for Sony VGN-FE21M
  laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1134565/+subscriptions

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


[Bug 999875] Re: My camera stopped showing video feed since about two weeks ago

2013-03-24 Thread Gregor Jasny
Which program do you use to view the camera stream?

Could you please try qv4l2 and open the device in raw mode? If it is
still broken this is most likely a kernel issue.

** Changed in: v4l-utils (Ubuntu)
   Status: New = Incomplete

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

Title:
  My camera stopped showing video feed since about two weeks ago

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/999875/+subscriptions

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


[Bug 999875] Re: My camera stopped showing video feed since about two weeks ago

2013-03-24 Thread Gregor Jasny
Are there any errors in the kernel log? (run dmesg to find out)

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

Title:
  My camera stopped showing video feed since about two weeks ago

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/999875/+subscriptions

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


[Bug 999875] Re: My camera stopped showing video feed since about two weeks ago

2013-03-25 Thread Gregor Jasny
** Package changed: v4l-utils (Ubuntu) = linux (Ubuntu)

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

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

Title:
  My camera stopped showing video feed since about two weeks ago

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/999875/+subscriptions

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


[Bug 826265] Re: flipped webcam image with libv4l on ASUS U31F

2012-05-24 Thread Gregor Jasny
The problem is Skype and Google Chrome are closed source. So you cannot
patch them to use libv4l directly. Preloading the library by changing
the .desktop files or replace the binary by a small wrapper script seems
to be the sanest approach.

I you want libv4l preloaded to ALL processes on your system you could
add it to /etc/ld.so.preload (see man ld.so). Maybe you can restrict it
to just i386 ones. But IMHO this solution is worse than the one above.

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

Title:
  flipped webcam image with libv4l on ASUS U31F

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/826265/+subscriptions

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


[Bug 871427] Re: 1164:7efd YUANRD STK7700D DVB TV card

2012-06-11 Thread Gregor Jasny
I forwarded this bug to the linux-media list

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

Title:
  1164:7efd YUANRD STK7700D DVB TV card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/871427/+subscriptions

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


[Bug 909352] Re: Webcam capture is upside-down

2012-06-11 Thread Gregor Jasny
In case you're stll on Natty, could you please test the libv4l stable
PPA?

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

Title:
  Webcam capture is upside-down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/909352/+subscriptions

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


[Bug 871427] Re: 1164:7efd YUANRD STK7700D DVB TV card

2012-06-11 Thread Gregor Jasny
Why the need for a new bug report?

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

Title:
  1164:7efd YUANRD STK7700D DVB TV card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/871427/+subscriptions

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


[Bug 1014810] Re: [12.04] Cannot upgrade system 64 bit - libv4l-0

2012-06-18 Thread Gregor Jasny
Hello,

according to 
http://packages.ubuntu.com/search?keywords=libv4l-0searchon=namessuite=allsection=all
libv4l-0 is available for i3896 and amd64 as version 0.8.6-1ubuntu2.

However the ubuntu2 version is only available through the precise-
updates repository.

Could you please check that you have precise-updates for i386 in your
apt sources list?

After you executed apt-get update what's the output of apt-cache
policy libv4l-0?

Thanks,
Gregor

** Changed in: v4l-utils (Ubuntu)
   Status: New = Incomplete

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

Title:
  [12.04] Cannot upgrade system 64 bit - libv4l-0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1014810/+subscriptions

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


[Bug 1014810] Re: [12.04] Cannot upgrade system 64 bit - libv4l-0

2012-06-19 Thread Gregor Jasny
I cannot see an error on the v4l-utils side. Maybe this is a multiarch
problem on the apt side?

** Changed in: v4l-utils (Ubuntu)
   Status: Incomplete = New

** Package changed: v4l-utils (Ubuntu) = apt (Ubuntu)

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

Title:
  [12.04] Cannot upgrade system 64 bit - libv4l-0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1014810/+subscriptions

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


[Bug 1260519] Re: broken dependency v4l-utils (libv4l-0)

2013-12-12 Thread Gregor Jasny
What's the output of
apt-cache policy libv4l-0
and
apt-cache policy v4l-utils
?

It looks like your v4l-utils candiate is from precise and libv4l-0 is from 
precise-updates:
http://packages.ubuntu.com/search?keywords=libv4l-0searchon=namessuite=allsection=all

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

Title:
  broken dependency v4l-utils (libv4l-0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1260519/+subscriptions

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


[Bug 1054122] Re: ir-keytable for imon_pad missing some scancodes

2012-10-07 Thread Gregor Jasny
I'll try to fix this issue with a new upstream version.

Does purging ir-keytable and a reboot help?

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

Title:
  ir-keytable for imon_pad missing some scancodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1054122/+subscriptions

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


[Bug 1054122] Re: ir-keytable for imon_pad missing some scancodes

2012-10-07 Thread Gregor Jasny
This is a bug in the keytable generation script. See
http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/55419

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

Title:
  ir-keytable for imon_pad missing some scancodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1054122/+subscriptions

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


Re: [Bug 826265] Re: flipped webcam image with libv4l on ASUS U31F

2012-05-09 Thread Gregor Jasny
What's the current output of dpkg -l libv4l* ?

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

Title:
  flipped webcam image with libv4l on ASUS U31F

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/826265/+subscriptions

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


[Bug 833221] Re: Webcam not working after 11.10 upgrade

2012-05-10 Thread Gregor Jasny
** Changed in: v4l-utils (Ubuntu)
   Status: New = Incomplete

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

Title:
  Webcam not working after 11.10 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/833221/+subscriptions

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


[Bug 826265] Re: flipped webcam image with libv4l on ASUS U31F

2012-05-10 Thread Gregor Jasny
Please remove the development PPA and revert the v4l packages to the
plain Ubuntu ones.

Then verify that 'cheese' works properly. If that's woking libv4l is flipping 
the image properly.
From that point Skype issues are easy to fix.

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

Title:
  flipped webcam image with libv4l on ASUS U31F

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/826265/+subscriptions

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


[Bug 826265] Re: flipped webcam image with libv4l on ASUS U31F

2012-05-10 Thread Gregor Jasny
Now try the following on the command line
LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype 

if that does not work paste the output of $(which skype)

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

Title:
  flipped webcam image with libv4l on ASUS U31F

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/826265/+subscriptions

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


[Bug 936581] Re: ir-keytable fails to load keymap if second line is a comment

2012-06-03 Thread Gregor Jasny
BEFORE:

gjasny@ubuntu:~$ dpkg -l ir-keytable
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  ir-keytable0.8.6-1ubuntu1 Alter keymaps of Remote Controller devices

gjasny@ubuntu:~$ sudo ir-keytable -c -p NEC -w kworld_pc160-2t 
Invalid parameter on line 1 of kworld_pc160-2t
Invalid parameter(s)
ir-keytable: -w: (PROGRAM ERROR) Option should have been recognized!?
Try `ir-keytable --help' or `ir-keytable --usage' for more information.

NOW:

gjasny@ubuntu:~$ dpkg -l ir-keytable
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  ir-keytable0.8.6-1ubuntu2 Alter keymaps of Remote Controller devices

gjasny@ubuntu:~$ sudo ir-keytable -c -p NEC -w kworld_pc160-2t 
Read kworld_pc160-2t table
Old keytable cleared
Wrote 1 keycode(s) to driver
Protocols changed to NEC

So from my POV the package should migrate from proposed to updates.

Quantal needs 0.8.8-1ubuntu1 to resolve this bug. I asked Martin to
import http://alioth.debian.org/~gjasny-guest/ubuntu/v4l-
utils_0.8.8-1ubuntu1.dsc to resolve the bug for Quantal.

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

Title:
  ir-keytable fails to load keymap if second line is a comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/936581/+subscriptions

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


Re: [Bug 936581] Re: ir-keytable fails to load keymap if second line is a comment

2012-06-06 Thread Gregor Jasny
Hello,

I just did a 0.8.8-2 Debian upload containing the aforementioned GCC-4.7
patch and some others. I re-generated the Ubuntu package against the
Debian one. It can be found here:

http://alioth.debian.org/~gjasny-guest/ubuntu/v4l-
utils_0.8.8-2ubuntu1.dsc

Thanks,
Gregor

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

Title:
  ir-keytable fails to load keymap if second line is a comment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/936581/+subscriptions

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


[Bug 1385152] Re: jpgl support in libv4lconvert is missing

2014-11-04 Thread Gregor Jasny
You're preloading the wrong library. The following two are made for preload:
/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so
/usr/lib/x86_64-linux-gnu/libv4l/v4l2convert.so

V4L1 applications need v4l1compat.so, newer and V4L2 compatible ones
need v4l2convert.so

** Changed in: v4l-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  jpgl support in libv4lconvert is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1385152/+subscriptions

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


Re: [Bug 1421847] Re: No webcam video input ubuntu 14.04 x86_64

2015-02-17 Thread Gregor Jasny
Hi,

does it also happen if you use qv4l2?
If yes, please open the device on raw mode (somewhere in the file menu). 
Does it happen now, too?

Thanks,
Gregor

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

Title:
  No webcam video input ubuntu 14.04 x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1421847/+subscriptions

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


Re: [Bug 1461668] [NEW] ir-keytable presses recognised but not working

2015-06-03 Thread Gregor Jasny
Hello,

Could you please share your mapping file?

What is the result if you swap the key code for up and back so that hitting
up would generate a backspace and vice versa?

Thanks,
Gregor

On Wed, Jun 3, 2015, 22:00 tiago 1461...@bugs.launchpad.net wrote:

 Public bug reported:

 I'm using ir-keytable to map button presses on a remote control to
 keyboard presses. I'm using an old Apple remote and after scanning for
 the keycodes I've produced a keymap file which is loaded by ir-keytable.
 However, I have only succeeded in getting the arrow keys and enter
 working (KEY_UP,  KEY_DOWN, KEY_LEFT, KEY_RIGHT, KEY_ENTER). All the
 other keypresses that I've tried are recognised by ir-keytable, but are
 not being passed to the system. For example, the KEY_BACKSPACE which I
 need. Running ir-keytable -t and pressing the relevant remote button I
 get:

 1433359068.641206: event type EV_KEY(0x01) key_down: KEY_BACKSPACE(0x0001)
 1433359068.641206: event type EV_SYN(0x00).
 1433359068.641230: event type EV_MSC(0x04): scancode = 0x77e1c03d
 1433359068.641230: event type EV_SYN(0x00).
 1433359068.641235: event type EV_MSC(0x04): scancode = 0x77e1c03d
 1433359068.641235: event type EV_SYN(0x00).

 But it never works as backspace. For example, if I open a text editor
 and use the arrow or enter keys, I can see the cursor moving around. But
 the backspace does not work. Also any other keymap that I've tried (e.g.
 numbers, letters) does not work.

 I'm using ir-keytable 1.6.0-2 in xubuntu 15.04.  My system is a
 NUC5i5RYHK, the IR driver is nuvoton-cir. The output  of ir-keytable is:

 Found /sys/class/rc/rc0/ (/dev/input/event3) with:
 Driver nuvoton-cir, table rc-rc6-mce
 Supported protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC RC-5-SZ
 SHARP XMP other
 Enabled protocols: NEC RC-5 RC-6 JVC SONY LIRC
 Name: Nuvoton w836x7hg Infrared Remote
 bus: 25, vendor/product: 1050:00c3, version: 0x0033
 Repeat delay = 500 ms, repeat period = 125 ms

 ** Affects: v4l-utils (Ubuntu)
  Importance: Undecided
  Status: New

 --
 You received this bug notification because you are subscribed to v4l-
 utils in Ubuntu.
 https://bugs.launchpad.net/bugs/1461668

 Title:
   ir-keytable presses recognised but not working

 Status in v4l-utils package in Ubuntu:
   New

 Bug description:
   I'm using ir-keytable to map button presses on a remote control to
   keyboard presses. I'm using an old Apple remote and after scanning for
   the keycodes I've produced a keymap file which is loaded by ir-
   keytable. However, I have only succeeded in getting the arrow keys and
   enter working (KEY_UP,  KEY_DOWN, KEY_LEFT, KEY_RIGHT, KEY_ENTER). All
   the other keypresses that I've tried are recognised by ir-keytable,
   but are not being passed to the system. For example, the KEY_BACKSPACE
   which I need. Running ir-keytable -t and pressing the relevant remote
   button I get:

   1433359068.641206: event type EV_KEY(0x01) key_down:
 KEY_BACKSPACE(0x0001)
   1433359068.641206: event type EV_SYN(0x00).
   1433359068.641230: event type EV_MSC(0x04): scancode = 0x77e1c03d
   1433359068.641230: event type EV_SYN(0x00).
   1433359068.641235: event type EV_MSC(0x04): scancode = 0x77e1c03d
   1433359068.641235: event type EV_SYN(0x00).

   But it never works as backspace. For example, if I open a text editor
   and use the arrow or enter keys, I can see the cursor moving around.
   But the backspace does not work. Also any other keymap that I've tried
   (e.g. numbers, letters) does not work.

   I'm using ir-keytable 1.6.0-2 in xubuntu 15.04.  My system is a
   NUC5i5RYHK, the IR driver is nuvoton-cir. The output  of ir-keytable
   is:

   Found /sys/class/rc/rc0/ (/dev/input/event3) with:
 Driver nuvoton-cir, table rc-rc6-mce
 Supported protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC RC-5-SZ
 SHARP XMP other
 Enabled protocols: NEC RC-5 RC-6 JVC SONY LIRC
 Name: Nuvoton w836x7hg Infrared Remote
 bus: 25, vendor/product: 1050:00c3, version: 0x0033
 Repeat delay = 500 ms, repeat period = 125 ms

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1461668/+subscriptions


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

Title:
  ir-keytable presses recognised but not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1461668/+subscriptions

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


Re: [Bug 1461668] Re: ir-keytable presses recognised but not working

2015-06-05 Thread Gregor Jasny
If you use evtest to read the events from the remote control ev device does
it show all key presses?

On Thu, Jun 4, 2015, 00:25 tiago 1461...@bugs.launchpad.net wrote:

 I should also add that I'm using an upstream kernel (3.19.8-992-generic
 #201505300306) due to some issue with the HDMI sound, but with the
 default kernel I had before the remote issue was exactly the same.

 --
 You received this bug notification because you are subscribed to v4l-
 utils in Ubuntu.
 https://bugs.launchpad.net/bugs/1461668

 Title:
   ir-keytable presses recognised but not working

 Status in v4l-utils package in Ubuntu:
   New

 Bug description:
   I'm using ir-keytable to map button presses on a remote control to
   keyboard presses. I'm using an old Apple remote and after scanning for
   the keycodes I've produced a keymap file which is loaded by ir-
   keytable. However, I have only succeeded in getting the arrow keys and
   enter working (KEY_UP,  KEY_DOWN, KEY_LEFT, KEY_RIGHT, KEY_ENTER). All
   the other keypresses that I've tried are recognised by ir-keytable,
   but are not being passed to the system. For example, the KEY_BACKSPACE
   which I need. Running ir-keytable -t and pressing the relevant remote
   button I get:

   1433359068.641206: event type EV_KEY(0x01) key_down:
 KEY_BACKSPACE(0x0001)
   1433359068.641206: event type EV_SYN(0x00).
   1433359068.641230: event type EV_MSC(0x04): scancode = 0x77e1c03d
   1433359068.641230: event type EV_SYN(0x00).
   1433359068.641235: event type EV_MSC(0x04): scancode = 0x77e1c03d
   1433359068.641235: event type EV_SYN(0x00).

   But it never works as backspace. For example, if I open a text editor
   and use the arrow or enter keys, I can see the cursor moving around.
   But the backspace does not work. Also any other keymap that I've tried
   (e.g. numbers, letters) does not work.

   I'm using ir-keytable 1.6.0-2 in xubuntu 15.04.  My system is a
   NUC5i5RYHK, the IR driver is nuvoton-cir. The output  of ir-keytable
   is:

   Found /sys/class/rc/rc0/ (/dev/input/event3) with:
 Driver nuvoton-cir, table rc-rc6-mce
 Supported protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC RC-5-SZ
 SHARP XMP other
 Enabled protocols: NEC RC-5 RC-6 JVC SONY LIRC
 Name: Nuvoton w836x7hg Infrared Remote
 bus: 25, vendor/product: 1050:00c3, version: 0x0033
 Repeat delay = 500 ms, repeat period = 125 ms

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1461668/+subscriptions


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

Title:
  ir-keytable presses recognised but not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1461668/+subscriptions

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


[Bug 1461668] Re: ir-keytable presses recognised but not working

2015-06-05 Thread Gregor Jasny
Maybe the xserver-xorg-input-evdev maintainer knows what's going on
here?

** Also affects: xserver-xorg-input-evdev (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  ir-keytable presses recognised but not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1461668/+subscriptions

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


[Bug 1579760] Re: Protocol RC-6 no longer available for soundgraph imon (15c2:ffdc)

2016-06-18 Thread Gregor Jasny
As I don't vahe a good understanding of the rc subsystem I asked on
linux-media what's going on here and according to Mauro the absence of
rc6 seems to be a kernel bug:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg98286.html

> That's said, from his report:
> 
> $ sudo ir-keytable
> Found /sys/class/rc/rc0/ (/dev/input/event4) with:
>  Driver imon, table rc-imon-pad
>  Supported protocols: other
> 
> It should be listing both "other" and "RC6" protocols there.
> It sounds a Kernel regression. I remember one Kernel patch once
> broke the list of protocols. Maybe the fix patch were not applied
> on Ubuntu, or maybe some other regression happened.


** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Protocol RC-6 no longer available for soundgraph imon (15c2:ffdc)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579760/+subscriptions

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


[Bug 1579760] Re: Protocol RC-6 no longer available for soundgraph imon (15c2:ffdc)

2016-06-15 Thread Gregor Jasny
Which kernel version are you using?

You can copy the /lib/udev/rc_keymaps/imon_pad file to
/etc/rc_keymaps/imon_pad and edit it as you need. So it won't get
overwritten with the next package upgrade.

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

Title:
  Protocol RC-6 no longer available for soundgraph imon (15c2:ffdc)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1579760/+subscriptions

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


[Bug 1653008] Re: package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2017-08-13 Thread Gregor Jasny
** Changed in: openjdk-9 (Ubuntu)
   Status: New => Confirmed

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

Title:
  package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1653008/+subscriptions

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


[Bug 1737063] Re: 17.10 v4l-utils usb camera (cheese) broken

2017-12-08 Thread Gregor Jasny
This will be fixed in 1.12.6-1

** Changed in: v4l-utils (Ubuntu)
   Status: New => In Progress

** Changed in: v4l-utils (Ubuntu)
 Assignee: (unassigned) => Gregor Jasny (gjasny)

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

Title:
  17.10 v4l-utils usb camera (cheese) broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1737063/+subscriptions

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

[Bug 1731416] Re: libv4l-0 freezes mouse and keyboard with Logitech QuickCam 4000

2019-09-01 Thread Gregor Jasny
This is a kernel issue and most likely caused by bad hardware or buggy
drivers.

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

Title:
  libv4l-0 freezes mouse and keyboard with Logitech QuickCam 4000

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1731416/+subscriptions

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

[Bug 1906986] Re: defective ir-keytable udev rule → custom keytable does not get loaded

2020-12-07 Thread Gregor Jasny
Hi,

the issue is the same as in LP #1903966. The following commit should fix
it also for the 1.18 version:

https://salsa.debian.org/debian/libv4l/-/commit/e12bd27aa844663601d81c99ecbdff33c9b5e9f3


Until the version in focal is fixed, you could use the v4l-utils-stable PPA: 

  https://code.launchpad.net/~libv4l/+archive/ubuntu/stable

The (pending) Build recipe is here:
https://code.launchpad.net/~libv4l/+recipe/v4l-utils-stable-1.20

Thanks,
Gregor

** Changed in: v4l-utils (Ubuntu)
   Status: New => Confirmed

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

Title:
  defective ir-keytable udev rule → custom keytable does not get loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1906986/+subscriptions

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

[Bug 1903966] Re: Loading keymaps via udev is not reliable, please use upstream rule

2020-11-13 Thread Gregor Jasny
Hi,

Debian maintainer here. I'll take care of the issue during the weekend.

Thanks,
Gregor

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

Title:
  Loading keymaps via udev is not reliable, please use upstream rule

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1903966/+subscriptions

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

[Bug 1903966] Re: Loading keymaps via udev is not reliable, please use upstream rule

2020-11-20 Thread Gregor Jasny
** Bug watch added: Debian Bug tracker #974567
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974567

** Also affects: v4l-utils (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974567
   Importance: Unknown
   Status: Unknown

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

Title:
  Loading keymaps via udev is not reliable, please use upstream rule

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1903966/+subscriptions

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

[Bug 1903966] Re: Loading keymaps via udev is not reliable, please use upstream rule

2020-11-20 Thread Gregor Jasny
** Changed in: v4l-utils (Ubuntu)
 Assignee: (unassigned) => Gregor Jasny (gjasny)

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

Title:
  Loading keymaps via udev is not reliable, please use upstream rule

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1903966/+subscriptions

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

[Bug 1831385] Re: `std::cosf`, `std::sinf`, `std::sqrtf` are not declared in ``

2021-06-08 Thread Gregor Jasny
** Bug watch added: GCC Bugzilla #79700
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79700

** Also affects: gcc via
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79700
   Importance: Unknown
   Status: Unknown

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

Title:
  `std::cosf`, `std::sinf`, `std::sqrtf` are not declared in ``

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1831385/+subscriptions

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

[Bug 1920887] [NEW] libstdc++6-dbgsym vanished from ddebs repo

2021-03-23 Thread Gregor Jasny
Public bug reported:

Hello,

I used to install the libstdc++6-dbgsym to get access to the stripped debug 
symbols. According to
https://answers.launchpad.net/ubuntu/+source/gcc-10/+question/692705 this 
should work.

But recently the package vanished from the debs repo.

```
FROM ubuntu:20.04

RUN apt-get update
RUN apt-get install -y lsb-release ubuntu-dbgsym-keyring gnupg wget
# work-around 
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyring/+bug/1920640
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 
F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622

RUN echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted 
universe multiverse" > /etc/apt/sources.list.d/ddebs.list
RUN echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main 
restricted universe multiverse" >> /etc/apt/sources.list.d/ddebs.list
RUN echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main 
restricted universe multiverse" >> /etc/apt/sources.list.d/ddebs.list

RUN apt-get update
RUN apt-get install -y libstdc++6-dbgsym
```

Apt is not able to find the package anymore:

```
E: Unable to locate package libstdc++6-dbgsym
E: Couldn't find any package by regex 'libstdc++6-dbgsym'
```

Do you have an idea what's going on?

Thanks,
Gregor

** Affects: gcc-10 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  libstdc++6-dbgsym vanished from ddebs repo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1920887/+subscriptions

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

[Bug 1949988] [NEW] undefined symbol: pthread_yield

2021-11-05 Thread Gregor Jasny
Public bug reported:

Hello,

while compiling our software in a Ubuntu jammy docker image I noticed a
backward incompatibility issue in glibc 2.34-0ubuntu3. Our build fails
with:

ld.lld: error: undefined symbol: pthread_yield
>>> referenced by tlibthrd.cxx:1546 (ptlib/unix/tlibthrd.cxx:1546)
>>>   tlib.o:(PTimedMutex::~PTimedMutex()) in archive 
>>> /builds/ExternalLibs/ptlib/2.10.9_1591084383/Applications_ubuntu2004_x64_cxx17_clang10/lib/libpt_d_s.a
>>> did you mean: pthread_yield@GLIBC_2.2.5
>>> defined in: /lib/x86_64-linux-gnu/libc.so.6

The libpt_d_s.a library was statically built on Ubuntu 20.04 and depends
on a lot of pthread symbols:

$ nm 
/builds/ExternalLibs/ptlib/2.10.9_1591084383/Applications_ubuntu2004_x64_cxx17_clang10/lib/libpt_d_s.a|grep
 -i " U pthread"|sort -u
 U pthread_attr_destroy
 U pthread_attr_init
 U pthread_attr_setschedparam
 U pthread_attr_setschedpolicy
 U pthread_attr_setstacksize
 ...
 U pthread_yield

Recompiling libpt against the current glibc will redirect from
pthread_yield to sched_yield, but nevertheless it would be nice if
existing libraries could be used for the transition phase.

The changes behavior is most likely due to
https://sourceware.org/git/?p=glibc.git;a=commit;h=c2fd60a5861efef48252f5cc7efc70e1d8a0da9a

Thanks,
Gregor

** Affects: glibc (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  undefined symbol: pthread_yield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1949988/+subscriptions


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

[Bug 582735] Re: Mustek gSmart Mini not working out of box on Lucid

2024-03-15 Thread Gregor Jasny
** Changed in: libv4l (Ubuntu)
 Assignee: Gregor Jasny (gjasny) => (unassigned)

** Changed in: libv4l (Ubuntu)
   Status: In Progress => New

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

Title:
  Mustek gSmart Mini not working out of box on Lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libv4l/+bug/582735/+subscriptions


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

[Bug 1769657] Re: update toolchain packages for bionic

2018-07-30 Thread Gregor Jasny via ubuntu-bugs
Hello doko,

could you please tell if the work described in this issue is likely to
happen in Bionic?

I'd like to use clang and with C++17 and with libstdc++-7-dev I'm
running into the issue described in https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=877838

There's an upstream libstdc++ work-around available in libstdc++-8-dev
but I'm unsure if the -8 version is suitable for production due to only
being available in 'universe' and having a kind of snapshot version.

Thanks,
Gregor

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

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

Title:
  update toolchain packages for bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1769657/+subscriptions

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

[Bug 1811678] [NEW] Inconsistent OpenGL support across architectures

2019-01-14 Thread Gregor Jasny via ubuntu-bugs
Public bug reported:

Hello,

today I noticed build failures of v4l-utils on arm64 hosts:
https://launchpadlibrarian.net/406083796/buildlog_ubuntu-bionic-arm64.v4l-utils_1.17.1-201901131615~ubuntu18.04.1_BUILDING.txt.gz

This is due to the OpenGLES2 feature is enabled on arm64 (but this
feature is not enabled for amd64):

> /usr/include/x86_64-linux-gnu/qt5/QtGui# grep -i opengl qtgui-config.h
> #define QT_FEATURE_opengles2 -1
> #define QT_FEATURE_opengl 1
> #define QT_FEATURE_opengles3 -1
> #define QT_FEATURE_opengles31 -1

vs:

> /usr/include/aarch64-linux-gnu/qt5/QtGui$ grep -i opengl qtgui-config.h
> #define QT_FEATURE_opengles2 1
> #define QT_OPENGL_ES true
> #define QT_OPENGL_ES_2 true
> #define QT_FEATURE_opengl 1
> #define QT_FEATURE_opengles3 1
> #define QT_OPENGL_ES_3 true
> #define QT_FEATURE_opengles31 1
> #define QT_OPENGL_ES_3_1 true 

Is the inconsistent feature setting intentional? The Debian Qt packages
seem to select Desktop OpenGL across architectures.

Thanks,
Gregor

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Inconsistent OpenGL support across architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1811678/+subscriptions

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

[Bug 1811678] Re: Inconsistent OpenGL support across architectures

2019-01-14 Thread Gregor Jasny via ubuntu-bugs
I guess this is due to the following lines in debian/rules:

gles2_architectures := armel armhf arm64
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures)))
extra_configure_opts += -opengl es2
else
extra_configure_opts += -opengl desktop
endif

Still my question is why those architectures (should) differ from the
regular ones. And why Ubuntu is behaving differently than Debian.

In my case I need access to qopenglext.h contents which does not get
loaded if OpenGL ES2 support is present.

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

Title:
  Inconsistent OpenGL support across architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1811678/+subscriptions

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

[Bug 1823650] Re: v4l-utils ftbfs in cosmic

2019-04-08 Thread Gregor Jasny via ubuntu-bugs
Hello,

maybe the following commit from the stable-1.14 branch fixes it:
https://git.linuxtv.org/v4l-
utils.git/commit/?h=stable-1.14=65b6f255a02de403621e478aac701e3ee56806a4

How could I re-create your setup?

Thanks,
-Gregor

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

Title:
  v4l-utils ftbfs in cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1823650/+subscriptions

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

[Bug 1823650] Re: v4l-utils ftbfs in cosmic

2019-04-08 Thread Gregor Jasny via ubuntu-bugs
I verified that https://git.linuxtv.org/v4l-
utils.git/commit/?h=stable-1.14=b6c3e824967e25857a41e1c0e23d010317566467
and https://git.linuxtv.org/v4l-
utils.git/commit/?h=stable-1.14=65b6f255a02de403621e478aac701e3ee56806a4
fix the build issue. However there are some more fixes (double free and
uninitialised memory) that I'd like to ship as well. The double free
patch backport seems to be incomplete and I asked upstream for
clarification: https://lore.kernel.org/linux-media/cc7fce0b-8db0-ce2c-
e7f0-c6d39f769...@googlemail.com/T/#u

I'd like to way one or two days for upstream, otherwise I'll build a
package without the double-free fix and handle it later.

Thanks,
Gregor

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

Title:
  v4l-utils ftbfs in cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1823650/+subscriptions

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

Re: [Bug 1823650] Re: v4l-utils ftbfs in cosmic

2019-04-14 Thread Gregor Jasny via ubuntu-bugs
Hello,

attached you'll find the debdiff with critical patches for v4l-utils 
1.14 in cosmic. All of them have been taken from v4l-utils stable-1.14 
branch.

The source of this debdiff could be found in the debian v4l-utils repo 
on salsa in the cosmic branch:

https://salsa.debian.org/debian/libv4l/tree/cosmic

How to proceed from here?

Thanks,
Gregor


** Attachment added: "v4l-utils-lp1823650.diff"
   
https://bugs.launchpad.net/bugs/1823650/+attachment/5255664/+files/v4l-utils-lp1823650.diff

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

Title:
  v4l-utils ftbfs in cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1823650/+subscriptions

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

[Bug 1841269] Re: dvbv5-scan Segmentation fault

2019-09-01 Thread Gregor Jasny via ubuntu-bugs
You could use the
https://launchpad.net/~libv4l/+archive/ubuntu/development PPA to get a
fixed version. I'll update the stable PPA soon.

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

Title:
  dvbv5-scan Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1841269/+subscriptions

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

[Bug 1841269] Re: dvbv5-scan Segmentation fault

2019-09-01 Thread Gregor Jasny via ubuntu-bugs
** Changed in: v4l-utils (Ubuntu)
   Status: New => In Progress

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

Title:
  dvbv5-scan Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l-utils/+bug/1841269/+subscriptions

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

[Bug 1858203] Re: Patch for glibc Bug 23538 - "Hang in pthread_cond_broadcast" not available on Ubuntu LTS

2020-01-03 Thread Gregor Jasny via ubuntu-bugs
The upstream glibc commit containing the patch is here:
https://sourceware.org/git/?p=glibc.git;a=commit;f=nptl/pthread_cond_common.c;h=99ea93ca31795469d2a1f1570f17a5c39c2eb7e2

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

Title:
  Patch for glibc Bug 23538 - "Hang in pthread_cond_broadcast" not
  available on Ubuntu LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1858203/+subscriptions

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