Unable to connect to CIFS host - Printer setting problem
My printer is HP laser jet pro p1102. It is a share printer.
When I try to print this error message pops up
Unable to connect to CIFS host
14.04
add a comment |
My printer is HP laser jet pro p1102. It is a share printer.
When I try to print this error message pops up
Unable to connect to CIFS host
14.04
add a comment |
My printer is HP laser jet pro p1102. It is a share printer.
When I try to print this error message pops up
Unable to connect to CIFS host
14.04
My printer is HP laser jet pro p1102. It is a share printer.
When I try to print this error message pops up
Unable to connect to CIFS host
14.04
14.04
edited May 6 '17 at 16:13
Sumeet Deshmukh
4,37152971
4,37152971
asked Jun 7 '15 at 16:20
TusherTusher
158138
158138
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Try this:
Remove printer added via ---- System Settings
--- Printers
Open a terminal. (Ctrl+Alt+T).
Run it:
$ sudo -i
# apt-get update
# apt-get install --reinstall cups cups-browsed cups-bsd cups-client printer-driver-hpcups printer-driver-hpijs hplip sane-utils xsane libcups2 cups-client python3-dbus python3-notify2 python3-imaging python3-pyqt4 gtk2-engines-pixbuf python3-lxml libsane
# usermod -a -G lp $USER
# hp-setup
Select the printer connection type.
Select the Printer to be Configured, setup tool will display printers detected.
Select the PPD file or driver to be Used for Your Printer, usually you will want to select the recommended.
Source
I have done all things through # hp-setup. But at this option actually I don't know how to detect my share printer? I have just one printer, at my office. Through windows I detect our share printer through run command and IP address is\192.168.8.5. At this IP address I can connect my printer. But in ubuntu how I can done this process?
– Tusher
Jun 8 '15 at 11:26
Try log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
– kyodake
Jun 8 '15 at 18:05
I have done it. But when I tried to print test page it says printer error. Then I check it status it says Processing - Unable to connect to CIFS host, will retry in 60 seconds... But nothing happen.
– Tusher
Jun 9 '15 at 4:02
I tried to Browse Network for know my share is working fine. But when I tried to open it says Unnable to access connection - Failed to retrieve share list from server: Connection timed out
– Tusher
Jun 9 '15 at 4:30
After getting some update, my network share folder is opening. But can't print anything as printer error.
– Tusher
Jun 14 '15 at 3:42
add a comment |
Maybe this will help someone having the same issue:
I had the same error message when trying to access the printer with its IP-Address. When I used the hostname, it worked.
--->
This did not work:
smb://192.168.0.77/Printer-Name
Then I found out the Hostname with nslookup
:
$ nslookup 192.168.0.77
[...] name=printerhost.local
This worked:
smb://printerhost.local/Printer-Name
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f633440%2funable-to-connect-to-cifs-host-printer-setting-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try this:
Remove printer added via ---- System Settings
--- Printers
Open a terminal. (Ctrl+Alt+T).
Run it:
$ sudo -i
# apt-get update
# apt-get install --reinstall cups cups-browsed cups-bsd cups-client printer-driver-hpcups printer-driver-hpijs hplip sane-utils xsane libcups2 cups-client python3-dbus python3-notify2 python3-imaging python3-pyqt4 gtk2-engines-pixbuf python3-lxml libsane
# usermod -a -G lp $USER
# hp-setup
Select the printer connection type.
Select the Printer to be Configured, setup tool will display printers detected.
Select the PPD file or driver to be Used for Your Printer, usually you will want to select the recommended.
Source
I have done all things through # hp-setup. But at this option actually I don't know how to detect my share printer? I have just one printer, at my office. Through windows I detect our share printer through run command and IP address is\192.168.8.5. At this IP address I can connect my printer. But in ubuntu how I can done this process?
– Tusher
Jun 8 '15 at 11:26
Try log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
– kyodake
Jun 8 '15 at 18:05
I have done it. But when I tried to print test page it says printer error. Then I check it status it says Processing - Unable to connect to CIFS host, will retry in 60 seconds... But nothing happen.
– Tusher
Jun 9 '15 at 4:02
I tried to Browse Network for know my share is working fine. But when I tried to open it says Unnable to access connection - Failed to retrieve share list from server: Connection timed out
– Tusher
Jun 9 '15 at 4:30
After getting some update, my network share folder is opening. But can't print anything as printer error.
– Tusher
Jun 14 '15 at 3:42
add a comment |
Try this:
Remove printer added via ---- System Settings
--- Printers
Open a terminal. (Ctrl+Alt+T).
Run it:
$ sudo -i
# apt-get update
# apt-get install --reinstall cups cups-browsed cups-bsd cups-client printer-driver-hpcups printer-driver-hpijs hplip sane-utils xsane libcups2 cups-client python3-dbus python3-notify2 python3-imaging python3-pyqt4 gtk2-engines-pixbuf python3-lxml libsane
# usermod -a -G lp $USER
# hp-setup
Select the printer connection type.
Select the Printer to be Configured, setup tool will display printers detected.
Select the PPD file or driver to be Used for Your Printer, usually you will want to select the recommended.
Source
I have done all things through # hp-setup. But at this option actually I don't know how to detect my share printer? I have just one printer, at my office. Through windows I detect our share printer through run command and IP address is\192.168.8.5. At this IP address I can connect my printer. But in ubuntu how I can done this process?
– Tusher
Jun 8 '15 at 11:26
Try log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
– kyodake
Jun 8 '15 at 18:05
I have done it. But when I tried to print test page it says printer error. Then I check it status it says Processing - Unable to connect to CIFS host, will retry in 60 seconds... But nothing happen.
– Tusher
Jun 9 '15 at 4:02
I tried to Browse Network for know my share is working fine. But when I tried to open it says Unnable to access connection - Failed to retrieve share list from server: Connection timed out
– Tusher
Jun 9 '15 at 4:30
After getting some update, my network share folder is opening. But can't print anything as printer error.
– Tusher
Jun 14 '15 at 3:42
add a comment |
Try this:
Remove printer added via ---- System Settings
--- Printers
Open a terminal. (Ctrl+Alt+T).
Run it:
$ sudo -i
# apt-get update
# apt-get install --reinstall cups cups-browsed cups-bsd cups-client printer-driver-hpcups printer-driver-hpijs hplip sane-utils xsane libcups2 cups-client python3-dbus python3-notify2 python3-imaging python3-pyqt4 gtk2-engines-pixbuf python3-lxml libsane
# usermod -a -G lp $USER
# hp-setup
Select the printer connection type.
Select the Printer to be Configured, setup tool will display printers detected.
Select the PPD file or driver to be Used for Your Printer, usually you will want to select the recommended.
Source
Try this:
Remove printer added via ---- System Settings
--- Printers
Open a terminal. (Ctrl+Alt+T).
Run it:
$ sudo -i
# apt-get update
# apt-get install --reinstall cups cups-browsed cups-bsd cups-client printer-driver-hpcups printer-driver-hpijs hplip sane-utils xsane libcups2 cups-client python3-dbus python3-notify2 python3-imaging python3-pyqt4 gtk2-engines-pixbuf python3-lxml libsane
# usermod -a -G lp $USER
# hp-setup
Select the printer connection type.
Select the Printer to be Configured, setup tool will display printers detected.
Select the PPD file or driver to be Used for Your Printer, usually you will want to select the recommended.
Source
edited Jun 7 '15 at 18:57
answered Jun 7 '15 at 18:41
kyodakekyodake
9,68011932
9,68011932
I have done all things through # hp-setup. But at this option actually I don't know how to detect my share printer? I have just one printer, at my office. Through windows I detect our share printer through run command and IP address is\192.168.8.5. At this IP address I can connect my printer. But in ubuntu how I can done this process?
– Tusher
Jun 8 '15 at 11:26
Try log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
– kyodake
Jun 8 '15 at 18:05
I have done it. But when I tried to print test page it says printer error. Then I check it status it says Processing - Unable to connect to CIFS host, will retry in 60 seconds... But nothing happen.
– Tusher
Jun 9 '15 at 4:02
I tried to Browse Network for know my share is working fine. But when I tried to open it says Unnable to access connection - Failed to retrieve share list from server: Connection timed out
– Tusher
Jun 9 '15 at 4:30
After getting some update, my network share folder is opening. But can't print anything as printer error.
– Tusher
Jun 14 '15 at 3:42
add a comment |
I have done all things through # hp-setup. But at this option actually I don't know how to detect my share printer? I have just one printer, at my office. Through windows I detect our share printer through run command and IP address is\192.168.8.5. At this IP address I can connect my printer. But in ubuntu how I can done this process?
– Tusher
Jun 8 '15 at 11:26
Try log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
– kyodake
Jun 8 '15 at 18:05
I have done it. But when I tried to print test page it says printer error. Then I check it status it says Processing - Unable to connect to CIFS host, will retry in 60 seconds... But nothing happen.
– Tusher
Jun 9 '15 at 4:02
I tried to Browse Network for know my share is working fine. But when I tried to open it says Unnable to access connection - Failed to retrieve share list from server: Connection timed out
– Tusher
Jun 9 '15 at 4:30
After getting some update, my network share folder is opening. But can't print anything as printer error.
– Tusher
Jun 14 '15 at 3:42
I have done all things through # hp-setup. But at this option actually I don't know how to detect my share printer? I have just one printer, at my office. Through windows I detect our share printer through run command and IP address is\192.168.8.5. At this IP address I can connect my printer. But in ubuntu how I can done this process?
– Tusher
Jun 8 '15 at 11:26
I have done all things through # hp-setup. But at this option actually I don't know how to detect my share printer? I have just one printer, at my office. Through windows I detect our share printer through run command and IP address is\192.168.8.5. At this IP address I can connect my printer. But in ubuntu how I can done this process?
– Tusher
Jun 8 '15 at 11:26
Try log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
– kyodake
Jun 8 '15 at 18:05
Try log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
– kyodake
Jun 8 '15 at 18:05
I have done it. But when I tried to print test page it says printer error. Then I check it status it says Processing - Unable to connect to CIFS host, will retry in 60 seconds... But nothing happen.
– Tusher
Jun 9 '15 at 4:02
I have done it. But when I tried to print test page it says printer error. Then I check it status it says Processing - Unable to connect to CIFS host, will retry in 60 seconds... But nothing happen.
– Tusher
Jun 9 '15 at 4:02
I tried to Browse Network for know my share is working fine. But when I tried to open it says Unnable to access connection - Failed to retrieve share list from server: Connection timed out
– Tusher
Jun 9 '15 at 4:30
I tried to Browse Network for know my share is working fine. But when I tried to open it says Unnable to access connection - Failed to retrieve share list from server: Connection timed out
– Tusher
Jun 9 '15 at 4:30
After getting some update, my network share folder is opening. But can't print anything as printer error.
– Tusher
Jun 14 '15 at 3:42
After getting some update, my network share folder is opening. But can't print anything as printer error.
– Tusher
Jun 14 '15 at 3:42
add a comment |
Maybe this will help someone having the same issue:
I had the same error message when trying to access the printer with its IP-Address. When I used the hostname, it worked.
--->
This did not work:
smb://192.168.0.77/Printer-Name
Then I found out the Hostname with nslookup
:
$ nslookup 192.168.0.77
[...] name=printerhost.local
This worked:
smb://printerhost.local/Printer-Name
add a comment |
Maybe this will help someone having the same issue:
I had the same error message when trying to access the printer with its IP-Address. When I used the hostname, it worked.
--->
This did not work:
smb://192.168.0.77/Printer-Name
Then I found out the Hostname with nslookup
:
$ nslookup 192.168.0.77
[...] name=printerhost.local
This worked:
smb://printerhost.local/Printer-Name
add a comment |
Maybe this will help someone having the same issue:
I had the same error message when trying to access the printer with its IP-Address. When I used the hostname, it worked.
--->
This did not work:
smb://192.168.0.77/Printer-Name
Then I found out the Hostname with nslookup
:
$ nslookup 192.168.0.77
[...] name=printerhost.local
This worked:
smb://printerhost.local/Printer-Name
Maybe this will help someone having the same issue:
I had the same error message when trying to access the printer with its IP-Address. When I used the hostname, it worked.
--->
This did not work:
smb://192.168.0.77/Printer-Name
Then I found out the Hostname with nslookup
:
$ nslookup 192.168.0.77
[...] name=printerhost.local
This worked:
smb://printerhost.local/Printer-Name
answered May 24 '18 at 11:57
RoVoRoVo
7,1111741
7,1111741
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f633440%2funable-to-connect-to-cifs-host-printer-setting-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown