1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 table.table, table.table td, table.table th 48 { 49 border-collapse: collapse; 50 background-color: white; 51 } 52 table.table 53 { 54 width: auto; 55 margin: 1em; 56 position : static; 57 font-family : Arial; 58 } 59 table.table td, table.table th 60 { 61 padding: 0.2em; 62 } 63 table.table td.number, table.table th.number 64 { 65 text-align: right; 66 } 67 table.table tbody tr th 68 { 69 text-align: left; 70 font-weight: normal; 71 width: auto; 72 } 73 table.table thead tr th, 74 table.table tbody tr th.category 75 { 76 padding: 0 0.2em; 77 } 78 table.table caption 79 { 80 font-weight: bold; 81 padding: 0.4em; 82 } 83 table.table th 84 { 85 font-weight : bold; 86 background : #acf; 87 } 88 --></style> 89<title>NetworkSetting</title> 90 </head> 91 <body> 92<h1><CODE>NetworkSetting</CODE></h1> 93<h2>Overview</h2> 94 <div class="section"> 95 <p> 96The <CODE>NetworkSetting</CODE> program configures the security mode, SSID, and key (or passphrase) settings for network configurations 1-3. 97 </p> 98 </div> 99<h2>How to Use</h2> 100 <div class="section"> 101 <p> 102 <table class="table"><tbody> 103<tr><th>Button</th> <th>Operation</th></tr> 104<tr><td>↑↓</td> <td>Moves between slots to configure</td></tr> 105<tr><td>A</td> <td>Select / Run</td></tr> 106<tr><td>B</td> <td>Back / Cancel</td></tr> 107 </tbody></table> 108 </p> 109 </div> 110<h2>Slot 1–3 Setting</h2> 111 <div class="section"> 112 <p> 113Here you can set the network configuration of the selected slot. Select <B>Write Setting</B> to apply the settings.<br/> 114 <table class="table"><tbody> 115<tr><th>Button</th> <th>Operation</th></tr> 116<tr><td>A</td> <td>Select / Confirm</td></tr> 117<tr><td>B</td> <td>Back / Cancel</td></tr> 118 <tr><td>Touch Panel</td> <td>Input of SSID and key (or passphrase)</td></tr> 119 </tbody></table> 120<h3><CODE>SecurityMode</CODE></h3> 121 <p> 122Choose from the following: OPEN, WEP 40bit, WEP 104bit, WEP 128bit, WPA TKIP, WPA2 TKIP, WPA AES, and WPA2 AES. 123 </p> 124<h3>SSID</h3> 125 <p> 126Enter an SSID via the software keyboard. You can only enter single-byte alphanumeric characters. The setting has a maximum length of 32 characters. 127 </p> 128<h3>KEY / PASS PHRASE</h3> 129 <p> 130Use the software keyboard to enter your data.<br/> If you chose OPEN, WEP 40bit, WEP 104bit, or WEP 128bit for the <CODE>SecurityMode</CODE>, enter a key. If you chose WPA TKIP, WPA2 TKIP, WPA AES, or WPA2 AES, enter a passphrase.<br/><br/> 131The maximum length of the string varies as shown below.<br/> 132 <table class="table"><tbody> 133<tr><th><CODE>SecurityMode</CODE></th> <th>Setting</th> <th>Number of characters that can be input</th></tr> 134<tr><td><CODE>OPEN</CODE></td> <td>-</td> <td>-</td> </tr> 135<tr><td>WEP 40-bit authentication</td> <td>KEY</td> <td>Maximum 5 characters</td> </tr> 136 <tr><td>WEP 104-bit authentication</td> <td>KEY</td> <td>Maximum 13 characters</td> </tr> 137<tr><td>WEP 128-bit authentication</td> <td>KEY</td> <td>Maximum 16 characters</td> </tr> 138<tr><td>WPA TKIP authentication</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr> 139 <tr><td>WPA2 TKIP authentication</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr> 140<tr><td>WPA AES authentication</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr> 141<tr><td>WPA2 AES authentication</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr> 142 </tbody></table> 143 </p> 144<h3>AutoDNS</h3> 145 <p> 146Configures the automatic DNS retrieval.<br/>Setting automatic DNS to <CODE>false</CODE> allows the primary DNS and secondary DNS to be specified. Only numeric values can be entered. 147 </p> 148<h3>Write Settings and AP Connection Test</h3> 149 <p> 150Apply the setting and run the connection test.<br/> The connection test only checks connections with an access point.<br/><br/> 151An error code is displayed if the connection test fails.<br/> The error codes and corresponding solutions are shown below.<br/> 152 <table border="2" rules="all"><tbody> 153<tr><th>Error Code</th> <th>Description of Error</th> <th>Solution</th></tr> 154<tr><td>00300xx</td> <td>NAND error</td> <td>Turn the system power off and back on, and try again.</td> </tr> 155<tr><td>00301xx</td> <td>Wireless device error</td> <td>Turn the system power off and back on, and try again.</td> </tr> 156 <tr><td>00302xx</td> <td>The wireless feature is off</td> <td>Enable wireless communications.</td> </tr> 157<tr><td>00304xx</td> <td>Restricted by parental controls.</td> <td>Disable Parental Controls. </td> </tr> 158<tr><td>00310xx</td> 159 <td> 160 Either no access point beacon could be found, or none of the beacons that were found matched the connection candidate <CODE>SSID</CODE>. 161 </td> 162 <td> 163 Move closer to the access point and try again.<br/>Confirm the modem and access point are powered on.<br/>Check the wireless feature settings of the wireless router. <br/>Change the channel being used by the wireless router. <br/>Check for radio interference from other devices in the vicinity.<br/>Try again later.<br/> 164 </td> 165 </tr> 166<tr><td>00311xx</td> 167 <td> 168 Could not connect to access point because security is different.<br/>Could not connect to access point for some reason<br/>DHCP failed<br/>Could not connect to access point because the maximum possible number of connections is exceeded.<br/> 169 </td> 170 <td> 171 Confirm security and passphrase.<br/>Move closer to the access point and try again.<br/>Check the wireless feature settings of the wireless router. <br/>Check the wireless router settings on the LAN side<br/>→DHCP, wireless settings, etc. <br/>Change the channel being used by the wireless router. <br/>Check for radio interference from other devices in the vicinity.<br/>Manually configure the IP address.<br/>Try again later.<br/> 172 </td> 173 </tr> 174 <tr><td>00312xx</td> <td>IP address conflict with another terminal</td> <td>Change the IP address setting and try again.</td> </tr> 175<tr><td>00313xx</td> <td>The encryption setting for the access point is <CODE>WEP</CODE>, but <CODE>WPA</CODE> has been configured for broadcasting (according to the settings information in the beacon).</td> <td>Change the encryption settings for the wireless router.</td> </tr> 176<tr><td>00340xx</td> <td>Disconnected from the network during communication.</td> <td>Move closer to the access point and try again.<br/>Check for radio interference from other devices in the vicinity.</td> </tr> 177<tr><td>00341xx</td> <td>Disconnected from the network during communication.</td> <td>Move closer to the access point and try again.<br/>Check for radio interference from other devices in the vicinity.</td> </tr> 178 </tbody></table> 179 <br /><B>Note:</B> The value in the <I>xx</I> portion of the error code will differ depending on the slot used for the connection test. 180 </p> 181<h3>Remove Setting</h3> 182 <p> 183Deletes the settings. 184 </p> 185 </p> 186 </div> 187<h2>Revision History</h2> 188 <div class="section"> 189 <dl class="history"> 190 <dt>2010/09/17</dt> 191<dd>Initial version.<br /></dd> 192 <dt>2010/10/20</dt> 193<dd>Added items regarding the connection test.<br /></dd> 194 <dt>2010/11/09</dt> 195<dd>Added items regarding DNS configuration.<br /></dd> 196 </dl> 197 </div> 198 <hr><p>CONFIDENTIAL</p></body> 199</html> 200