Similar Posts
How to set the number of mappers and reducers of Hadoop in command line?
How to set the number of mappers and reducers of Hadoop in command line? Number of mappers and reducers can be set like (5 mappers, 2 reducers): -D mapred.map.tasks=5 -D mapred.reduce.tasks=2 in the command line. In the code, one can configure JobConf variables. job.setNumMapTasks(5); // 5 mappers job.setNumReduceTasks(2); // 2 reducers Note that on Hadoop…
Vim: case insensitive search
By default, Vim does case sensitive search. How to make case-insensitive search in Vim? By default, Vim does case sensitive search. :set ignorecase can set Vim to conduct case insensitive search. However, it also affects substitutions, which is not we want However, how to do a case insensitive search only when it is needed? Use…
WordPress theme TwentyFourteen interfere with AddThis Welcome Bar
The AddThis welcome bar will make a empty gap on top of the WordPress webpage with the TwentyFourteen wordpress theme. Is there a fix for it? You will find AddThis will add this div to the webpage: <div class=”addthis_bar_placeholder” style=”height: 46px;”></div> which cause the problem. A little trick that works is to set that div’s…
Installing Zlib in Ubuntu 22.04
Zlib is a popular open-source compression library used by many software applications to compress and decompress data. It provides fast and efficient compression and decompression algorithms that can be used to reduce the size of data, which can improve performance and reduce storage requirements. In this post, we will discuss how to install zlib in…
How to host a domain registered in another account in a Dreamhost account
How to host a domain name registered in another account in one Dreamhost account. Simply trying to add the new domain, it reports: Error! You can’t add that domain: already in our system You need to delete the domain from your hosting (DNS) from the account first. Don’t worry, the domain name is still there…
How to Install MS Office 2007 on Linux using Wine
As a Linux user, I must keep a copy of Windows. One reason is that I should edit MS Office files, such as .doc, .ppt, .xls and .xml (office 2003 xml format) required by, created by or for other using Windows. Wine worked for me with Office 2003 ever but has this or that problem….
Thank you
Thank you very much. Like magic, your instruction connects my Linux 19.1 Tessa installed on Macbook to the HP Laserjet P1102w printer. I had wasted a night trying to set this up.
Many, many thanks Eric! HP found the USB port that my printer was connected to using this method. Sourceforge’s HP installation couldn’t find the USB connection even though localhost found it earlier, and had successfully printed a test page.
Laserjet 1320 not found or recognized. Location unknown. It keeps saying it may be due to a firewall setting. “This may be due to existing firewall settings blocking the required ports. When you are in a trusted network environment, you may open the ports for network services like mdns and slp in the firewall. For detailed steps follow the link. http://hplipopensource.com/node/375”
That link is not found. I think I’m supposed to find a location from the printer, or on the ISP online 168 address, but I haven’t found it.
It prints fine as a USB printer, but can’t set it up as a network printer on my D-Link2750b router.
sudo lpinfo -v
This command resulted in all blank results, just a list of network socket
network lpd
network ipp14
network beh
network ipp
network https
network http
network ipps
direct hp
network smb
This is a problem of locating the network usb address. Many solutions advise connecting USB printer to USB router port, and then running CUPS, HPLIP or Linux install. This is known as installing a network printer. No one says they have successfully done this let alone shown how they did it. It cannot be done.
Printers seems to have installed, but I’m really not sure if it’s an actual install of the usb-router connection, or a mis-read of the printer previously installed as direct PC to usb install. Printing a test page yields “cups-waiting-for-job-completed” and it never prints.
thank you so much. this worked for me. 2 lines of code and thats it done.