Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexionmars/nitro5-an515-58-webcam-module
New acer nitro 5 webcam support for Quanta Computer, Inc. ACER HD User Facing
https://github.com/rexionmars/nitro5-an515-58-webcam-module
Last synced: about 10 hours ago
JSON representation
New acer nitro 5 webcam support for Quanta Computer, Inc. ACER HD User Facing
- Host: GitHub
- URL: https://github.com/rexionmars/nitro5-an515-58-webcam-module
- Owner: rexionmars
- License: gpl-2.0
- Created: 2023-09-03T05:05:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-20T09:54:41.000Z (6 months ago)
- Last Synced: 2024-05-20T10:59:48.988Z (6 months ago)
- Language: C
- Homepage: https://www.youtube.com/watch?v=44KGF_xKWVk&t=76s
- Size: 81.1 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Ubuntu 22.04 LTS Kernel 6.2
```sh
sudo apt update && sudo apt upgrade -y
sudo apt install build-essential -y
sudo apt install gcc-12 -y
cd ~ # change to your home directory
apt-get source linux-modules-extra-$(uname -r)
cd ~/linux-*/drivers/media/usb/uvc
mv uvc_driver.c uvc_driver.old
```
Download my version for AN515-58 **Kernel 6.2**
```sh
wget https://raw.githubusercontent.com/rexionmars/Nitro5-AN515-58-WebCam-Module/master/uvc_driver_kernel_6.2/uvc_driver.c
```
Compile new module```sh
make -j4 -C /lib/modules/$(uname -r)/build M=$(pwd) modules
sudo cp uvcvideo.ko /lib/modules/$(uname -r)/kernel/drivers/media/usb/uvc/
```
Finaly
```sh
sudo reboot
```
## Ubuntu 22.04 LTS Kernel 6.5
```bash
sudo apt update && sudo apt upgrade -y
sudo apt install build-essential -y
sudo apt install gcc-12 -ycd ~ # change to your home directory
apt-get source linux-modules-extra-$(uname -r)
cd ~/linux-*/drivers/media/usb/uvc
mv uvc_driver.c uvc_driver.old
```
Download my version for AN515-58 **Kernel 6.5**
```sh
wget https://raw.githubusercontent.com/rexionmars/Nitro5-AN515-58-WebCam-Module/master/ubuntu_22-04_kernel_6.5/v4l2-uvc.h
wget https://raw.githubusercontent.com/rexionmars/Nitro5-AN515-58-WebCam-Module/master/ubuntu_22-04_kernel_6.5/uvc_driver.c
```
Compile new module```sh
make -j4 -C /lib/modules/$(uname -r)/build M=$(pwd) modules
sudo cp uvcvideo.ko /lib/modules/$(uname -r)/kernel/drivers/media/usb/uvc/
```
Finaly
```sh
sudo reboot
```
Please, report any doubts or issues you may be experiencing with Linux to the following email addresses: [email protected] or [email protected]. I will assist as soon as possible.