GabriRuflex
December 18th, 2010, 06:51 PM
Hey guys!
I've a little problem with Samba.
I've installed and configured Samba and all of that but I still have a little problem: I need to upload the printer driver to the samba server. I tried with cupsaddsmb but there were too much problems so I used the "Windows add driver wizard" (right click on the network printer -> properties -> advanced -> new driver...) and all the x86 PCs are ok. I still need to upload the driver for x64 machines but now the advanced dialog is greyed!!
Do you know where I was wrong?
Thank you guys :)
Here my smb.conf:
#======================= Global Settings =======================
[global]
workgroup = WORKGROUP
netbios name = bertoni.local
hosts allow = 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
guest ok = yes
security = share
#usershare allow guests = yes
server string = Server-Bertoni
#name resolve order = wins lmhost bcast host
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
########## Printing ##########
load printers = yes
printing = cups
printcap name = cups
#======================= Share Definitions =======================
[www]
comment = Apache Service
path = /var/www
[documenti]
comment = Documenti condivisi
path = /home/ospite
writeable = yes
[HP_LaserJet_1160]
comment = HP LaserJet 1160
path = /var/spool/samba
browseable = yes
guest ok = yes
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
guest ok = yes
read only = yes
write list = root
I think that there could be a permission problem but I don't know where.
In x86 PCs I can install the printer and print without any problems.
I've a little problem with Samba.
I've installed and configured Samba and all of that but I still have a little problem: I need to upload the printer driver to the samba server. I tried with cupsaddsmb but there were too much problems so I used the "Windows add driver wizard" (right click on the network printer -> properties -> advanced -> new driver...) and all the x86 PCs are ok. I still need to upload the driver for x64 machines but now the advanced dialog is greyed!!
Do you know where I was wrong?
Thank you guys :)
Here my smb.conf:
#======================= Global Settings =======================
[global]
workgroup = WORKGROUP
netbios name = bertoni.local
hosts allow = 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
guest ok = yes
security = share
#usershare allow guests = yes
server string = Server-Bertoni
#name resolve order = wins lmhost bcast host
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
########## Printing ##########
load printers = yes
printing = cups
printcap name = cups
#======================= Share Definitions =======================
[www]
comment = Apache Service
path = /var/www
[documenti]
comment = Documenti condivisi
path = /home/ospite
writeable = yes
[HP_LaserJet_1160]
comment = HP LaserJet 1160
path = /var/spool/samba
browseable = yes
guest ok = yes
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
guest ok = yes
read only = yes
write list = root
I think that there could be a permission problem but I don't know where.
In x86 PCs I can install the printer and print without any problems.