[Bug 1784152] Re: i2c_hid_get_input floods system logs

2021-11-03 Thread velocity303
As Paul D. just described I am also seeing this on my Razer Blade Pro 17
2021. I'm assuming this and the 15 inch probably use the same
touchpad/driver.

I've seen this on Kubuntu 21.10 and with kernel 5.13. Will try with some
newer kernels too but 5.15 completely broke suspend, so will need to
troubleshoot that first before I can tell if it fixes the touchpad issue
after suspend. Installing xserver-xorg-input-synaptics also made no
difference.

ELAN0406:00 04F3:30A6 Touchpad

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

Title:
  i2c_hid_get_input floods system logs

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


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

[Bug 1295247] Re: [Logitech C170] Cheese says "There was an error playing video from webcam"

2017-12-04 Thread velocity303
As an additional note to that workaround. I had to install v4l2loopback-
dkms and v4l2loopback-utils in order to support the dummy device. I also
had to run 'modprobe v4l2loopback exclusive_caps=1' to get the device
created to actually accept the stream.

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

Title:
  [Logitech C170] Cheese says "There was an error playing video from
  webcam"

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

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

[Bug 1295247] Re: [Logitech C170] Cheese says "There was an error playing video from webcam"

2017-12-04 Thread velocity303
In case anyone is curious, I was able to get a workaround going at least
by using ffmpeg and a dummy video device to transform the video stream.
I am using a Razer Blade 2014 with the following webcam: Bus 003 Device
005: ID 0bda:579f Realtek Semiconductor Corp.

1. Create a new file called /etc/profile.d/webcam.sh (note your video
device may be different than video0)

--contents--
alias webcam_fix="ffmpeg -an -f video4linux2 -video_size 640x480 -vcodec mjpeg 
-i /dev/video0 -input_format mjpeg -f v4l2  -pix_fmt yuv420p /dev/video1"


2.run 'source /etc/profile' in your terminal.
3.run 'webcam_fix' in your terminal.
4.You can now use your dummy video device without issue.

When you want to use your webcam, it should now work if you select
/dev/video1 in some applications (hangouts was the most important for
me). Unfortunately, though, this also makes your webcam always on for as
long as the process is running so you will want to terminate the script
to ensure the camera actually turns off when you're not using it.

Hope this helps someone else with the issue!

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

Title:
  [Logitech C170] Cheese says "There was an error playing video from
  webcam"

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

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

[Bug 1295247] Re: [Logitech C170] Cheese says "There was an error playing video from webcam"

2016-07-14 Thread velocity303
I have been following this bug for a while now but want to add some
information relevant to my system. I have a Razer Blade 14 (2014) and it
has a 1920x1080 capable webcam. Information on the model is below:

Bus 003 Device 005: ID 0bda:579f Realtek Semiconductor Corp.

With Cheese however I have to reduce my camera's resolution to 176x144
to be able to get the camera to work at all without crashing the app.

My behavior is the same as Ramsey Gurley's who posted earlier in this
thread, but wanted to clarify that my webcam is in fact capable of
higher resolutions, but I still run into the bug.

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

Title:
  [Logitech C170] Cheese says "There was an error playing video from
  webcam"

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

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