How to use HP Officejet 6310 wirelessly? [SOLVED]

Problems and successes with specific brands/models of printers
Message
Author
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#31 Post by rcrsn51 »

Because you are trying to access a Windows shared printer, you will use the smb:// protocol instead of socket://. You don't need the IP address.

Before starting, go to your Windows machine and locate its computer name and the name of the shared printer.

FInd the computer name under Control Panel > System > Computer Name > Full Computer Name

The printer name is the one-word identifier assigned by Windows. Look for it under the Sharing tab of the printer's properties.

Important! CUPS cannot deal with a printer name if it contains spaces. You have two choices. Rename the printer in the Windows Sharing dialog. Or replace the spaces with the code %20 when you enter the name in CUPS.

Locate the file /etc/opt/samba/smb.conf and change its properties to all-readable.

Start CUPS, delete your old printer and start adding a new one.

At the bottom of the Device list, select "Windows Printer via Samba".

Enter the device URI as: smb://COMPUTERNAME/PRINTERNAME

Select your printer manufacturer and model as usual.

shariebeth
Posts: 242
Joined: Tue 26 Jan 2010, 19:37
Location: Florida

#32 Post by shariebeth »

Bingo! It worked!
Thank you thank you thank you for your patience and sticking with me through this!
(Bet you are dreading the next thing i decide to try :P )
(and yes i will edit my first post to solved)

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#33 Post by rcrsn51 »

Glad to help.

Post Reply