Changes between Version 69 and Version 70 of public/FAQ


Ignore:
Timestamp:
11 Dec 2017 10:01:21 (8 years ago)
Author:
twalzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • public/FAQ

    v69 v70  
    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.[[BR]]
     6The 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.
    77
    88{{{
    9 '''# ln -s $(which smbspool) /usr/lib/cups/backend/smb'''''''
     9# ln -s $(which smbspool) /usr/lib/cups/backend/smb
    1010}}}
    1111
    1212
    1313Next, 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'''''''
     14For the device location, enter:
     15
     16{{{
     17smb://username:password@hostname/printer_name
     18}}}
     19
     20
     21Or without a password:
     22
     23{{{
     24smb://username@hostname/printer_name
     25}}}
     26
    1927
    2028Make 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{{{
     31smb://username:password@domain/hostname/printer_name
     32}}}
     33
    2234
    2335