Re: [Samba] windows printer driver installation with samba and cups

2005-11-30 Thread Beat Morf

Gerald (Jerry) Carter wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam Nielsen wrote:
| [print$]
|  path = /daten/printers
|
| myserver:/ # la daten/printers/
| total 1
| drwxrwxr-x   2 root mygroup  48 Nov 25 15:29 .
| drwxr-xr-x  20 root mygroup 472 Nov 25 14:59 ..
|
| Where are the driver files?  It looks like you
| haven't installed them.

You also have to create the W32X86, et. al. directory
tree first.



It's the way to do it - you are right.

After creating and copying the driver into the directory 'W32X86', the Windows Wizard works and I 
can install the Windows 2000 driver without any problem - thanks.


I have still one problem:
Printing from Windows works fine, but the printer always prints an empty page at the end of a print 
job (something like an ending banner)! Within CUPS, my configuration is as follows:


# Printer configuration file for CUPS v1.1.21
# Written by cupsd on Wed Nov 30 09:13:25 2005
DefaultPrinter Phaser_6300
Info Phaser6300
Location Engineering
DeviceURI lpd://192.168.0.2/queue
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
/Printer

I didn't setup an starting/ending banner.

Any idea?

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] windows printer driver installation with samba and cups

2005-11-29 Thread Gerald (Jerry) Carter

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam Nielsen wrote:
| [print$]
|  path = /daten/printers
|
| myserver:/ # la daten/printers/
| total 1
| drwxrwxr-x   2 root mygroup  48 Nov 25 15:29 .
| drwxr-xr-x  20 root mygroup 472 Nov 25 14:59 ..
|
| Where are the driver files?  It looks like you
| haven't installed them.

You also have to create the W32X86, et. al. directory
tree first.








cheers, jerry
=
Alleviating the pain of Windows(tm)  --- http://www.samba.org
Centeris ---  http://www.centeris.com
There's an anonymous coward in all of us.   --anonymous
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDjHePIR7qMdg1EfYRAj76AJ9Ojyr0b/SHsimB2Xy3GU81cp3KJQCfVbeU
Z6P3QcLvppTv7ngrAMllMXE=
=VgJf
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] windows printer driver installation with samba and cups

2005-11-28 Thread Adam Nielsen
 [print$]
  path = /daten/printers

 myserver:/ # la daten/printers/
 total 1
 drwxrwxr-x   2 root mygroup  48 Nov 25 15:29 .
 drwxr-xr-x  20 root mygroup 472 Nov 25 14:59 ..

Where are the driver files?  It looks like you haven't installed them.

 Under my windows 2000 (and XP) client, I see my printer within the
 folder PRINTERS. With properties-No-Advanced-New
 Driver (Windows-Driver-Wizard) I can specify the driver and follow
 all instructions. At the end, when I finish the wizard, a message
 can not install driver. the procedure could not finished appears.
 Within the directory /daten/printers NO DRIVER is installed!

*You* have to put the printer's drivers in /daten/printers by hand
first, so that the Windows boxes can find those files and copy them
across.

 Did someone know this problem or see something similar?

Try man cupsaddsmb and read the Samba manual referring to installing
printers.  It looks like all you need to do is copy the printer drivers
across, run cupsaddsmb and then it will work.

Cheers,
Adam.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] windows printer driver installation with samba and cups

2005-11-25 Thread Beat Morf

Hi

Using:
- SUSE 9.2
- SAMBA 3.0.7
- CUPS 1.1.21

I am successfully using my network printer under cups. Now I would like to share this printer to all 
windows clients with samba. These are my smb.conf configurations:


**
[global]
interfaces = eth0
...
load printers = yes
printing = cups
printcap name = /etc/printcap
printer admin = @mygroup

[print$]
comment = Printer Driver
path = /daten/printers
browseable = yes
guest ok = yes
read only = yes
write list = @mygroup

[printers]
comment = All Printers
path = /var/spool/samba
browsable = yes
guest ok = no
writeable = no
printable = yes
***

The rights for the directories are as follows:

myserver:/ # la daten/printers/
total 1
drwxrwxr-x   2 root mygroup  48 Nov 25 15:29 .
drwxr-xr-x  20 root mygroup 472 Nov 25 14:59 ..

myserver:/ # la /var/spool/samba
total 0
drwsrwsrwx   2 root root  48 Jan 28  2005 .
drwxr-xr-x  14 root root 368 Dec 13  2004 ..


Under my windows 2000 (and XP) client, I see my printer within the folder PRINTERS. With 
properties-No-Advanced-New Driver (Windows-Driver-Wizard) I can specify the driver and follow 
all instructions. At the end, when I finish the wizard, a message can not install driver. the 
procedure could not finished appears.

Within the directory /daten/printers NO DRIVER is installed!

The log.smbd file says, that the user opens the print$ share, but nothing 
else:

[2005/11/25 15:58:27, 1] smbd/service.c:make_connection_snum(647)
  gonzales (192.168.0.54) connect to service print$ initially as user beat (uid=509, gid=100) (pid 
18552)



I allready read a lot of posts about similar problems, but didn't find any description that would 
fix my problem.


Did someone know this problem or see something similar?

thanks
beat
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba