Compare commits

..

4 Commits

Author SHA1 Message Date
Steve Dogiakos 7ae8686e9f docs: update manual/troubleshooting 2024-10-31 16:24:33 +00:00
Steve Dogiakos bfda924ce8 docs: update hardware 2024-10-31 16:16:40 +00:00
Steve Dogiakos a1a9b7488a docs: update hardware 2024-10-31 15:45:58 +00:00
Steve Dogiakos 87b972a7fd docs: update hardware 2024-10-31 15:32:37 +00:00
2 changed files with 20 additions and 6 deletions

View File

@ -2,7 +2,7 @@
title: Hardware Overview title: Hardware Overview
description: description:
published: true published: true
date: 2024-10-27T22:55:36.664Z date: 2024-10-31T16:16:39.808Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2024-10-21T03:34:51.578Z dateCreated: 2024-10-21T03:34:51.578Z
@ -59,6 +59,7 @@ This page is extremely WIP. If you have a kiosk or know of additional hardware v
- 250GB HDD - 250GB HDD
## Premio ## Premio
- M2H6V1 - M2H6V1
- PN: RDBX01186-01 Rev B - PN: RDBX01186-01 Rev B
- MoBo: MSI H61M-P32/W8 - MoBo: MSI H61M-P32/W8
@ -67,6 +68,15 @@ This page is extremely WIP. If you have a kiosk or know of additional hardware v
- Intel i3 3220 @ 3.30GHz - Intel i3 3220 @ 3.30GHz
- Windows 7 Embedded SP1 - Windows 7 Embedded SP1
- BIOS Version: E7788IZ1 V10.25B8 - BIOS Version: E7788IZ1 V10.25B8
- Power button located above on the I/O panel, it's a black discreet button.
- M2H11OV1
- PN: 259474-03 Rev C
- MoBo: MSI H110M-PRO-VHL
- 500GB WD500LPLX
- unknown RAM
- unknown processor
- unknown BIOS
- has HDMI & USB 3 ports
# Components # Components
## Touch Screen ## Touch Screen

View File

@ -2,13 +2,13 @@
title: Troubleshooting / Error Codes title: Troubleshooting / Error Codes
description: description:
published: true published: true
date: 2024-10-23T21:23:12.434Z date: 2024-10-31T16:24:32.684Z
tags: tags:
editor: ckeditor editor: ckeditor
dateCreated: 2024-10-21T14:16:14.709Z dateCreated: 2024-10-21T14:16:14.709Z
--> -->
<h1>Kiosk Error Screens</h1> <h2>Kiosk Error Screens</h2>
<p>The basic error screens on a Redbox have different color backgrounds, indicating the problem at a basic level. Credits to @mordanthanus in the Discord for posting this info.</p> <p>The basic error screens on a Redbox have different color backgrounds, indicating the problem at a basic level. Credits to @mordanthanus in the Discord for posting this info.</p>
<ul> <ul>
<li><u>Black with white text</u> Kiosk is booting or updating. Black screens automatically clear themselves when completed, usually 5-15 minutes. Watchdog must be turned on in RBD. ·</li> <li><u>Black with white text</u> Kiosk is booting or updating. Black screens automatically clear themselves when completed, usually 5-15 minutes. Watchdog must be turned on in RBD. ·</li>
@ -21,7 +21,7 @@ dateCreated: 2024-10-21T14:16:14.709Z
<figure class="image image_resized" style="width:28.21%;"><img src="/orange-error.jpg"></figure> <figure class="image image_resized" style="width:28.21%;"><img src="/orange-error.jpg"></figure>
<figure class="image image_resized" style="width:22.69%;"><img src="/green-error.jpg"></figure> <figure class="image image_resized" style="width:22.69%;"><img src="/green-error.jpg"></figure>
<figure class="image image_resized" style="width:32.4%;"><img src="/black-error.jpg"></figure> <figure class="image image_resized" style="width:32.4%;"><img src="/black-error.jpg"></figure>
<h1>Kiosk Error Codes</h1> <h2>Kiosk Error Codes</h2>
<p>These error codes show on screen in maintenance mode. Credits to @mordanthanus in the Discord for posting this info.</p> <p>These error codes show on screen in maintenance mode. Credits to @mordanthanus in the Discord for posting this info.</p>
<p><code><strong>= 0073CDRR =</strong></code></p> <p><code><strong>= 0073CDRR =</strong></code></p>
<p>- MS will always dispatch these due to an EMV error.</p> <p>- MS will always dispatch these due to an EMV error.</p>
@ -75,5 +75,9 @@ dateCreated: 2024-10-21T14:16:14.709Z
<p>- Indication that the EMV has failed or been tampered with. Plan on bringing on with you. Alert Irruptions are not field repairable.</p> <p>- Indication that the EMV has failed or been tampered with. Plan on bringing on with you. Alert Irruptions are not field repairable.</p>
<p><code><strong>= CCF&nbsp;</strong></code></p> <p><code><strong>= CCF&nbsp;</strong></code></p>
<p>- Camera Capture Failure.</p> <p>- Camera Capture Failure.</p>
<p>&nbsp;</p> <h2>Powering On a Redbox Kiosk Computer After a BIOS Reset</h2>
<p>Redbox kiosk computers are configured to automatically power on when connected to a power source (autoboot). However, if the BIOS is reset—whether from a manual reset or due to a CMOS battery failure—this autoboot setting will revert to its default state and become disabled. After this, the computer will require a manual power-on each time until the autoboot setting is re-enabled in the BIOS.</p>
<h4>Locating the Power Button on Premio Computers</h4>
<p>On Premio computers, the power button is discreet and may not be immediately visible. It is located on the back of the unit, near the I/O panel. Look for a small button close to the I/O LEDs (typically used to indicate network or drive activity). Pressing this button will power on the computer, allowing access to the BIOS to re-enable the autoboot setting if needed.</p>
<p>Note: Once the autoboot on power setting is re-enabled in the BIOS, the computer should resume automatic boot-up on power connection, as originally configured.</p>
<p>&nbsp;</p> <p>&nbsp;</p>