You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, adding a LAN printer does not work in version 4.3.8 or in the new version 5.1.6.
When I go to the “Device” tab and search for the printer (which is connected via the SonicPad) via “Scan Add”, the SonicPad is found. If I now select the printer via the checkbox and click on Add, the checkbox is unchecked again and nothing else happens.
If I now try to add the printer via “Manual Add” using the IP address, the error message “The printer could not be found!” appears after approx. 5 seconds.
However, the SonicPad is accessible via the browser, as well as Fluidd and Mainsail.
After analyzing the network traffic using Wireshark and reviewing the source code. (unfortunately only the source code up to version 5.0.3 is available here). I noticed that only WLAN connections (“wlan0”) are checked or queried and no Ethernet connections (“eth0” or “enps”).
Here is the relevant code snippet from the file RemotePrinterManager.cpp
Unfortunately, adding a LAN printer does not work in version 4.3.8 or in the new version 5.1.6.
When I go to the “Device” tab and search for the printer (which is connected via the SonicPad) via “Scan Add”, the SonicPad is found. If I now select the printer via the checkbox and click on Add, the checkbox is unchecked again and nothing else happens.
If I now try to add the printer via “Manual Add” using the IP address, the error message “The printer could not be found!” appears after approx. 5 seconds.
However, the SonicPad is accessible via the browser, as well as Fluidd and Mainsail.
After analyzing the network traffic using Wireshark and reviewing the source code. (unfortunately only the source code up to version 5.0.3 is available here). I noticed that only WLAN connections (“wlan0”) are checked or queried and no Ethernet connections (“eth0” or “enps”).
Here is the relevant code snippet from the file RemotePrinterManager.cpp
Please add Ethernet adapters to the query!
The text was updated successfully, but these errors were encountered: