LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-27-2006, 11:36 PM   #1
madhatter3
Member
 
Registered: Dec 2005
Posts: 36

Rep: Reputation: 15
accessing printer from winxp machine


I set up a samba share on my suse 10.0 desktop and can access it from my windows machine. I have an HP printer attached and configured on my linux machine. Whenever I go to "add new printer from network" on my windows machine i cannot access it because I dont know what to type in for the server commands. When accessing the share i use my ip address and share folder name. Anyone know what to do here???

-Hatter
 
Old 04-28-2006, 12:39 AM   #2
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Rep: Reputation: 32
Quote:
Originally Posted by madhatter3
I set up a samba share on my suse 10.0 desktop and can access it from my windows machine. I have an HP printer attached and configured on my linux machine. Whenever I go to "add new printer from network" on my windows machine i cannot access it because I dont know what to type in for the server commands. When accessing the share i use my ip address and share folder name. Anyone know what to do here???

-Hatter
install cups if it in not already installed....then in the windows browser type in the IP of the Nix box and then the port number...

if i recall it should look something like this...

192.168.1.5:630

this will give you the home page for cups on your network then just follw its instruction..
 
Old 04-28-2006, 01:29 AM   #3
basileus
Member
 
Registered: Nov 2004
Location: Turku, Finland
Distribution: Debian, Ubuntu, Gentoo
Posts: 388

Rep: Reputation: 30
Windows 2000 and XP should support IPP (which is the protocol Cups uses) by default. I have only shared cups printers in Linux-Linux networks, but I'd do the following things:

First follow these instructions:

http://www.cups.org/articles.php?L230+I0+T+P1+Q

Then open up port 631 (both TCP and UDP) in your Windows firewall. If that does not give you any results try opening same ports in Linux computer's firewall (preferably allowing traffic into port 631 only from trusted network interfaces).

There might of course be some Windows-specific issues. I don't know if Windows has a Cups-type IPP print server running, but if not, then you have to point Windows IPP client to the right server address.
 
Old 04-28-2006, 04:53 AM   #4
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
If you know the server name and printer name in Samba, you should be able to simply add a network printer (check the appropriate box in add printer for a network printer) using

\\servername\printername

I've done this before and it works fine. Windows will probably ask you for drivers though.

I've found that Windows may tell you something like "access denied, unable to connect", but it will still work. At least it does on my boxes.
 
Old 04-28-2006, 12:16 PM   #5
madhatter3
Member
 
Registered: Dec 2005
Posts: 36

Original Poster
Rep: Reputation: 15
I was able to add the printer through the add new printer wizard. I opened the proper ports in my firewalls. The only thing windows doesnt have is the proper driver for my printer, whenever I put in the driver disk it tells me the driver isnt on it. Needless to say I cant print yet.
 
Old 04-28-2006, 03:35 PM   #6
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
What's the printer?
 
Old 04-28-2006, 08:38 PM   #7
madhatter3
Member
 
Registered: Dec 2005
Posts: 36

Original Poster
Rep: Reputation: 15
hp psc 1315, its an all in one printer. XP only had about 10 HP drivers and wouldnt read my driver disk for some reason.
 
Old 04-28-2006, 11:13 PM   #8
madhatter3
Member
 
Registered: Dec 2005
Posts: 36

Original Poster
Rep: Reputation: 15
I was just checking my jobs for my printer on linux, it shows the jobs I made from my windows machine as completed even though nothing printed. I think the problem is with the diver not being recognized on windows. Anyone know how to fix this???
 
Old 04-29-2006, 12:12 AM   #9
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
If you can't read the driver disk, can you find the correct driver on either the HP site or microsoft site? You will need this installed on your windows machine(s)
 
Old 04-29-2006, 12:47 AM   #10
madhatter3
Member
 
Registered: Dec 2005
Posts: 36

Original Poster
Rep: Reputation: 15
i have the diver installed on the pc but i cant set the printer driver in the printer preferances.
 
Old 04-29-2006, 12:53 AM   #11
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
On my machine (XP Pro SP2), I'd open the "printers and faxes" from the start menu, then right click to get "properties", then you should be able to to set the driver through the wiazard on the "advanced" tab.

Note that was "properties" not "preferences".
 
Old 04-29-2006, 01:05 AM   #12
madhatter3
Member
 
Registered: Dec 2005
Posts: 36

Original Poster
Rep: Reputation: 15
Yeah i meant the advanced tab. it wont let me change the diver. the closest driver windows has is the psc 950 driver, once i install that it wont let me apply the setting. When i click the "HAVE DISK" option it says the driver cant be found.
 
Old 04-29-2006, 01:12 AM   #13
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Try:

http://h10025.www1.hp.com/ewfrf/wc/s...&lang=en&cc=us

to download the driver to a suitable location and try installing from there
 
Old 04-29-2006, 01:15 AM   #14
madhatter3
Member
 
Registered: Dec 2005
Posts: 36

Original Poster
Rep: Reputation: 15
already did that, i direct my "have disk" option to search my HP driver folder and it claims it cant find any drivers. for some reason the search is only looking for system information files, i cant change that.
 
Old 04-29-2006, 01:20 AM   #15
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Did you try removing the printer in windows and starting again? I'd have thought that under the "have disk" option, you could point to the download location on your hdd

Last edited by billymayday; 04-29-2006 at 01:28 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing a printer on a windows XP machine from my Linux box drebbin Linux - Newbie 2 09-20-2004 02:39 PM
Connect to shared network printer on WinXP machine for all users (Slackware) a1flecke Linux - Newbie 12 05-03-2004 07:27 PM
need my WinXP to be able to print to the printer connected to man9.2 machine krome Mandriva 1 03-02-2004 03:53 AM
Printer on winXP machine voodooutt Linux - Hardware 1 11-20-2003 02:27 PM
setup printer on client machine(slackware 8) to server (slackware7) network printer changwoo Slackware 9 05-02-2003 05:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration