Displaying 3 results from an estimated 3 matches for "opiniono".
Did you mean:
opinion
2014 Sep 28
0
how to install NUT on raspberry pi
...thanks for your answer.
I follow your tutorial untill this instruction:
wget "http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-
1.0.18/libusb-1.0.18.tar.bz2?
r=http%3A%2F%2Fwww.libusb.org%2F&ts=1404210716&use_mirror=softlayer-ams"
-O libusb-1.0.18.tar.bz2
in my opiniono there are 2 " that are not needed and i when -O libusb-
1.0.18.tar.bz2 is not recognize from shell ( maybe because the
instruction is divided in two lines ).
I removed " and put all instruction in 1 line but shell freeze itself.
This is the output:
pi at raspberrypi ~ $ wget
http://dow...
2014 Sep 08
8
how to install NUT on raspberry pi
Hello all,
Here is build instructions for putting NUT on a Raspberry Pi.
Charles - Feel free to put this on your docs list.
# Do an rpi-update to prevent USB strangeness
#some dependencies from repo
sudo apt-get -y install m4 libtool libudev-dev automake
#fixing autoconf for later
sudo ln -s /usr/share/autoconf/Autom4te /usr/local/share/autoreconf/Autom4te
sudo ln -s /usr/bin/autom4te
2014 Sep 28
4
how to install NUT on raspberry pi
...your tutorial untill this instruction:
>
> wget "http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-
> 1.0.18/libusb-1.0.18.tar.bz2?
> r=http%3A%2F%2Fwww.libusb.org%2F&ts=1404210716&use_mirror=softlayer-ams"
> -O libusb-1.0.18.tar.bz2
>
> in my opiniono there are 2 " that are not needed and i when -O libusb-
> 1.0.18.tar.bz2 is not recognize from shell ( maybe because the
> instruction is divided in two lines ).
>
> I removed " and put all instruction in 1 line but shell freeze itself.
The double quotes are needed because th...