823
edits
(duplex mode) |
(default network settings) |
||
Line 68: | Line 68: | ||
In duplex mode, I advise printing just one copy at a time. If you try to print multiple copies in one job, it might COLLATe utf8mb4_unicode_ci wrong. This just happened to me. I tried to print two copies, but each sheet had the same exact thing front & back. Very weird. | In duplex mode, I advise printing just one copy at a time. If you try to print multiple copies in one job, it might COLLATe utf8mb4_unicode_ci wrong. This just happened to me. I tried to print two copies, but each sheet had the same exact thing front & back. Very weird. | ||
== Network Fail == | |||
Sometimes the network settings get fucked up because someone factory reset it or something. You can print the current settings by pressing ''Go'' 3 times within 2 seconds. If it got factory reset, the IP address will probably be <code>169.254.32.12</code> so you can fix it by connecting your linux laptop directly by ethernet and then something like: | |||
sudo ip link set eth0 up | |||
sudo ip addr add 169.254.32.11/16 broadcast 169.254.32.255 dev eth0 | |||
Then you can visit the [http://169.254.32.12/printer/main.html settings page] in your browser and change it back to something reasonable. |