Changes between Version 69 and Version 70 of public/FAQ
- Timestamp:
- 11 Dec 2017 10:01:21 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
public/FAQ
v69 v70 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. [[BR]]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 7 8 8 {{{ 9 '''# ln -s $(which smbspool) /usr/lib/cups/backend/smb''''''' 9 # ln -s $(which smbspool) /usr/lib/cups/backend/smb 10 10 }}} 11 11 12 12 13 13 Next, simply log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA". 14 For the device location, enter:[[BR]] 15 '''smb://username:password@hostname/printer_name''''''' 16 17 Or without a password:[[BR]] 18 '''smb://username@hostname/printer_name''''''' 14 For the device location, enter: 15 16 {{{ 17 smb://username:password@hostname/printer_name 18 }}} 19 20 21 Or without a password: 22 23 {{{ 24 smb://username@hostname/printer_name 25 }}} 26 19 27 20 28 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]] 21 '''smb://username:password@domain/hostname/printer_name''''''' 29 30 {{{ 31 smb://username:password@domain/hostname/printer_name 32 }}} 33 22 34 23 35