Hallo,
ich habe mir ebenfalls das Sedu Board und die Strips bestellt und habe vor diese unter Gen2vdr Beta 8 zu betreiben.
Dazu habe ich das Board unter Windows Konfiguriert, sodass zwei Pixel zusammengefasst werden. Macht dann 46 Kanäle.
Danach Boblight nach dieser Anleitung installiert http://www.sedu-board.de/sedu-ambilight…t-mit-boblight/
und mit
export DISPLAY=:0.0
boblightd -f
boblight-X11 -o speed=25 -o value=20 -o saturation=1.5 -o threshold=50
gestartet.
Nach dem starten von XBMC bleiben die LEDs allerdings dunkel. Hier mal ein Auszug aus meiner boblight.conf
#[global]
interface127.0.0.1
port19333
[device]
nameambilight
output/dev/ttyUSB0
channels256
typeatmo
interval20000
prefixA5 5A A0
rate500000
[color]
namered
rgb800000
gamma1.0
adjust1.0
blacklevel0.0
[color]
namegreen
rgb008000
gamma1.0
adjust1.0
blacklevel0.0
[color]
nameblue
rgb000080
gamma1.0
adjust1.0
blacklevel0.0
[light]
nameleft1
colorred ambilight 1
colorgreen ambilight 2
colorblue ambilight 3
hscan0 15
vscan82.5 100
[light]
nameleft2
colorred ambilight 4
colorgreen ambilight 5
colorblue ambilight 6
hscan0 15
vscan70.7 88.2
[light]
nameleft3
colorred ambilight 7
colorgreen ambilight 8
colorblue ambilight 9
hscan0 15
vscan58.9 76.4
[light]
nameleft4
colorred ambilight 10
colorgreen ambilight 11
colorblue ambilight 12
hscan0 15
vscan47.1 64.6
Display More
Ich habe keine Ahnung wo der Fehler liegt.
edit: bei boblightd -f bringt er folgendes
(PrintFlags) starting boblightd -f
(CConfig::LoadConfigFromFile) opening /etc/boblight.conf
(CConfig::CheckConfig) checking config lines
(CConfig::CheckConfig) config lines valid
(CConfig::BuildConfig) building config
(CConfig::BuildConfig) built config successfully
(main) starting devices
(CClientsHandler::Process) opening listening socket on *:19333
(CDevice::Process) ambilight: starting with output "/dev/ttyUSB0"
(CDevice::Process) ambilight: setting up
(CDevice::Process) ambilight: setup succeeded
Display More
Bei boblight-X11 dann
Connecting to boblightd
(CClientsHandler::Process) 127.0.0.1:33272 connected
(CClientsHandler::ParseMessage) 127.0.0.1:33272 said hello
Connection to boblightd opened
(CClientsHandler::ParseSet) 127.0.0.1:33272 priority set to 128
edit2: PROBLEM GELÖST
Ich habe mal den debug mode aktiviert. Er gibt mir folgendes aus:
/dev/ttyUSB0 write: a5 5a 89 ff 5a 55 ff 8b 11 ff b9 31 ff f8 30 ae ff 4a a6 ff 3d 95 ff 00 68 ff 2f 8a ff 1a 78 ff 00 60 ff 00 5c ff 00 5b ff 00 5b ff 00 5a ff 00 59 ff 00 5a ff 00 5b ff 00 59 ff 00 58 ff 00 5a ff 00 5a ff 00 58 ff 00 57 ff 00 5c ff 00 6d ff 04 98 ff 00 ff e2 53 ff 6e 5b ff 4f 4a ff 3c 6b ff 3d 28 ff 4a 0f ff 4f 00 ff 54 00 ff 55 09 ff 59 46 ff 65 ff e1 64 ff 7f 1e ff 82 1a ff 85 1b ff ba 40 be ff 5e 7a ff 5b 85 ff 73 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a1
Dort ist mir aufgefallen dass er am Anfang a5 5a und am ende immer a1 ausgibt. Das wurde ja wie wie in der Anleitung beschrieben beim compilieren eingestellt.
Wenn ich allerdings mit dem Config Tool zufällige Werte zum Sedu board schicke schreibt er immer 5a a1 und am ende a5. Dies habe ich dann beim compilieren mitgegeben und siehe da. Es läuft.
Gruß Robert