[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2024-03-15 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2024-01-16 Thread Giuliano Lotta
@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,

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2024-01-15 Thread Giuliano Lotta
@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-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-12-19 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-12-12 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-12-10 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-29 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-26 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-02 Thread Giuliano Lotta
@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,

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-01 Thread Giuliano Lotta
@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-*

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-01 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-01 Thread Giuliano Lotta
@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-*

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-09-01 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-06-21 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-06-21 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-06-19 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-27 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-26 Thread Giuliano Lotta
@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.

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-26 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-25 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-24 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-17 Thread Giuliano Lotta
@ 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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-16 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-16 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-11 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-11 Thread Giuliano Lotta
@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.

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-04-16 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-04-16 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-04-16 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-04-11 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-03-03 Thread Giuliano Lotta
@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.

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-02-15 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-01-16 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-01-14 Thread Giuliano Lotta
@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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-01-10 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-01-09 Thread Giuliano Lotta
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]

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-01-09 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] RfKill.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] PulseList.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] ProcModules.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] ProcInterrupts.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] ProcCpuinfoMinimal.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] ProcCpuinfo.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] PaInfo.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] Lspci-vt.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] Lsusb.txt

2023-01-09 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Lspci.txt

2023-01-09 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Lsusb-v.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] Lsusb-t.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] IwConfig.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] CurrentDmesg.txt

2023-01-09 Thread Giuliano Lotta
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.

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-01-09 Thread Giuliano Lotta
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

[Kernel-packages] [Bug 2000947] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-01-09 Thread Giuliano Lotta
** 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

[Kernel-packages] [Bug 2000947] [NEW] UVC Quanta 0408:4035 camera PROBLEM

2023-01-03 Thread Giuliano Lotta
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