The 6.11 kernel is going to be launched with Ubuntu 24.10
https://discourse.ubuntu.com/t/introducing-kernel-6-11-for-the-24-10-oracular-oriole-release/47560
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.laun
If you check
https://github.com/torvalds/linux/blob/v6.11/drivers/media/usb/uvc/uvc_driver.c
for all the linux version tag, you will find that the FIRST linux kernel
using Quanta 4035 camera is 6.11 :-(((
--
You received this bug notification because you are a member of Kernel
Packages, which i
The github linux version say 6.11
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000947
Title:
UVC Quanta 0408:4035 camera PROBLEM
Status in linux package in Ubuntu:
Confirmed
Hi Samer,
which is your kernel version ?
For what I can see, the ACER HD User Facing (0408:4035)
has been insert in the Linux UVC offical camera driver
https://github.com/torvalds/linux/blob/master/drivers/media/usb/uvc/uvc_driver.c
lines 2436-2437
BR
Giuliano
--
You received this bug notifi
Seems the fix in now on the current kernel source
https://github.com/torvalds/linux/blob/master/drivers/media/usb/uvc/uvc_driver.c
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000947
Ti
Just to inform that
Very Kindly, Richardo Ribalda has confirmed the patch to the UVC Quanta
0408:4035 camera, allowing it to join the official source code.
Hope that in few releases the uvc driver will be normally recognising
the camera.
BR
PS
Seems that it should also apply to UVC Quanta 0408
@Bevz
I tested again the script with the new code from github and it works
For what I can see from your consolle output:
- there is a "file not found" error (Error 127), so that no driver is compiled
nor installed
- make is NOT running in your home directory but in the root (/) directory,
("make
@Devica, @Pedro
Actually the 6.5 kernel uvc driver source has changed and it is NOT compatible
with 6.2 ...
Needed to update the uvc_driver.c file on github
Tested and Now it seems to work.
Please, have a try
BR
Giuliano
--
You received this bug notification because you are a member of Kernel
@ivuser
today I made a new install, deleting the old directoryes and files.
Many messages are in italian, but as you can see The driver was created and
installed correctly...
(base) giuliano@Astra2A:~$ ./uvc_quanta.sh
[sudo] password di giuliano:
I seguenti pacchetti sono stati mantenuti alla v
maybe a directory problem
find in your home directory, each "old" downloaded dir as "linux-", and
delete them
Delete also old linux-***.gz files.
then run again the script.
Maybe multiple "linux-**" directory presence, makes automatic dir
change to fail.
Giuliano
--
You received this b
@Ivuser
are you using the script from your home directory, or running each
command manually ?
BR
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000947
Title:
UVC Quanta 0408:4035 c
@devyca
Hi, truly speaking, Ubuntu 22.04 uses are NOT supposed to follow #37 ...
they are supposed to use ONLY
https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-Facing-0x0408-0x4035-/blob/main/compile_module.sh
I understand your problem, but cannot follow each particular method users a
@Souvik
It's a typical error that happens when:
-you have already run once the compiler (each run delete the makefile, so ...
"no rule to make target"
-or your have many directory linux* in your home directory
in the both situations DELETE all the linux-* directory and linux-* files in
you
@Kur1977 @yash
AFAIK
version users with version 22.04 (born with kernel 5.x) are supposed to follow
my approach on github
version users with version >= 23.x (with kernel 6.x) are supposed to follow
the https://github.com/Kvalme/uvc.git
Strange thing, is that now 22.04 is using kernel 6.2, b
@Samer
Problem 1: /bin/sh: 1: pahole: not found
solution to problem 1: you need to install
sudo apt install dwarves
(dwarves will also install pahole)
Problem 2: [Makefile:1943: modules] Error 2
Solution (possibile) to problem2 : DELETE (please DO delete !)
- all the files inux-hwe-6.2_6.2.0-*
UPDATE 2
It seems that to solve the BTF problem, we can copy the current version of
vmlinux, in the appropriate directory:
sudo cp /sys/kernel/btf/vmlinux /usr/lib/modules/$(uname -r)/build/
THEN
Compiling the driver, the claim about BTF is no more raised
--
You received this bug notification
@raj @Samer
the cd error is due to the fact that you have many linux-*** directory in your
home directory.
This prevent the change of dir and the problems follows.
The linx directory name changed from linux-generic-5.*** to linux-hwe-6.***
BUT
there are more problem
When deleted the old linux-* d
UPDATE
even without the BPF Type Format (BTF), the compiling process of uvcvideo.ko
DOES work
The problem with Type format seems not to prevent the new driver to
became working (teste right now)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscri
@Raj
What are reporting the following commands:
uname -a
lsusb -v -d 0408:4033
sudo dmesg | grep uvc
sudo rmmod uvcvideo
sudo modprobe uvcvideo -vv
modinfo uvcvideo
ls ~/linux-*/drivers/media/usb/uvc
--
You received this bug notification because you are a member of Kernel
Packages, which is s
@raj
just visit
https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-Facing-0x0408-0x4035-
Then download the file compile_module.sh , set permission and run it.
It will install the necessary tools and headers, will compile the new
driver and install it. Then it will reboot
No need to ty
@andrianovigor
Hi Igor !
the
https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-Facing-0x0408-0x4035-/blob/main/uvc_driver.c
at line 2687 has ALREADY supported the 0408:4033 Quanta model.
Which uvc_drriver.c did you download ?
Did you launch the bash file ? It directly download all t
@raj
my compile bash script, DOES CREATE and download and compile the source files
in a the following directory:
(bash script line 4)
cd ~/linux-*/drivers/media/usb/uvc # change to the currently created uvc
directory
where “~” is a legal placeholder for /home/myuser directory
Now, Looking BETTE
@raj
better ask BlindBO some help, as only you two have 04033 version and kernel 6.x
BuildBO ask to install build-essential from ubuntu repo)
Did you install it ?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://
@raj
As you are using kernel version 6.x, consider using solution at #45 fron
@BlindBo
My kernel version is 5.x
follow @blindBo instructions at #45
Also change camera to 4033 model in the source of uvc_driver.c.
Let us know if it work.
Giuliano
--
You received this bug notification because yo
@kolbj...@blix-dahle.no
I see your have a ID 0408:4033 Quanta Computer, Inc. ACER HD, like @samer has.
Which ubuntu version, and kernel version are you using ?
Can you provide Samer with some better instructions on how to make it work ?
BR
--
You received this bug notification because you are
@Samer
for what I see in the V4L documentation, you camera is NOT reported in the
supported camera list
https://linuxtv.org/downloads/v4l-dvb-apis-new/pdf/media.pdf
I see ONLY camera 4034 and 4035; but I also see that kolbjorn managed to
make it work.
I updated the uvc_video.c file to test also
@ Samer
does your system find the camera with
lsusb -v -d 0408:4033
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000947
Title:
UVC Quanta 0408:4035 camera PROBLEM
Status in linux
@Samer
I see you have camera 0408:4033 (mine is 0408:4035)
I've now included also your model in the .c source file.
Please download again the *.c file from github and recompile it using the bash
script *.sh (I also updated the script yesterday)
BR
Giuliano
--
You received this bug notificati
@Samer
please download the script at
https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-Facing-0x0408-0x4035-/blob/main/compile_module.sh
give it right permission and run it.
I use it for every kernel update and it works.
--
You received this bug notification because you are a member of
Sorry,
it was for @wtq (wtq-wtq)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000947
Title:
UVC Quanta 0408:4035 camera PROBLEM
Status in linux package in Ubuntu:
Confirmed
Bug
@blind0
EACH kernel version requires a new build of the module.
Not only for Major release, but also for minor realese...
Which is your kernel version ?
uname -r
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://
Well,
the tainted kernel is a normal message if the module has not been signed.
I've have that message too, but it is loaded.
Which vermagic version shows the current installed uvcvideo module ? Just type
modinfo uvcvideo
What happens if you manually force the loading of the new driver ?
sudo mod
mmm... some questions..
did you reboot ?
did you changed .idProduct = 0x4033 (the 0 is important)
Maybe Marcos Bernardos Jr, who has the same camera, may help.. @mxreloaded
What are reporting the commands:
sudo dmesg | grep uvc
sudo rmmod uvcvideo && sudo modprobe uvcvideo -vv
uname -r
PS
Hi Joseph
here are the needed bash command, you need to insert in a terminal window. You
can also save these commands in a update_video.sh command file, so to update
the video driver each time system is updated (in that case you probably need to
delete the old ~/linux-* directory first, so not t
Well, you camera model is 0408:4033, so it is NOT 0408:4035
So it will bot be recognized by the uvc driver... You could try to download and
modify
https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-Facing-0x0408-0x4035-/blob/main/uvc_driver.c
al line 2676, and changing the line acc
@Laurent
so far, uvcvideo patch seems fine & working.
which kernel version will "officially" include UVC Quanta 0408:4035 ?
BR
Giuliano
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000
@Douglas
Please follow message #19, download, compile and install the patched usbvideo
driver.
The patch is working perfectly (with zoom, chees, skyupe, goggle meet,...)
Don't know when it will be included in the official kernel...
BR
Giuliano
--
You received this bug notification because you
@jeremy
Hi Jeremy.
with new kernel 5.15.0-58-generic, I removed the linux5.15.0 dir, got the
apt-get source linux-modules-extra-$(uname -r), recompiled the module and
copied it
Everything is working fine BUT the dmesg claims about not signed module/tainted
[3.560011] uvcvideo: loading out-
@Sandrino
Thanks for your reply
-From your pastebin I can NOT understand if your Quanta camera is 0408:4035.
Could you check the ID
?
-After copying the module file in the appropriate directory AND giving the
command
sudo rmmod uvcvideo && sudo modprobe uvcvideo
the camera worked untill first s
UPDATE:
after resuming the nobebook, the system crashed with the following message:
usb 3-6: Failed to query (SET_CUR) UVC control 4 on unit 1: -32 (exp. 4)
uvcvideo 3-6:1.0: reset_resume error -5
WHERE / HOW may I find other useful information to debug the problem ?
Giuliano
--
You received t
Thanks Jeremy, you help solved my issues with compiling the module with Laurent
Pinchart modification.
installing with modprobe, the dmesg shows:
[103970.912878] usb 3-6: Found UVC 1.50 device ACER HD User Facing (0408:4035)
[103970.912882] usb 3-6: Forcing UVC version to 1.0a
[103970.949432] inpu
I made a bash script to show the exact way I proceed in the compiling the
module with the Pinchard code.
https://github.com/Giuliano69/uvc_driver-for-Quanta-HD-User-Facing-0x0408-0x4035-
BUT I'm facing problem loading the module in the kernel.
with the said bash script, the dmesg after modproble
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640217/+files/RfKill.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000947
apport information
** Attachment added: "PulseList.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640216/+files/PulseList.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640215/+files/ProcModules.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640214/+files/ProcInterrupts.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640213/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.l
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640212/+files/ProcCpuinfo.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "PaInfo.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640211/+files/PaInfo.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000947
apport information
** Attachment added: "Lspci-vt.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640207/+files/Lspci-vt.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/20
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640208/+files/Lsusb.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000947
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640206/+files/Lspci.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000947
apport information
** Attachment added: "Lsusb-v.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640210/+files/Lsusb-v.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000
apport information
** Attachment added: "Lsusb-t.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640209/+files/Lsusb-t.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000
apport information
** Attachment added: "IwConfig.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640205/+files/IwConfig.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/20
apport information
** Attachment added: "CurrentDmesg.txt"
https://bugs.launchpad.net/bugs/2000947/+attachment/5640204/+files/CurrentDmesg.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net
apport information
** Description changed:
I bought a Acer Nitro 5 AN517-55 with Quanta ACER HD User Facing',
USB 0408:4035.
The camera is reported to have problems by many users:
https://linux-hardware.org/?id=usb:0408-4035
The uvc camera Quanta 0408:4035 does not work with ubuntu
** Tags added: apport-collected jammy
** Description changed:
I bought a Acer Nitro 5 AN517-55 with Quanta ACER HD User Facing',
USB 0408:4035.
The camera is reported to have problems by many users:
https://linux-hardware.org/?id=usb:0408-4035
The uvc camera Quanta 0408:4035 does n
Public bug reported:
I bought a Acer Nitro 5 AN517-55 with Quanta ACER HD User Facing',
USB 0408:4035.
The camera is reported to have problems by many users:
https://linux-hardware.org/?id=usb:0408-4035
The uvc camera Quanta 0408:4035 does not work with ubuntu 22,04. the camera is
“recongized”
59 matches
Mail list logo