Difference between revisions of "ASUS DIGIMatrix"
(→Power ON/OFF from remote control !!!) |
|||
(15 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category: Hardware]] | |
+ | {{versioninfo}} | ||
+ | [[Category: Media Directors]] | ||
− | + | __toc__ | |
− | + | Asus Digimatrix has pros and cons. Let me do initial evaluation... | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | Cons: | + | I've also added Panel utility that lets you control LCD display... |
− | + | ||
− | + | *Pros: | |
+ | **Small factor | ||
+ | **Nice front panel | ||
+ | **Integrated IR Remote | ||
+ | **Clock and Temp display (although Time under LinuxMCE is not right at the moment) | ||
+ | *Cons: | ||
+ | **Cannot PXE boot (I simulate this with boot CD that is always in tray) | ||
+ | **Wake on LAN still doesn't work properly (but can be wrong on this one)... | ||
[[Image:asus-fromt.jpg]] [[Image:asus_back.jpg]] | [[Image:asus-fromt.jpg]] [[Image:asus_back.jpg]] | ||
Line 18: | Line 23: | ||
== HW clock problem == | == HW clock problem == | ||
− | + | ||
− | Digimatrix has nice little | + | |
− | + | Digimatrix has nice little VFD screen that shows hardware clock. The problem is that when it is powered off that time is in GMT rather than local time (in my case this is two hours behind). This comes from default handling of time in Linux - HW clock keeps GMT time and software then handles it when powered on. But after power down it goes back to GMT. | |
+ | |||
+ | |||
+ | |||
'''''Solution''''' | '''''Solution''''' | ||
+ | |||
Entry UTC=yes in /etc/default/rcS (for that particular MD and not on the core) has to be changed to UTC=no. | Entry UTC=yes in /etc/default/rcS (for that particular MD and not on the core) has to be changed to UTC=no. | ||
− | + | ||
+ | |||
+ | |||
I have no idea if this breaks any automatic daylight time saving feature or anything else, but works on my Digimatrix now - so I can see proper time when powered off | I have no idea if this breaks any automatic daylight time saving feature or anything else, but works on my Digimatrix now - so I can see proper time when powered off | ||
− | + | ||
+ | |||
== Adding remote control== | == Adding remote control== | ||
− | + | ||
− | It seems pretty straightforward, but | + | |
− | + | It seems pretty straightforward, but it seems it starts to work only after few hard reboots... | |
− | Two additional kernel modules are required for remote to operate properly (lirc_dev, lirc_it87). They should be added as | + | |
− | + | ||
− | 1. Add 'Digimatrix' remote control in the bottom of | + | |
− | 2. Select 'default' driver | + | Two additional kernel modules are required for remote to operate properly (lirc_dev, lirc_it87). They should be added as additional kernel modules on Media Directors page. As I'm writing this, this feature doesn't work, so you must manually add them to /etc/modules and watch, cause that file could get overwritten (particularly if you click on 'Rebuild image')... |
− | + | ||
+ | |||
+ | |||
+ | 1. Add 'Digimatrix' remote control in the bottom of corresponding entry in Media directors LinuxMCE-admin page.<br> | ||
+ | |||
+ | 2. Select 'default' driver | ||
+ | |||
Those actions will add two devices to Digimatrix MD parent device : 'Digimatrix' (remote) and 'default' which will start actual lircd daemon. Now some of buttons should work (left,right,up,down) but not all of them. There is another further step necessary : | Those actions will add two devices to Digimatrix MD parent device : 'Digimatrix' (remote) and 'default' which will start actual lircd daemon. Now some of buttons should work (left,right,up,down) but not all of them. There is another further step necessary : | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | |||
+ | 3. Setting up remote mapping in MySQL database pluto_main, RemoteMapping (where keys from lircd.conf on Digmatrix remote page have to be added to trigger proper DCE messages, but please read [http://linuxmce.com/wiki/index.php/Control_LinuxMCE_using_an_Infrared_remote this] first - if you make changes on your own, you'll lose upgrading feature of table entries!!!) | ||
+ | |||
+ | |||
+ | I've already sent email with suggested additions for Digimatrix remote : | ||
+ | <pre> | ||
--------------------- suggested additions to table are listed in ()------- | --------------------- suggested additions to table are listed in ()------- | ||
(os_start)Power;|0 -203 1 194 | (os_start)Power;|0 -203 1 194 | ||
Line 92: | Line 111: | ||
----- suggestions to change in digimatrix remote entry | ----- suggestions to change in digimatrix remote entry | ||
on_off 0x000000000000B04F | on_off 0x000000000000B04F | ||
− | to change to 'music' - there is alternate sign on remote that is more | + | </pre> |
+ | to change to 'music' - there is alternate sign on remote that is more useful than on_off feature (os_start is for that) | ||
I also suggested new entry in table : | I also suggested new entry in table : | ||
Line 99: | Line 119: | ||
(to be expanded) | (to be expanded) | ||
− | |||
== Power ON/OFF from remote control !!!== | == Power ON/OFF from remote control !!!== | ||
Line 105: | Line 124: | ||
Currently not many PCs can do this. But digitools package (look below) includes digiwake utility that must be run on system's shutdown (anytime after lircd, but it disables it so shutdown is best place) and Digimatrix will then wake up on Music (On/Off) button on remote - if it stays in idle power of course.. | Currently not many PCs can do this. But digitools package (look below) includes digiwake utility that must be run on system's shutdown (anytime after lircd, but it disables it so shutdown is best place) and Digimatrix will then wake up on Music (On/Off) button on remote - if it stays in idle power of course.. | ||
<br><br> | <br><br> | ||
− | Currently for 1.03 Digiwake, you must run digiwake -w to write default values. On on/off remote button Digimatrix starts booting but it doesn't read CD to | + | Currently for 1.03 Digiwake, you must run digiwake -w to write default values. On on/off remote button Digimatrix starts booting but it doesn't read CD to PXE boot (maybe my BIOS is not the right version... |
<br><br> | <br><br> | ||
Radu suggests putting script in /etc/init.d, and make symlinks in /etc/rc6.d and /etc/rc0.d (rc6 = reboot; rc0 = halt/poweroff); use the existing symlinks as reference - I think only rc0 symlink is necessary. | Radu suggests putting script in /etc/init.d, and make symlinks in /etc/rc6.d and /etc/rc0.d (rc6 = reboot; rc0 = halt/poweroff); use the existing symlinks as reference - I think only rc0 symlink is necessary. | ||
− | |||
'digiwake.sh' content (in /etc/init.d ) <br> | 'digiwake.sh' content (in /etc/init.d ) <br> | ||
# | # | ||
Line 115: | Line 133: | ||
# | # | ||
/usr/local/sbin/digiwake -w | /usr/local/sbin/digiwake -w | ||
− | + | ||
+ | |||
and make this : | and make this : | ||
ln -s /etc/init.d/digiwake.sh /etc/rc0.d/S80digiwake | ln -s /etc/init.d/digiwake.sh /etc/rc0.d/S80digiwake | ||
− | + | ||
+ | |||
== Getting VFD panel to display time, temperature (with volume) and volume knob to work == | == Getting VFD panel to display time, temperature (with volume) and volume knob to work == | ||
− | + | ||
+ | |||
You need to compile [http://www.geexbox.org/src/devel/ Digitools ]<br> | You need to compile [http://www.geexbox.org/src/devel/ Digitools ]<br> | ||
My notes: | My notes: |
Latest revision as of 17:43, 28 September 2010
Version | Status | Date Updated | Updated By |
---|---|---|---|
710 | Unknown | N/A | N/A |
810 | Unknown | N/A | N/A |
1004 | Unknown | N/A | N/A |
1204 | Unknown | N/A | N/A |
1404 | Unknown | N/A | N/A |
Usage Information |
Contents
Asus Digimatrix has pros and cons. Let me do initial evaluation...
I've also added Panel utility that lets you control LCD display...
- Pros:
- Small factor
- Nice front panel
- Integrated IR Remote
- Clock and Temp display (although Time under LinuxMCE is not right at the moment)
- Cons:
- Cannot PXE boot (I simulate this with boot CD that is always in tray)
- Wake on LAN still doesn't work properly (but can be wrong on this one)...
HW clock problem
Digimatrix has nice little VFD screen that shows hardware clock. The problem is that when it is powered off that time is in GMT rather than local time (in my case this is two hours behind). This comes from default handling of time in Linux - HW clock keeps GMT time and software then handles it when powered on. But after power down it goes back to GMT.
Solution
Entry UTC=yes in /etc/default/rcS (for that particular MD and not on the core) has to be changed to UTC=no.
I have no idea if this breaks any automatic daylight time saving feature or anything else, but works on my Digimatrix now - so I can see proper time when powered off
Adding remote control
It seems pretty straightforward, but it seems it starts to work only after few hard reboots...
Two additional kernel modules are required for remote to operate properly (lirc_dev, lirc_it87). They should be added as additional kernel modules on Media Directors page. As I'm writing this, this feature doesn't work, so you must manually add them to /etc/modules and watch, cause that file could get overwritten (particularly if you click on 'Rebuild image')...
1. Add 'Digimatrix' remote control in the bottom of corresponding entry in Media directors LinuxMCE-admin page.
2. Select 'default' driver
Those actions will add two devices to Digimatrix MD parent device : 'Digimatrix' (remote) and 'default' which will start actual lircd daemon. Now some of buttons should work (left,right,up,down) but not all of them. There is another further step necessary :
3. Setting up remote mapping in MySQL database pluto_main, RemoteMapping (where keys from lircd.conf on Digmatrix remote page have to be added to trigger proper DCE messages, but please read this first - if you make changes on your own, you'll lose upgrading feature of table entries!!!)
I've already sent email with suggested additions for Digimatrix remote :
--------------------- suggested additions to table are listed in ()------- (os_start)Power;|0 -203 1 194 1;One;|0 -203 1 28 26 16 2;Two;|0 -203 1 28 26 17 3;Three;|0 -203 1 28 26 18 4;Four;|0 -203 1 28 26 19 5;Five;|0 -203 1 28 26 20 6;Six;|0 -203 1 28 26 21 7;Seven;|0 -203 1 28 26 22 8;Eight;|0 -203 1 28 26 23 9;Nine;|0 -203 1 28 26 24 0;Zero;|0 -203 1 28 26 25 enter;|0 -203 1 28 26 5 (next)SkipNext;skipfwd;|0 -106 1 65 5 +1 (pre)SkipPrior;skipback;|0 -106 1 65 5 -1 (ch+)chup;ChanUp;|0 -106 1 65 5 +1 (ch-)chdown;ChanDown;|0 -106 1 65 5 -1 (step+)fastforward;Forward;|0 -106 1 41 43 +2 (step-)Rewind;|0 -106 1 41 43 -2 Pause;|0 -106 1 39 Play;|0 -106 1 37 Mute;|0 -106 1 97 Stop;|0 -106 1 95 203 1 Down;|0 -203 1 201 Up;|0 -203 1 200 Left;|0 -203 1 202 Right;|0 -203 1 203 ok;|0 -203 1 190 (vol-)voldn;VolDown;|0 -106 1 90 (vol+)VolUp;|0 -106 1 89 recorded_tv;RecTV;|0 -203 1 401 29 5 (dvd_vcd;dvd_audio)DVD;|0 -106 1 43 menu;|0 -106 1 548 tv;live_tv;LiveTV;|0 -106 1 43 29 1 Back;|0 -203 1 240 Clear;|0 -203 1 363 (subtitle)epg;Guide;|0 -106 1 126 start;Home;|0 -203 1 741 159 1 Music;|0 -203 1 401 29 4 (ui_size)Radio;|0 -106 1 43 29 6 (rec)Record;|0 -106 1 102 (ui_on_off)display;info;list;|0 -203 1 399 green;|0 -203 1 28 26 177 yellow;|0 -203 1 28 26 178 red;|0 -203 1 28 26 179 blue;|0 -203 1 28 26 180 ----- suggestions to change in digimatrix remote entry on_off 0x000000000000B04F
to change to 'music' - there is alternate sign on remote that is more useful than on_off feature (os_start is for that)
I also suggested new entry in table :
photo (music,tv,dvd are already in)...
(to be expanded)
Power ON/OFF from remote control !!!
Currently not many PCs can do this. But digitools package (look below) includes digiwake utility that must be run on system's shutdown (anytime after lircd, but it disables it so shutdown is best place) and Digimatrix will then wake up on Music (On/Off) button on remote - if it stays in idle power of course..
Currently for 1.03 Digiwake, you must run digiwake -w to write default values. On on/off remote button Digimatrix starts booting but it doesn't read CD to PXE boot (maybe my BIOS is not the right version...
Radu suggests putting script in /etc/init.d, and make symlinks in /etc/rc6.d and /etc/rc0.d (rc6 = reboot; rc0 = halt/poweroff); use the existing symlinks as reference - I think only rc0 symlink is necessary.
'digiwake.sh' content (in /etc/init.d )
# # digiwake.sh Prepares Digmatrix to be powered on by remote on/off button. # /usr/local/sbin/digiwake -w
and make this :
ln -s /etc/init.d/digiwake.sh /etc/rc0.d/S80digiwake
Getting VFD panel to display time, temperature (with volume) and volume knob to work
You need to compile Digitools
My notes:
wget http://www.geexbox.org/src/devel/digitools-1.03.tar.gz tar zxvf digitools-1.03.tar.gz cd digitools apt-get install libc6-dev apt-get install libasound2-dev make install
Then I add this line to /etc/inittab (not sure if this is proper and nice way of doing it - but it works) :
FP:2345:once:/usr/local/sbin/digipanel -l -s -t &> /dev/null & echo "Starting panel control"
(to be expanded)