From owner-freebsd-questions@FreeBSD.ORG Fri Jan 12 18:16:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D583B16A412 for ; Fri, 12 Jan 2007 18:16:49 +0000 (UTC) (envelope-from csar@123.com.sv) Received: from asgard1.americatelsal.com (asgard2.americatelsal.com [200.13.161.7]) by mx1.freebsd.org (Postfix) with ESMTP id 626B313C45B for ; Fri, 12 Jan 2007 18:16:49 +0000 (UTC) (envelope-from csar@123.com.sv) Received: (qmail 75062 invoked from network); 12 Jan 2007 18:20:25 -0000 Received: from unknown (HELO ?192.168.10.251?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 12 Jan 2007 18:20:25 -0000 Message-ID: <45A7CB28.7010107@123.com.sv> Date: Fri, 12 Jan 2007 11:53:44 -0600 From: =?ISO-8859-1?Q?C=E9sar_Amaya?= User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: CUPS + X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 18:16:49 -0000 Hi list, have you ever installed cups + samba for a print server? That is what I am trying to do, the print server box set up is as the following: - FreeBSD 6.1 release - cups-1.2 - samba 3 - hpijs-2.1.4 - foomatic-db-20061214 - cups-samba-5.0.r3 I have installed and tested the printer properly via web interface of cups. The problem comes when I try to push the Windows printer drivers with cups, I get a error message # cupsaddsmb -H localhost -U root -h localhost -a -v Password for root required to access localhost via SAMBA: No Windows printer drivers are installed! No Windows printer drivers are installed! No Windows printer drivers are installed! ... I have already download the respective drivers. Any one knows how to fix this? Thanks in advance!!!