Epson XP-4150 Series Printer: Difference between revisions

From WickyWiki
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 20: Line 20:
= Troubleshooting =
= Troubleshooting =
== ERR_SSL_VERSION_OR_CIPHER_MISMATCH ==
== ERR_SSL_VERSION_OR_CIPHER_MISMATCH ==
Going to the printer Webpage (like https://192.168.1.10) you might see this error.
* https://answers.microsoft.com/en-us/windows/forum/all/errsslversionorciphermismatch/10eeaa89-8329-4223-9dc4-b82ae4420d49
* https://answers.microsoft.com/en-us/windows/forum/all/errsslversionorciphermismatch/10eeaa89-8329-4223-9dc4-b82ae4420d49
Open a DOS command window as Administrator:


<source lang=dos>
<source lang=dos>
netsh winsock reset
dos:\> netsh winsock reset
netsh int ip reset
dos:\> netsh int ip reset
ipconfig /release
dos:\> ipconfig /release
ipconfig /renew
dos:\> ipconfig /renew
ipconfig /flushdns
dos:\> ipconfig /flushdns
</source>
</source>

Latest revision as of 18:07, 12 May 2022


Disable warning message when using non-Epson cartridges

Assuming here you installed the printer driver and it is working

  1. Via Windows Start go to "Printers & scanners"
  2. Select the printer and click "Printing preferences"
  3. Select Tab "Maintenance"
  4. Click "Extended Settings"
  5. Uncheck "EPSON Status Monitor"
  6. Click Ok

Note that this will also disable:

  • The Display of unwanted offers
  • Sharing anything that is called "usage information"

Troubleshooting

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Going to the printer Webpage (like https://192.168.1.10) you might see this error.

Open a DOS command window as Administrator:

dos:\> netsh winsock reset
dos:\> netsh int ip reset
dos:\> ipconfig /release
dos:\> ipconfig /renew
dos:\> ipconfig /flushdns