humeman / openauto-patched-installer

Installer for openauto which patches various issues with newer GooglePlayServices/touchscreen/device detection/compilation issues.
20 stars 23 forks source link

Installer calls the wrong file on Raspberry Pi 3B #9

Open HSBERG opened 2 years ago

HSBERG commented 2 years ago

Hello! First time opening an issue. Hope this is iseful.

I was trying to use the installer on the Raspberry PI 3B running Kernel version: 5.15 and Debian version: 11 (bullseye).

The installer calls for libusb-1.0.0-dev but will shoot out an error;

E: Unable to locate package libusb-1.0.0-dev E: Couldn't find any package by glob 'libusb-1.0.0-dev' [OAInstaller] ERROR: Couldn't install all dependencies! Are you connected to the internet? [OAInstaller] If necessary, report this under the Issues tab on the installer github at https://github.com/humeman/openauto-patched-installer.

The file required is libusb-1.0-0-dev.

HSBERG commented 2 years ago

Not-so-quick fix: Build on Stretch versus Bullseye.