Changes between Version 66 and Version 67 of public/FAQ
- Timestamp:
- 11 Dec 2017 09:58:53 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
public/FAQ
v66 v67 4 4 == Samba CUPS PrinterSharing == 5 5 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 8 6 term:: 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.[[BR]] 9 7 '''# ln -s $(which smbspool) /usr/lib/cups/backend/smb''''''' 10 8 11 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". 12 For the device location, enter: 10 For the device location, enter:[[BR]] 13 11 '''smb://username:password@hostname/printer_name''''''' 14 12 15 Or without a password: 13 Or without a password:[[BR]] 16 14 '''smb://username@hostname/printer_name''''''' 17 15 18 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: 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:[[BR]] 19 17 '''smb://username:password@domain/hostname/printer_name''''''' 20 18