Changes between Version 60 and Version 61 of public/FAQ


Ignore:
Timestamp:
11 Dec 2017 09:49:04 (8 years ago)
Author:
twalzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • public/FAQ

    v60 v61  
    11[=#top][[PageOutline]]
    22= Antworten auf häufig gestellte Fragen =
     3
     4== Samba CUPS PrinterSharing ==
     5
     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.
     7<code># ln -s $(which smbspool) /usr/lib/cups/backend/smb</code>
     8
     9Next, simply log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
     10For the device location, enter:
     11<code>smb://username:password@hostname/printer_name</code>
     12
     13Or without a password:
     14<code>smb://username@hostname/printer_name</code>
     15
     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:
     17<code>smb://username:password@domain/hostname/printer_name</code>
     18
     19
     20
     21Dienste --> Windows Update deaktivieren
     22
    323
    424== Windows 10 automatische Updates deaktivieren ==