http://ikennd.ac/pictures/for_posts/2011...Wiring.png
that´s how it should look like (with less arduino PWM pins of course and with an external power supply)
Check if your strip is +RGB or -RGB
[RELEASE] Official XBMC boblight Addon
phil65
Skilled Skinner Posts: 4,456 Joined: Mar 2009 Reputation: 56 Location: Cologne, Germany |
2012-03-15 23:08
Post: #251
(This post was last modified: 2012-03-15 23:11 by phil65.)
|
| find quote |
lrusak
Fan Joined: Sep 2011 Reputation: 3 Location: Canada |
2012-03-17 23:09
Post: #252
boblightd doesn't seem to connect after I wake from sleep. I have to restart or disconnect and reconnect the usb cable.
this is what it is saying in the log file Code: (CDeviceRS232::WriteOutput) ERROR: ambilight: /dev/ttyACM0: Input/output errorwhen I disconnect then reconnect the USB cable I get this in the log file, then it works fine Code: (CDeviceRS232::SetupDevice) ERROR: ambilight: /dev/ttyACM0: Input/output error |
| find quote |
phil65
Skilled Skinner Posts: 4,456 Joined: Mar 2009 Reputation: 56 Location: Cologne, Germany |
2012-03-18 06:55
Post: #253
(2012-03-17 23:09)lrusak Wrote: boblightd doesn't seem to connect after I wake from sleep. I have to restart or disconnect and reconnect the usb cable. i think i had the same problem. if you´re using linux I could send you a small binary which resets the usb port. you´d have to integrate that in /etc/pm/sleep.d. |
| find quote |
lrusak
Fan Joined: Sep 2011 Reputation: 3 Location: Canada |
2012-03-18 07:45
Post: #254
(2012-03-18 06:55)phil65 Wrote:(2012-03-17 23:09)lrusak Wrote: boblightd doesn't seem to connect after I wake from sleep. I have to restart or disconnect and reconnect the usb cable. I'm using Openelec, so I can't do that. Thanks though |
| find quote |
phil65
Skilled Skinner Posts: 4,456 Joined: Mar 2009 Reputation: 56 Location: Cologne, Germany |
2012-03-18 08:10
Post: #255
(2012-03-18 07:45)lrusak Wrote:(2012-03-18 06:55)phil65 Wrote:(2012-03-17 23:09)lrusak Wrote: boblightd doesn't seem to connect after I wake from sleep. I have to restart or disconnect and reconnect the usb cable. i think you can, even when using openelec. some openelec addons have a sleep.d folder in their root, the boblightd addon seems to get it too I think ( https://github.com/OpenELEC/OpenELEC.tv/...6d3c9f77cf ) I´m still waitin for a new PVR build, if you don ´t use PVR an OpenELEC version with this change should be available from the official daily builds. and if that does not work you can still build your own OpenELEC image.
(This post was last modified: 2012-03-18 08:11 by phil65.)
|
| find quote |
schumi2004
Fan Posts: 642 Joined: Aug 2011 Reputation: 4 |
2012-03-18 11:26
Post: #256
I'm trying to compile the binary to see if it will work on OpenELEC 64bit but i'm getting this error:
configure: error: Missing a required library, please install it or disable X11 support by passing --without-x11 to configure X11 is installed on my system (Ubuntu 32bit) but can't seem to pass this error. Second question is if there is a config option to compile it for 64bit systems or is this library the same for both? edit: Compiling for x86_64 is solved (--build=x86_64) only X11 error left. Another forum member talked about chmod did the trick but what should i chmod ?
(This post was last modified: 2012-03-18 13:11 by schumi2004.)
|
| find quote |
phil65
Skilled Skinner Posts: 4,456 Joined: Mar 2009 Reputation: 56 Location: Cologne, Germany |
2012-03-18 13:27
Post: #257
(2012-03-18 11:26)schumi2004 Wrote: I'm trying to compile the binary to see if it will work on OpenELEC 64bit but i'm getting this error: don´t know the exact names of the libraries (probably libx...-dev) but I think an "apt-get build-dep wine" did the trick for me some time ago when i had the same error will install some unneeded libraries too of course.EDIT: generic 64 bit building isn´t possible at the moment, or am i wrong? EDIT2: and if you want to compile openelec on ubuntu, only compiling on ubuntu 10.10 or less is officially supported. If it doesn´t work you could use a schroot environment.
(This post was last modified: 2012-03-18 13:33 by phil65.)
|
| find quote |
schumi2004
Fan Posts: 642 Joined: Aug 2011 Reputation: 4 |
2012-03-18 13:46
Post: #258
(2012-03-18 13:27)phil65 Wrote:Thanks for the tip about build-dep wine solved my X11 error but now i have missing header for ffmpeg and i should run it with --without-ffmpeg which is strage since it's already added. (./configure --without-portaudio --without-ffmpeg --prefix=/usr)(2012-03-18 11:26)schumi2004 Wrote: I'm trying to compile the binary to see if it will work on OpenELEC 64bit but i'm getting this error: I added --build=x86_64 and it didn't complain, if i got a proper build i'm going to test if it worked, first getting that ffmpeg bug gone. |
| find quote |
phil65
Skilled Skinner Posts: 4,456 Joined: Mar 2009 Reputation: 56 Location: Cologne, Germany |
2012-03-18 13:47
Post: #259
(2012-03-18 13:46)schumi2004 Wrote:(2012-03-18 13:27)phil65 Wrote:Thanks for the tip about build-dep wine solved my X11 error but now i have missing header for ffmpeg and i should run it with --without-ffmpeg which is strage since it's already added. (./configure --without-portaudio --without-ffmpeg --prefix=/usr)(2012-03-18 11:26)schumi2004 Wrote: I'm trying to compile the binary to see if it will work on OpenELEC 64bit but i'm getting this error: you only need --without-pulseaudio, you can ignore the ffmpeg error then I think. EDIT: what are you tryin to do actually? compile the complete openelec or only the boblightd addon?
(This post was last modified: 2012-03-18 13:50 by phil65.)
|
| find quote |
schumi2004
Fan Posts: 642 Joined: Aug 2011 Reputation: 4 |
2012-03-18 13:57
Post: #260
@phil65
I'm trying to compile libboblight.so which i'll hope will work on OpenELEC x86_64. I have tried several installs to get XBMC Boblight working on OE x86_64 but they all failed. Always missing library, so i thought compiling one for x86_64 myself since some users report they got it working on 64bits systems. Compiling went fine now on my Ubuntu 10.10 system only didn't get the expected *.so file (only got libboblight.la and *.a) but that i will figure out. (I'm a linux noob so can take a while )Thanks for helping. EDIT: I tried it again and it returned the following error (revision 420): Code: In file included from clients/boblight-v4l/videograbber.h:41,EDIT2: Revision 400 seems to work fine.
(This post was last modified: 2012-03-18 19:03 by schumi2004.)
|
| find quote |

![[Image: watched-clearlogo.jpg]](http://trakt.tv/user/lrusak/widget/watched-clearlogo.jpg)
![[Image: watched-clearlogo.jpg]](http://trakt.tv/user/schumi2004/widget/watched-clearlogo.jpg)
will install some unneeded libraries too of course.
)
Search
Help