Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch not found #1

Open
Mitesh-The-Myth opened this issue Jan 18, 2016 · 17 comments
Open

patch not found #1

Mitesh-The-Myth opened this issue Jan 18, 2016 · 17 comments

Comments

@Mitesh-The-Myth
Copy link

patch -p1 -i webiopi-pi2bplus.patch
-bash: patch: command not found

please help

@bayyolal
Copy link

Hi try this:

patch -p1 -i webiopi -pi2bplus.patch

Thanks.

@Mitesh-The-Myth
Copy link
Author

Still Same :(

$ patch -p1 -i webiopi -pi2bplus.patch
-bash: patch: command not found
$ sudo patch -p1 -i webiopi -pi2bplus.patch
sudo: patch: command not found

@bayyolal
Copy link

For Raspberry Pi 2: (For 24 pinned and 40 pinned modified)

First connect your Pi directly to the internet via ethernet cable (if you have wifi use wifi but cable is more than good.)

cd /home/pi
sudo wget http://sourceforge.net/projects/webiopi/files/WebIOPi-0.7.1.tar.gz
sudo tar xvzf WebIOPi-0.7.1.tar.gz
cd WebIOPi-0.7.1
sudo wget https://raw.githubusercontent.com/doublebind/raspi/master/webiopi-pi2bplus.patch
patch -p1 -i webiopi-pi2bplus.patch
sudo ./setup.sh

"Do you want to access over Internet?" --> y (we want to command over internet)

cd /home/pi
sudo wget https://github.com/weaved/installer/raw/master/binaries/weaved-nixinstaller_1.2.13.bin
sudo chmod +x weaved-nixinstaller_1.2.13.bin
sudo ./weaved-nixinstaller_1.2.13.bin
Protocol Selection Menu -->(type) 3

Source: http://www.onuryolal.com/f/b/r/17102015.html

@Mitesh-The-Myth
Copy link
Author

hello,
cd /home/pi
sudo wget http://sourceforge.net/projects/webiopi/files/WebIOPi-0.7.1.tar.gz
sudo tar xvzf WebIOPi-0.7.1.tar.gz
cd WebIOPi-0.7.1
sudo wget https://raw.githubusercontent.com/doublebind/raspi/master/webiopi-pi2bplus.patch

till here everything seems fine
but
$ patch -p1 -i webiopi -pi2bplus.patch
-bash: patch: command not found

getting same error again

sorry for my english

@bayyolal
Copy link

It is okey.

Focus on the file has called as: "webiopi-pi2bplus.patch"
When you download, the file is going to somewhere. Follow the path and check it.

Don't leave a space! It is "webiopi-pi2bplus.patch" together, as a file. I haven't got my Raspberry Pi near with me now. But later maybe I am. You may try to type only "patch" then type -p1 then type -i or just type $ patch -p1 webiopi-pi2bplus.patch

keep on try.

@Mitesh-The-Myth
Copy link
Author

i checked the file by ls -all, it's is still in WebIOPi-0.7.1 folder

@bayyolal
Copy link

By the way, which board do you use?
Which OS did you load into Raspberry Pi?

Did you update your PI with $ sudo apt-get update and these:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo rpi-update

@Mitesh-The-Myth
Copy link
Author

by a bit research i found that i have to install build essentials after doing that now it gives me another error:

patch -p1 -i webiopi -pi2bplus.patch
patch: **** strip count i2bplus.patch is not a number

@bayyolal
Copy link

Please use "patch -p1 -i webiopi-pi2bplus.patch" delete the gap!

@Mitesh-The-Myth
Copy link
Author

thank you sooooo much 👍 it really worked :)

@bayyolal
Copy link

Oh come on! Really done?? 💯 I can't believe...

@Mitesh-The-Myth
Copy link
Author

yes 💯 :) :)

@bayyolal
Copy link

Perfect for you! Good night from Istanbul! ✋

@Mitesh-The-Myth
Copy link
Author

good night from India it's really kind of you.

@bayyolal
Copy link

We love India :) Selam :)
24 Oca 2016 00:49 tarihinde "Mitesh-The-Myth" [email protected]
yazdı:

good night from India it's really kind of you.


Reply to this email directly or view it on GitHub
#1 (comment).

@Mitesh-The-Myth
Copy link
Author

that's great btw Mitesh here it's a pleasure meeting you.

@bayyolal
Copy link

Nice to meet you Mitesh. Search me on Google as Bay Yolal :)
24 Oca 2016 00:54 tarihinde "Mitesh-The-Myth" [email protected]
yazdı:

that's great btw Mitesh here it's a pleasure meeting you.


Reply to this email directly or view it on GitHub
#1 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants