Changes between Version 62 and Version 63 of public/FAQ
- Timestamp:
- 11 Dec 2017 09:53:24 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
public/FAQ
v62 v63 5 5 6 6 The Samba CUPS back-end is enabled by default, if for any reason it is not activate it by entering the following command and restarting CUPS. 7 <tt># ln -s $(which smbspool) /usr/lib/cups/backend/smb</tt> 7 //italic//**bold**# ln -s $(which smbspool) /usr/lib/cups/backend/smb 8 8 9 9 Next, simply log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA". 10 10 For the device location, enter: 11 <tt>smb://username:password@hostname/printer_name</tt>11 //italic//**bold**smb://username:password@hostname/printer_name</tt> 12 12 13 13 Or without a password: 14 <tt>smb://username@hostname/printer_name</tt>14 //italic//**bold**smb://username@hostname/printer_name</tt> 15 15 16 16 Make sure that the user actually has access to the printer on the Windows computer and select the appropriate drivers. If the computer is located on a domain, make sure the URI includes the domain: 17 <tt>smb://username:password@domain/hostname/printer_name</tt>17 //italic//**bold**smb://username:password@domain/hostname/printer_name</tt> 18 18 19 19