HomeGenie Forum
General Category => Troubleshooting and Support => Topic started by: ivn on September 01, 2015, 12:12:58 AM
-
Hi!
I have a Banana Pi with bananian SO, it's possible to install HG?
When I try to install .deb I get al error: imposible to install dependencie mono-runtime.
I need help!!
Thanks!
-
Sorry but I read this part:
Note: HomeGenie requires mono runtime version 3.2 or later.
Installing prerequisites
Enter the following command from terminal ('apt-get' is shown here, eventually replace it with whatever package manager is suitable for your operating system):
sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev alsa-utils mono-runtime [...]
Tonight I try again.
Thanks!!
-
Hi IVN,
see this link:
http://www.mono-project.com/docs/getting-started/install/linux/ (http://www.mono-project.com/docs/getting-started/install/linux/)
I use lubuntu on bananapi and works with the four commands below:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian (http://download.mono-project.com/repo/debian) wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-runtime
I hope help you
-
Hi Marco!!
It's the same link that was looking!!
Works fine!
Now I have to configure the controller.
Thanks for the reply!
-
Hi!
Today I get the door sensor and have a question: Which of these devices is the controller?
Should not appear as **USB?
Thanks!!
-
What type of Z-wave controller do you have?
-
This one:
http://www.amazon.es/gp/product/B00E965Q9G?psc=1&redirect=true&ref_=oh_aui_detailpage_o01_s00 (http://www.amazon.es/gp/product/B00E965Q9G?psc=1&redirect=true&ref_=oh_aui_detailpage_o01_s00)
-
That's the one I have, I'm also running a BananaPi. (I'm able to select USB devices OK)
For some reason your list is not showing USB devices, I'm not sure why though as I have very little Linux knowledge.
-
Drivers??
I'm using bananian (I think it is Debian)...
-
Drivers??
I'm using bananian (I think it is Debian)...
To be honest, I don't know. I just downloaded a BananaPi image from the download page (http://www.homegenie.it/download.php). (This was about one year ago, so I'm not sure if there was a dedicated BananaPi image.)
-
Drivers??
I'm using bananian (I think it is Debian)...
To be honest, I don't know. I just downloaded a BananaPi image from the download page ([url]http://www.homegenie.it/download.php[/url]). (This was about one year ago, so I'm not sure if there was a dedicated BananaPi image.)
Bananian is the OS(http://www.lemaker.org/article-33-1.html (http://www.lemaker.org/article-33-1.html)), the .deb of HG its what you said´.
-
Bananian is the OS([url]http://www.lemaker.org/article-33-1.html[/url] ([url]http://www.lemaker.org/article-33-1.html[/url])), the .deb of HG its what you said´.
Oh yes, I realise that. I'm just not sure if that's what I'm running (it probably is though). About a year ago it was still possible to download Full Images on the download page, but I think Gene stopped with that some time ago.
-
I will look for the forum if it has happened before.
Help is accepted ;)
Thanks!
-
Hi Ivn,
I don't have usb stick, but if you use this command line, what is the response?
lsusb
You can see the usb stick Aeon lab?
you use an usb hub(with external power?) or is connected directly to banana-usb?
The power of banana-pi is enough?
Marco
-
Hi Marco!
As you can see the USB Stick don't appears...
I tried with the command "dmesg" with and without Stick, and the difference is only this line: "usb 4-1: USB disconnect, device number 7"
The Stick is connected directly to banana-usb.
I don't know if the power is enough, I can test without WD drive. (But WD is powered)
Thanks for the reply!!
-
Hi Ivn,
apparently your stick is:
Product: CP2102 USB to UART Bridge Controller
[258312.946524] usb 4-1: Manufacturer: Silicon Labs
Try to install the last software driver from:
https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx (https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx)
and restart first to find it in home genie..
Marco
-
Hi Marco,
I finally decided to change distribution, I opted for Raspbian.
Whith this distribution I could configure the controller, but now I have a problem adding the door/window sensor module. I tried to do as the tutorial, but I is not on the list ... https://www.youtube.com/watch?v=5yUiY52_-GQ (https://www.youtube.com/watch?v=5yUiY52_-GQ)
You can help me??
Thanks!