Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst3
-rwxr-xr-xsrc/modules/octopi/filesystem/home/root/bin/webcamd2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index d855d4d..5e268e9 100644
--- a/README.rst
+++ b/README.rst
@@ -65,7 +65,6 @@ Requirements
#. root privileges for chroot
#. Bash
#. git
-#. realpath
#. sudo (the script itself calls it, running as root without sudo won't work)
Build OctoPi From within OctoPi / Raspbian / Debian / Ubuntu
@@ -75,7 +74,7 @@ OctoPi can be built from Debian, Ubuntu, Raspbian, or even OctoPi.
Build requires about 2.5 GB of free space available.
You can build it by issuing the following commands::
- sudo apt-get install gawk util-linux realpath qemu-user-static git p7zip-full python3
+ sudo apt-get install gawk util-linux qemu-user-static git p7zip-full python3
git clone https://github.com/guysoft/CustomPiOS.git
git clone https://github.com/guysoft/OctoPi.git
diff --git a/src/modules/octopi/filesystem/home/root/bin/webcamd b/src/modules/octopi/filesystem/home/root/bin/webcamd
index 5be0ed7..668fa51 100755
--- a/src/modules/octopi/filesystem/home/root/bin/webcamd
+++ b/src/modules/octopi/filesystem/home/root/bin/webcamd
@@ -15,7 +15,7 @@ MJPGSTREAMER_HOME=/home/pi/mjpg-streamer
MJPGSTREAMER_INPUT_USB="input_uvc.so"
MJPGSTREAMER_INPUT_RASPICAM="input_raspicam.so"
-brokenfps_usb_devices=("046d:082b" "1908:2310" "0458:708c" "1e4e:0102" "0471:0311")
+brokenfps_usb_devices=("046d:082b" "1908:2310" "0458:708c" "1e4e:0102" "0471:0311" "038f:6001")
config_dir="/boot/octopi.conf.d"