Displaying 2 results from an estimated 2 matches for "druckernam".
Did you mean:
druckername
2003 Jan 07
2
Automatic Printer Driver Download Access Denied
Hi,
I have a problem for implementing automatic printer driver download on
Samba 2.2.7a. When I tried to upload printer drivers from a Windows 2000
client, I could see the printers were uploaded to the printer driver
directory W32X86 under Unix. However, When I tried to apply those
changes to the printer driver, I got ?printer settings could not be
saved, Access is denied?.
The samba is
2002 Dec 07
1
HP Deskjet Driver Problems
...in loading up
printerdrivers to my samba box via microsoft apw the first time.
I am using SuSE 8.1 with cups. the "add printer command" was the thing getting
it to work.
my script for adding printers :
#!/bin/bash
# Script zum anlegen eines Sambadruckers mit cups
#$1 = Ausf?hrlicher Druckername
#$2 = Drucker/Queue/Share-Name
#$5 = Ort des Druckers
#
/usr/sbin/lpadmin -p "$2" -D "$1" -L "$5"
echo "Samba Printer Port"
after adding the driver I use the cups webfrontend at port 631 to tell the
generated printer the real conection lp1 for example.
Aft...