-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Speedy1985
committed
Mar 17, 2015
1 parent
ef9c75e
commit 9df8b2f
Showing
22 changed files
with
2,778 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
23:34:30.121507 [InitLog] start of log /home/elight-addons/.enigmalight/enigmalight.log | ||
23:34:30.123081 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:34:30.182770 [CConfig::CheckConfig] checking config lines | ||
23:34:30.301195 [CConfig::CheckConfig] config lines valid | ||
23:34:30.307140 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:34:30.374729 [CConfig::BuildConfig] building config | ||
23:34:30.577187 [CConfig::BuildConfig] built config successfully | ||
23:34:30.578007 [main] Start device 1 from 1 | ||
23:34:30.580357 [CDevice::Process] ambilight: starting with output "/dev/ttyUSB0" | ||
23:34:30.580599 [CDevice::Process] ambilight: setting up | ||
23:34:30.612205 [CDevice::Process] ambilight: setup succeeded | ||
23:34:30.637098 [CEnigmaLight::SetColorSequence] Set colorsequence to RGB | ||
23:34:30.638449 [CGuiServer::Process] Start GuiServer | ||
23:34:30.638702 [CGuiServer::Process] Opening listening socket for Enigma2 GUI on 127.0.0.1:6767 | ||
23:34:30.641027 [CFlagManager::SetVideoGamma] Gamma not set, using 2.2 since this is default for video | ||
23:34:30.641219 [CMainLoop::Process] Starting grabber.. | ||
23:34:30.641336 [CGrabber::Setup] Lights: 92, Cluster leds: 1 as one led | ||
23:34:30.641441 [CGrabber::Setup] Channels: 276 | ||
23:34:30.641556 [CGrabber::Setup] Interval: 0.10 | ||
23:34:30.641669 [CGrabber::Run] Mode -> Dynamic | ||
23:34:30.641953 [CStb::DetectSTB] Detect STB-Type... | ||
23:34:30.642796 [CStb::DetectSTB] Detected STB-Type: BCM7405 | ||
23:34:30.643072 [CFrameGrabber::Setup] Open memory /dev/mem | ||
23:34:30.650904 [CFrameGrabber::CheckRes] Set Scanrange to 88x72 (Source 704x576) | ||
23:34:31.128727 [CGuiServer::Process] GuiClient 127.0.0.1:59417 connected successful. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
23:34:15.988935 [InitLog] start of log /home/elight-addons/.enigmalight/enigmalight.log | ||
23:34:15.993270 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:34:16.059006 [CConfig::CheckConfig] checking config lines | ||
23:34:16.186114 [CConfig::CheckConfig] config lines valid | ||
23:34:16.187405 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:34:16.248025 [CConfig::BuildConfig] building config | ||
23:34:16.449362 [CConfig::BuildConfig] built config successfully | ||
23:34:16.450574 [main] Start device 1 from 1 | ||
23:34:16.454417 [CDevice::Process] ambilight: starting with output "/dev/ttyUSB0" | ||
23:34:16.455587 [CDevice::Process] ambilight: setting up | ||
23:34:16.486164 [CDevice::Process] ambilight: setup succeeded | ||
23:34:16.510460 [CEnigmaLight::SetColorSequence] Set colorsequence to RGB | ||
23:34:16.512979 [CGuiServer::Process] Start GuiServer | ||
23:34:16.513441 [CGuiServer::Process] Opening listening socket for Enigma2 GUI on 127.0.0.1:6767 | ||
23:34:16.516173 [CFlagManager::SetVideoGamma] Gamma not set, using 2.2 since this is default for video | ||
23:34:16.517007 [CMainLoop::Process] Starting grabber.. | ||
23:34:16.517462 [CGrabber::Setup] Lights: 92, Cluster leds: 1 as one led | ||
23:34:16.517842 [CGrabber::Setup] Channels: 276 | ||
23:34:16.518342 [CGrabber::Setup] Interval: 0.10 | ||
23:34:16.518787 [CGrabber::Run] Mode -> Dynamic | ||
23:34:16.519591 [CStb::DetectSTB] Detect STB-Type... | ||
23:34:16.521251 [CStb::DetectSTB] Detected STB-Type: BCM7405 | ||
23:34:16.521835 [CFrameGrabber::Setup] Open memory /dev/mem | ||
23:34:16.531741 [CFrameGrabber::CheckRes] Set Scanrange to 88x72 (Source 704x576) | ||
23:34:16.844290 [CGuiServer::Process] GuiClient 127.0.0.1:59409 connected successful. | ||
23:34:28.104691 [SignalHandler] caught SIGINT | ||
23:34:28.105212 [CFrameGrabber::~CFrameGrabber()] Close memory /dev/mem | ||
23:34:28.105598 [CBitmap::~CBitmap()] [Bitmap] Destroy bitmaps.. | ||
23:34:28.107589 [CGuiServer::Cleanup] Removing clients | ||
23:34:28.108110 [CGuiServer::Cleanup] Closing listening socket | ||
23:34:28.112677 [main] Signaling devices to stop | ||
23:34:28.113191 [main] Waiting for devices to stop | ||
23:34:28.113502 [main] Stop device 1 from 1 | ||
23:34:28.184100 [CDevice::Process] ambilight: closed | ||
23:34:28.184720 [CDevice::Process] ambilight: stopped | ||
23:34:28.187763 [main] Exiting EnigmaLight... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
23:11:59.493628 [InitLog] start of log /home/elight-addons/.enigmalight/enigmalight.log | ||
23:11:59.495730 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:11:59.562653 [CConfig::CheckConfig] checking config lines | ||
23:11:59.689790 [CConfig::CheckConfig] config lines valid | ||
23:11:59.695266 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:11:59.765012 [CConfig::BuildConfig] building config | ||
23:11:59.985637 [CConfig::BuildConfig] built config successfully | ||
23:11:59.986931 [main] Start device 1 from 1 | ||
23:11:59.989435 [CDevice::Process] ambilight: starting with output "/dev/ttyUSB0" | ||
23:11:59.989723 [CDevice::Process] ambilight: setting up | ||
23:12:00.017135 [CDevice::Process] ambilight: setup succeeded | ||
23:12:00.043500 [CEnigmaLight::SetColorSequence] Set colorsequence to RGB | ||
23:12:00.044624 [CGuiServer::Process] Start GuiServer | ||
23:12:00.044932 [CGuiServer::Process] Opening listening socket for Enigma2 GUI on 127.0.0.1:6767 | ||
23:12:00.047395 [CFlagManager::SetVideoGamma] Gamma not set, using 2.2 since this is default for video | ||
23:12:00.047573 [CMainLoop::Process] Starting grabber.. | ||
23:12:00.047705 [CGrabber::Setup] Lights: 92, Cluster leds: 1 as one led | ||
23:12:00.047816 [CGrabber::Setup] Channels: 276 | ||
23:12:00.048053 [CGrabber::Setup] Interval: 0.10 | ||
23:12:00.048175 [CGrabber::Run] Mode -> Dynamic | ||
23:12:00.048416 [CStb::DetectSTB] Detect STB-Type... | ||
23:12:00.049594 [CStb::DetectSTB] Detected STB-Type: BCM7405 | ||
23:12:00.049810 [CFrameGrabber::Setup] Open memory /dev/mem | ||
23:12:00.061415 [CFrameGrabber::CheckRes] Set Scanrange to 120x67 (Source 1920x1080) | ||
23:12:00.337760 [CGuiServer::Process] GuiClient 127.0.0.1:42501 connected successful. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
23:11:42.193318 [InitLog] start of log /home/elight-addons/.enigmalight/enigmalight.log | ||
23:11:42.195450 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:11:42.261781 [CConfig::CheckConfig] checking config lines | ||
23:11:42.387714 [CConfig::CheckConfig] config lines valid | ||
23:11:42.389190 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:11:42.454346 [CConfig::BuildConfig] building config | ||
23:11:42.660095 [CConfig::BuildConfig] built config successfully | ||
23:11:42.661199 [main] Start device 1 from 1 | ||
23:11:42.663624 [CDevice::Process] ambilight: starting with output "/dev/ttyUSB0" | ||
23:11:42.664515 [CDevice::Process] ambilight: setting up | ||
23:11:42.692170 [CDevice::Process] ambilight: setup succeeded | ||
23:11:42.716691 [CEnigmaLight::SetColorSequence] Set colorsequence to RGB | ||
23:11:42.719595 [CGuiServer::Process] Start GuiServer | ||
23:11:42.720629 [CGuiServer::Process] Opening listening socket for Enigma2 GUI on 127.0.0.1:6767 | ||
23:11:42.722723 [CFlagManager::SetVideoGamma] Gamma not set, using 2.2 since this is default for video | ||
23:11:42.724316 [CMainLoop::Process] Starting grabber.. | ||
23:11:42.724781 [CGrabber::Setup] Lights: 92, Cluster leds: 1 as one led | ||
23:11:42.725239 [CGrabber::Setup] Channels: 276 | ||
23:11:42.725858 [CGrabber::Setup] Interval: 0.10 | ||
23:11:42.726808 [CGrabber::Run] Mode -> Dynamic | ||
23:11:42.727799 [CStb::DetectSTB] Detect STB-Type... | ||
23:11:42.729816 [CStb::DetectSTB] Detected STB-Type: BCM7405 | ||
23:11:42.730533 [CFrameGrabber::Setup] Open memory /dev/mem | ||
23:11:42.740783 [CFrameGrabber::CheckRes] Set Scanrange to 120x67 (Source 1920x1080) | ||
23:11:42.896750 [CGuiServer::Process] GuiClient 127.0.0.1:42489 connected successful. | ||
23:11:56.281403 [SignalHandler] caught SIGINT | ||
23:11:56.282454 [CFrameGrabber::~CFrameGrabber()] Close memory /dev/mem | ||
23:11:56.283069 [CBitmap::~CBitmap()] [Bitmap] Destroy bitmaps.. | ||
23:11:56.285120 [CGuiServer::Cleanup] Removing clients | ||
23:11:56.286307 [CGuiServer::Cleanup] Closing listening socket | ||
23:11:56.318386 [main] Signaling devices to stop | ||
23:11:56.319410 [main] Waiting for devices to stop | ||
23:11:56.319792 [main] Stop device 1 from 1 | ||
23:11:56.394351 [CDevice::Process] ambilight: closed | ||
23:11:56.395136 [CDevice::Process] ambilight: stopped | ||
23:11:56.397565 [main] Exiting EnigmaLight... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
23:05:19.876231 [InitLog] start of log /home/elight-addons/.enigmalight/enigmalight.log | ||
23:05:19.878272 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:05:19.944004 [CConfig::CheckConfig] checking config lines | ||
23:05:20.068692 [CConfig::CheckConfig] config lines valid | ||
23:05:20.070307 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
23:05:20.134064 [CConfig::BuildConfig] building config | ||
23:05:20.328343 [CConfig::BuildConfig] built config successfully | ||
23:05:20.329726 [main] Start device 1 from 1 | ||
23:05:20.332753 [CDevice::Process] ambilight: starting with output "/dev/ttyUSB0" | ||
23:05:20.333315 [CDevice::Process] ambilight: setting up | ||
23:05:20.361202 [CDevice::Process] ambilight: setup succeeded | ||
23:05:20.390620 [CEnigmaLight::SetColorSequence] Set colorsequence to RGB | ||
23:05:20.393756 [CGuiServer::Process] Start GuiServer | ||
23:05:20.394455 [CGuiServer::Process] Opening listening socket for Enigma2 GUI on 127.0.0.1:6767 | ||
23:05:20.395815 [CFlagManager::SetVideoGamma] Gamma not set, using 2.2 since this is default for video | ||
23:05:20.397487 [CMainLoop::Process] Starting grabber.. | ||
23:05:20.398457 [CGrabber::Setup] Lights: 92, Cluster leds: 1 as one led | ||
23:05:20.399031 [CGrabber::Setup] Channels: 276 | ||
23:05:20.399502 [CGrabber::Setup] Interval: 0.10 | ||
23:05:20.399940 [CGrabber::Run] Mode -> Dynamic | ||
23:05:20.400504 [CStb::DetectSTB] Detect STB-Type... | ||
23:05:20.402256 [CStb::DetectSTB] Detected STB-Type: BCM7405 | ||
23:05:20.402931 [CFrameGrabber::Setup] Open memory /dev/mem | ||
23:05:20.415943 [CFrameGrabber::CheckRes] Set Scanrange to 120x67 (Source 1920x1080) | ||
23:05:20.477581 [CGuiServer::Process] GuiClient 127.0.0.1:41681 connected successful. | ||
23:05:25.065215 [SignalHandler] caught SIGINT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
22:57:41.235925 [InitLog] start of log /home/elight-addons/.enigmalight/enigmalight.log | ||
22:57:41.242337 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
22:57:41.309631 [CConfig::CheckConfig] checking config lines | ||
22:57:41.443608 [CConfig::CheckConfig] config lines valid | ||
22:57:41.445052 [CConfig::LoadConfigFromFile] Opening /etc/enigmalight.conf | ||
22:57:41.509501 [CConfig::BuildConfig] building config | ||
22:57:41.714189 [CConfig::BuildConfig] built config successfully | ||
22:57:41.715673 [main] Start device 1 from 1 | ||
22:57:41.718664 [CDevice::Process] ambilight: starting with output "/dev/ttyUSB0" | ||
22:57:41.720788 [CDevice::Process] ambilight: setting up | ||
22:57:41.751416 [CDevice::Process] ambilight: setup succeeded | ||
22:57:41.793152 [CEnigmaLight::SetColorSequence] Set colorsequence to RGB | ||
22:57:41.794755 [CGuiServer::Process] Start GuiServer | ||
22:57:41.796271 [CGuiServer::Process] Opening listening socket for Enigma2 GUI on 127.0.0.1:6767 | ||
22:57:41.798855 [CFlagManager::SetVideoGamma] Gamma not set, using 2.2 since this is default for video | ||
22:57:41.799842 [CMainLoop::Process] Starting grabber.. | ||
22:57:41.800447 [CGrabber::Setup] Lights: 92, Cluster leds: 1 as one led | ||
22:57:41.800858 [CGrabber::Setup] Channels: 276 | ||
22:57:41.801286 [CGrabber::Setup] Interval: 0.10 | ||
22:57:41.801629 [CGrabber::Run] Mode -> Dynamic | ||
22:57:41.802667 [CStb::DetectSTB] Detect STB-Type... | ||
22:57:41.804184 [CStb::DetectSTB] Detected STB-Type: BCM7405 | ||
22:57:41.804509 [CFrameGrabber::Setup] Open memory /dev/mem | ||
22:57:41.816501 [CFrameGrabber::CheckRes] Set Scanrange to 120x67 (Source 1920x1080) | ||
22:57:41.876136 [CGuiServer::Process] GuiClient 127.0.0.1:40728 connected successful. | ||
22:57:53.961395 [SignalHandler] caught SIGINT | ||
22:57:55.864777 [SignalHandler] caught SIGINT | ||
22:57:56.048936 [SignalHandler] caught SIGINT | ||
22:57:56.241293 [SignalHandler] caught SIGINT | ||
22:57:56.433163 [SignalHandler] caught SIGINT | ||
22:57:56.689074 [SignalHandler] caught SIGINT |
Oops, something went wrong.