USB device is displayed in Proxmox as "Global Unichip Corp." instead of "Google ..." and therefore does not work in Frigate.
Opened this issue · 1 comments
Description
Hello everyone, I have been trying to get my Google Coral to run under Proxmox since yesterday. The stick should then be passed through to an LXC on which Docker -> Frigate is installed. I followed the official documentation from Google as well as various forums. But unfortunately I can't get the Google Coral driver to work properly. It is still not recognised as a Google device, but as ‘Global Unichip Corp.’.
I have already restarted the Proxmox Node several times and connected the USB device to other ports several times, unfortunately without success.
The link to the documentation: https://coral.ai/docs/accelerator/get-started/#runtime-on-linux
I have executed the following commands from Google:
echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install libedgetpu1-std
These commands (according to some forums, however, unnecessary, as Frigate probably already has everything possible on board) have brought me back errors:
sudo apt-get install python3-pycoral
Error:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python3-pycoral : Depends: python3-tflite-runtime (= 2.5.0.post1) but it is not going to be installed
Depends: python3 (< 3.10) but 3.11.2-1+b1 is to be installed
E: Unable to correct problems, you have held broken packages.
Many thanks in advance for your support!
Click to expand!
Issue Type
Build/Install
Operating System
Linux
Coral Device
USB Accelerator
Other Devices
No response
Programming Language
Other
Relevant Log Output
No response
Duplicate of #536
Possible workaround in comments: #536 (comment)