DeskPi-Team / deskpi

DeskPi Pro is the Ultimate Case Kit for Raspberry Pi 4 with Full Size HDMI/2.5 Hard Disk Support and Safe Power Button, It has QC 3.0 Power Supply inside and New ICE Tower Cooler inside.
GNU General Public License v3.0
140 stars 46 forks source link

DeskPi Pro V2 Script #107

Closed djc1961 closed 3 days ago

djc1961 commented 2 years ago

I have a Raspberry Pi 4 running the standard Raspberry Pi OS Lite (no GUI) and OpenMediaVault 6.0. The Pi is fitted inside the DeskPi Pro V2 case along with 1 TB M.2 SATA memory.

The assembly of the case went Ok and I was able to start and run the Pi and OMV without any problem. I was also able to access the M.2 memory

When I tried to install the script for the DeskPi Pro V2 I ran into trouble

My OS, the standard Raspberry Pi OS Lite, does not appear to be specifically listed so I tried the script for the standard Raspberry Pi OS full (with GUI).

The script I tries is that below.

cd ~ git clone https://github.com/DeskPi-Team/deskpi.git cd ~/deskpi/ chmod +x install.sh sudo ./install.sh

When I try to execute the second line (git clone ......) the command is not recognised.

Can you pleas offer a solution?

Many thanks for the great product.

jojobrogess commented 2 years ago

AFAIK, there is NO V2 script.

All scripts should work for both cases(Pro/Lite) equally. And by equally, I mean terribly.

EDIT: I STAND CORRECTED!!!! https://github.com/DeskPi-Team/deskpi/issues/102#issue-1146128764 It looks like Deskpi LITE customers will need to use another script for their GPIO fans. Could be this deskpi_v1 (another repo called deskpi_v1)


Git clone is a weird way to download from the internet.

If git clone doesn't work in your terminal, then you don't have git installed.?


Might be better to:

wget URL2zip unzip zipFile

Then:

Chmod +x zipDirectory/install.sh ./install.sh


But if you don't know how to do that yourself, this case was probably a bad purchase.

As most operating system support is limited at best, and/or functionally sporadic.

I would classify this case, as a “makerboard”. Considering limited support.


You might have to customize the install script to work correctly for your OS.

GOOD LUCK

jojobrogess commented 2 years ago

sorry i misread that you had a lite, you have a pro v2. same solution though. if git clone doesn't work.


wget https://github.com/DeskPi-Team/deskpi/archive/refs/heads/master.zip unzip deskpi.zip
(i think that's what it saves as. you can double check with a simple ls command and replace it if it's different)

Then:

Chmod +x deskpi/install.sh ./install.sh

djc1961 commented 2 years ago

Many thanks for the advice. I will give it a go when I get time, probably not until Saturday

David

------ Original Message ------ From: "jojobrogess" @.> To: "DeskPi-Team/deskpi" @.> Cc: "djc1961" @.>; "Author" @.> Sent: 17/03/2022 07:38:15 Subject: Re: [DeskPi-Team/deskpi] DeskPi Pro V2 Script (Issue #107)

sorry i misread that you had a lite, you have a pro v2. same solution though. if git clone doesn't work.


wget https://github.com/DeskPi-Team/deskpi/archive/refs/heads/master.zip unzip deskpi.zip (i think that's what it saves as. you can double check with a simple ls command and replace it if it's different)

Then:

Chmod +x deskpi/install.sh ./install.sh

— Reply to this email directly, view it on GitHub https://github.com/DeskPi-Team/deskpi/issues/107#issuecomment-1070452974, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYIBHSUOYXUN3JNFXJFAEFDVALOOPANCNFSM5Q3XDMQQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>