Changes between Version 66 and Version 67 of public/FAQ


Ignore:
Timestamp:
11 Dec 2017 09:58:53 (8 years ago)
Author:
twalzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • public/FAQ

    v66 v67  
    44== Samba CUPS PrinterSharing ==
    55
    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]]
    97'''# ln -s $(which smbspool) /usr/lib/cups/backend/smb'''''''
    108
    119Next, 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:
     10For the device location, enter:[[BR]]
    1311'''smb://username:password@hostname/printer_name'''''''
    1412
    15 Or without a password:
     13Or without a password:[[BR]]
    1614'''smb://username@hostname/printer_name'''''''
    1715
    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:
     16Make 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]]
    1917'''smb://username:password@domain/hostname/printer_name'''''''
    2018