[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-02-28 Thread Daniel Tang
@arman-nm I converted your gist into a bash script: https://askubuntu.com/a/1506007/1004020 -- 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

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

2024-02-28 Thread Daniel Tang
Is there any progress upstreaming this patch? -- 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:

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

2024-02-24 Thread arman naeimi
hi i made a simple gist file to document steps: https://gist.github.com/aRmanNM/722eed098a35fa70b22063518a48c46f notes: - source code is for 0x4033 model - tested on debian and fedora (optional steps required on fedora) - with every kernel update you have to repeat this process -- You received

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

2024-01-17 Thread Bevz Vasyl
@Giuliano Still in progress ... 1. Installed: sudo apt install gcc-12 2. Then: sudo apt install dwarves 3. Then: cp /sys/kernel/btf/vmlinux /usr/lib/modules/$(uname -r)/build/ 4. Made reinstall kernell: sudo apt-get install --reinstall linux-image-6.5.0-14-generic 5. Deleted all version "linux"

[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-16 Thread Bevz Vasyl
Hi @Giuliano Will be good If you could help me. I have Acer with Quanta 4033 camera Previously I used your script and camera worked. But yesterday I got update from 6.2 kernel to 6.5 and now it is not working. I saw that you create new commit today but still not working. Error the same as in

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

2024-01-15 Thread Devika B S
@Giuliano Thanks a lot for the update. It resolved the camera issues. BR Devika -- 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

[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

2024-01-15 Thread Pedro Tibúrcio Pires de Oliveira
@giuliano69, Newest kernel update (6.5.0-14-generic) seems to have broken both approaches (yours and https://github.com/Kvalme/uvc) While trying to compile I get this: make -C /lib/modules/6.5.0-14-generic/build M=/home/pedro/uvc modules make[1]: Entering directory

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

2024-01-12 Thread Devika B S
@giuliano Hi, recently, I updated to 6.5.0-14-generic, and the bash file you mentioned in #108 is not working. I have attached the error file if you would like to take a look. Thanks in advance. -- 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-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-13 Thread ivuser
Thanks, I did, but same thing happens. Before error written in post #115, I got this message, but it's ok: ./compile_module.sh: line 25: cd: too many arguments mv: cannot stat 'uvc_driver.c': No such file or directory --2023-12-13 09:50:21--

[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-12 Thread ivuser
Does anyone have an idea how this problem could be solved? I'm trying to set up the camera for this week's meetings. Thanks in advance. -- 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-12-11 Thread ivuser
@giuliano69, when I was following post #19, each command was separately run in terminal. I got message from post #115 when I compiled script from directory ("./compile_module.sh"). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[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-12-10 Thread ivuser
I used compile_module.sh from #110 and got message: "cp: cannot stat 'uvcvideo.ko': No such file or directory". I have Acer Nitro 5 AN515-57 and same problem happened when executing post #19. This is whole problem: make: Entering directory '/usr/src/linux-headers-6.2.0-37-generic' warning:

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

2023-12-02 Thread Moncif Bounif
Tested with the compile file used by Devika on post #110 working like a charm My laptop is Acer AN515-58 Linux distribution: Ubuntu 22.04.3 LTS -- 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-11-01 Thread Souvik Kumar
or anydesk please ? talking regarding #106 & #108 -- 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:

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

2023-11-01 Thread Souvik Kumar
Giuliano, can you please guide me through teamviewer? That issue is still not getting fixed. -- 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

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

2023-09-29 Thread Devika B S
** Attachment removed: "compile_module.sh" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2000947/+attachment/5705396/+files/compile_module.sh -- 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-09-29 Thread Devika B S
** Attachment added: "compile_module.sh" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2000947/+attachment/5705396/+files/compile_module.sh -- 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-09-29 Thread Devika B S
@giuliano Thank you for sharing the link. I found the solution there. Have a great day! ** Attachment added: "compile_module.sh" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2000947/+attachment/5705395/+files/compile_module.sh -- You received this bug notification because you are a

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

2023-09-29 Thread Douglas
Hello Brothers! Shouldn't Quanta or Acer accurately propose a patch to make your device work natively on recent kernels? Or do they do this but the team that maintains the kernel takes a while to accept the changes? []s Em sex., 29 de set. de 2023 às 09:00, Giuliano Lotta <

[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-29 Thread Devika B S
Hi @giuliano I followed the steps from #37, and they worked initially. However, after a recent update, my kernel changed to 6.2.0-33, and now it no longer functions properly. When I attempted to retrace the steps from #37, I encountered error #99, even though I had deleted all the files created

[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-26 Thread Souvik Kumar
make: Entering directory '/usr/src/linux-headers-6.2.0-33-generic' warning: the compiler differs from the one used to build the kernel The kernel was built by: x86_64-linux-gnu-gcc-11 (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 You are using: gcc-11 (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

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

2023-09-03 Thread Takshak Mudgal
Here is a README file for people who will need it to install the driver correctly. ** Attachment added: "Fedora Camera Fix.pdf" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2000947/+attachment/5697378/+files/Fedora%20Camera%20Fix.pdf -- You received this bug notification because you

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

2023-09-03 Thread Takshak Mudgal
# Here is a README file for people who will need it to install the driver correctly, this guide is made for Fedora users but other Linux users can also adopt it as per their distros. Make sure to change the code for the driver as per your lsusb output. 1. Open **terminal** and do: `cd $HOME` 2.

[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-02 Thread Yash Oswal
Hi @giuliano69 I followed the steps from #19 for Fedora 38 (linux kernel 6.4). I got it working by just replacing the code part for `usb_device_id uvc_ids[]`, but after reboot it gets removed and I have to do insmod ./path_to_uvc/uvcvideo.ko -- You received this bug notification because you are

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

2023-09-02 Thread kur1977
Got 0x4033 webcam to work. First of all install 6.3 kernel with Mainline Kernels software. than sudo apt-get install dwarves build-essential sudo cp /sys/kernel/btf/vmlinux /usr/lib/modules/`uname -r`/build/ git clone https://github.com/Kvalme/uvc.git cd ./uvc/ than change 4035 to 4033 in

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

2023-09-02 Thread kur1977
@Giuliano Trying to start you script and got this error ((( home/serg/linux-hwe-6.2-6.2.0/drivers/media/usb/uvc/uvc_driver.c:254:39: error: ‘struct uvc_format’ has no member named ‘name’ 254 | strscpy(format->name, fmtdesc->name, |

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

2023-09-01 Thread kur1977
Hi there. Kernel 6.2.0-31.31 I did sudo apt-get install build-essential git clone https://github.com/Kvalme/uvc.git cd ./uvc/ git checkout 5ea688c make It makes well after that I did sudo rmmod uvcvideo sudo insmod ./uvcvideo.ko But webcam still not working -- You received this bug

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

2023-09-01 Thread Samer Attrah
@Giuliano Once again it works, you are awesome, thanks a lot. Kind regards Samer Attrah -- 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

[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 Samer Attrah
@Giuliano thanks so much for your effort. but, I deleted the old linux-generic-5.*** directory from my home directory, and now I only have linux-hwe-6.2-6.2.0 also, run the command sudo cp /sys/kernel/btf/vmlinux /usr/lib/modules/$(uname -r)/build/ before running the script. and it still

[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-09-01 Thread Samer Attrah
@Giuliano Hello, I am also having the same error as @Marcos and @raj, so please help. Kind regards Samer Attrah -- 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

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

2023-08-31 Thread raj
@David @Giuliano Same issue for me I updated kernal version 6.1 and run your compile.sh again but showing me error same as @Marcos script do you have any solution for that -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

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

2023-07-05 Thread Samer Attrah
@David @Giuliano Hello, Thank you so much, I just stopped the secure boot and run Giuliano's script and it worked perfectly. thanks, David thanks, Giuliano Kind regards Samer Attrah -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

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

2023-07-05 Thread David
@Samer Attrah (samerattrah) I had exactly the same problem that you have, I solved it by disabling secure boot from bios. (to have permission to disable secure boot I also had to set a supervisory password from bios as well). -- You received this bug notification because you are a member of

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

2023-06-27 Thread raj
@Giuliano Lotta (giuliano69) Its will happen if we reinstall again so I buy the USB WEBCAM -- 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

[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 Samer Attrah
Hello, I still can not get my camera to work and, for reference please check this probe: https://linux-hardware.org/?probe=dbde8636bb I hope it helps to diagnose the issue. Kind regards Samer Attrah -- 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-20 Thread raj
@giuliano69 HI, Sir Now I have linux-headers-5.19.0-45-generic' can you provide solutions again step by step so I can run my Camera Device THanks -- 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-06-20 Thread BlindB0
@raj Ubuntu 22 comes with 5.19 kernel. Driver https://github.com/Kvalme/uvc.git only for 6.2 and 6.3 kernels. Try to use @giuliano69 #0 sulution with his bash script. Or try to use #19 solution and below posts. I only try to compile this module on 6.2.0 kernel. -- You received this bug

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

2023-06-20 Thread raj
@BlindB0 I installed Ubuntu 22 Lts version and now showing me this ake -C /lib/modules/5.19.0-45-generic/build M=/home/raj/uvc modules make[1]: Entering directory '/usr/src/linux-headers-5.19.0-45-generic' warning: the compiler differs from the one used to build the kernel The kernel was built

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

2023-06-20 Thread BlindB0
@raj I just try to compile driver on clean Ubuntu 23.04 with 6.2.0-23-generic kernel. Got the same error. With quick googling found this solution: apt install dwarves cp /sys/kernel/btf/vmlinux /usr/lib/modules/`uname -r`/build/ So, with this steps I can compile it without errors: sudo apt-get

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

2023-06-20 Thread raj
@Giuliano Lotta (giuliano69) Can you help me -- 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:

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

2023-06-20 Thread raj
@BlindB0 Hello Sir , Any Feedback -- 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

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

2023-06-19 Thread raj
@BlindB0 (blindb0) HI , I Installed fresh Ubuntu and again camera not working I followed#67 your steps as previous but this time showing me warning: the compiler differs from the one used to build the kernel The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.2.0-17ubuntu1)

[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-06-18 Thread Igor Andrianov
Hello colleagues. I confirm the successful solution of this problem also for camera model 0408:4033 (Acer Acer Aspire A515-57, Ubuntu 22.04, kernel 5.19.0-45-generic) by simply changing in one place 4035 to 4033 in uvc_driver.c before compiling. I have no problems with sound. Everything works

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

2023-05-28 Thread raj
@BlindB0 Thank you very much its stops me buying external camera working fine now -- 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

[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-27 Thread BlindB0
@raj You can do it via: sudo cp /lib/modules/$(uname -r)/kernel/drivers/media/usb/uvc/uvcvideo.ko{,.back} sudo cp ~/uvc/uvcvideo.ko /lib/modules/$(uname -r)/kernel/drivers/media/usb/uvc/uvcvideo.ko sudo reboot -- You received this bug notification because you are a member of Kernel Packages,

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

2023-05-27 Thread raj
@BlindB0 Thanks for this camera working but there is problem When I restart the system need to run commands from home/uvc sudo rmmod uvcvideo sudo insmod ./uvcvideo.ko then again it will work do you have any idea so we do need to run these commands everytime -- You received this bug

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

2023-05-26 Thread BlindB0
@raj Hi, did you do step-by-step from home folder? sudo apt-get install build-essential git clone https://github.com/Kvalme/uvc.git cd ./uvc/ git checkout 5ea688c make (may be you must change cam id in uvc_driver.c (2471 line) for 4033 model. If you still have an error, later I can make

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

2023-05-26 Thread Samer Attrah
@raj Hello, If I may say, I also had this same error when I was trying to work with the instructions in #19 before Giuliano provided the Bash script. What caused the error from my experience is that I was running the wget command and compiling in the wrong directory. I think checking which are

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

2023-05-26 Thread raj
@BlindBO I have same problem my kernel is 6.2.0-20-generic and ubuntu version is 23.04 for same camera Mode No is - 0408:4033 Quanta Computer, Inc. ACER HD User Facing I have issues webcam not working can you provide better solutions with clear instructions I follow your instructions and give

[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 raj
showing me error The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.2.0-17ubuntu1) 12.2.0 You are using: gcc-12 (Ubuntu 12.2.0-17ubuntu1) 12.2.0 CC [M] /home/raj/uvc/uvc_driver.o /home/raj/uvc/uvc_driver.c:17:10: fatal error: linux/usb/uvc.h: No such file or directory

[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 raj
@Giuliano I have same problem my kernel is 6.2.0-20-generic and ubuntu version is 23.04 for same camera Mode No is - 0408:4033 Quanta Computer, Inc. ACER HD User Facing I have issues webcam not working can you provide better solutions with clear instructions -- You received this bug

[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-25 Thread Samer Attrah
@Giuliano Hello, Thanks for your reply, I have compiled the uvc_video.c file today and the camera is still not working, I will be looking forward to other instructions from you and others, I hope for the camera to start functioning earliest possible. Kind regards Samer Attrah -- You

[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-24 Thread Samer Attrah
Hello Giuliano, It's been some time since the last contact, I wonder if you lost interest in the case? Kind regards Samer Attrah -- 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] Re: UVC Quanta 0408:4035 camera PROBLEM

2023-05-17 Thread Samer Attrah
@Giuliano Yes, sure it does, please find attached the full output of the command if you wish to check it. I will be looking forward to the next steps. Kind regards Samer Attrah ** Attachment added: "lsusb -v -d 0408:4033 output.pdf"

[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-17 Thread Samer Attrah
Hello Giuliano, thank you so much, I have downloaded the new script and run it with the new *.c file but the camera is still not working. also, I checked the commands in #50, and it still has the same output. please if there are any other thoughts I will be happy to work on them. Kind regards

[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 Samer Attrah
@Giuliano thanks, but I just did and the camera still not working after reboot. Any other ideas, or what to do now? -- 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

[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-16 Thread Samer Attrah
Hello, I have the same problem and I followed the instructions in #19 and rebooted but the camera still not working. I have: acer aspire A715-51G and the camera is: 0408:4033 Quanta Computer, Inc. ACER HD User Facing and what I get on the following commands are: sudo dmesg | grep uvc #

[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-05-11 Thread BlindB0
@wtq (wtq-wtq) Hi! I made this build on clean ubuntu-server 23.04 in VirtualBox. All I have to do after setup OS: sudo apt-get install build-essential git clone https://github.com/Kvalme/uvc.git cd ./uvc/ git checkout 5ea688c make After that I copy uvcvideo.ko to laptop. If you still have

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

2023-05-10 Thread wtq
@blindbO hello! I meet the same problem , my computer is same with you , and also is ubuntu 23.04. but when I compile the https://github.com/Kvalme/uvc , there is an error occur. "fatal error: linux/usb/uvc.h: no such file or directory" and i also put the "uvc" directory into the

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

2023-05-05 Thread BlindB0
I finaly compile https://github.com/Kvalme/uvc on ubuntu 23.04 Simply by: git checkout HEAD~1 (first commit for 6.2 kernel, last for 6.3 kernel) make sudo rmmod uvcvideo sudo insmod ./uvcvideo.ko (No kernel sources, just add build-essential from ubuntu repo) All works like a charm on Acer Nitro 5

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

2023-04-17 Thread Joseph
@giuliano69 So, "modinfo uvcvideo" output is attached and "sudo modprobe uvcvideo -vv" output is: modprobe: INFO: ../libkmod/libkmod.c:367 kmod_set_log_fn() custom logging function 0x55c27ec1c830 registered insmod /lib/modules/5.15.0-69-generic/kernel/drivers/media/usb/uvc/uvcvideo.ko

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

2023-04-17 Thread BlindB0
Hi! I have same problem. UVC Quanta 0408:4035 on Acer Nitro 5 AN515-58. Kubuntu 23.04, kernel 6.2.0. I cannot build this patch with 6.2.0 kernel, because of initial driver file uvc_driver.c in 6.2.0 have many changes. I found maybe suitable driver for 6.x kernel (???).

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

2023-04-16 Thread Marcos Bernardo Jr
Hey there, sorry for the late reply! I don't know if i can do much to help, but i can affirm that me and Joseph probably have the same laptop model, and the main difference may be that he's on Mint 21, and i'm on Ubuntu 22. Anyways, to provide means to a comparison, here are my outputs for the

[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 Joseph
yes, i did both reboot and changed .idProduct to 0x4033 reporting is: sudo dmesg | grep uvc [5.090901] uvcvideo: loading out-of-tree module taints kernel. [5.090985] uvcvideo: module verification failed: signature and/or required key missing - tainting kernel sudo rmmod uvcvideo &&

[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 Joseph
Thank you very much! All commands were execute succesfully, but the webcam still didn`t work Cheese said me that device not found I changed the line with x4035 with x4033, but nothing May be i need to install additional drivers? I tried a lot of methods before and may be i can delete any

[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-16 Thread Joseph
@giuliano69, thank you a lot for you work! So, i also have the same problem in Acer Aspire 5 A515-57 I have Linux Mint 21.1 5.15.0-69-generic And try to run commands in #19, but i have problems when i try to compile the file I think that i did it in bad directory Can you explain me this path

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

2023-04-11 Thread Marcos Bernardo Jr
It worked like a charm, @giuliano69 After modifying said line, i compiled and installed, and then ran "sudo rmmod uvcvideo && sudo modprobe uvcvideo" as said in #24, and boom. I`ll do my part and share this solution on every other page where i`ve seen this problem reported. Thanks for the help

[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-04-10 Thread Marcos Bernardo Jr
Same problem... I have an Aspire A515-57 and i am running into the same issue :/ I have tried replicating the steps from #19, but didn't manage to fix it. Probably due to my lack of experience using Linux. Mine is the 0408:4033 BTW could any of you gentlemen do a more detailed step-by-step or

[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-21 Thread Douglas
Thanks for your support @giuliano69 With a broken heart, I ended up deciding to kiss Linux goodbye. At least for a while. This process of compiling and searching for solutions does not fit into my day-to-day life. In addition to the webcam problem, the headset microphone does not work, the

  1   2   >