From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 15:22:13 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDF85106566C for ; Tue, 28 Feb 2012 15:22:13 +0000 (UTC) (envelope-from davidianwalker@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id B77B38FC19 for ; Tue, 28 Feb 2012 15:22:13 +0000 (UTC) Received: by iahk25 with SMTP id k25so529780iah.13 for ; Tue, 28 Feb 2012 07:22:13 -0800 (PST) Received-SPF: pass (google.com: domain of davidianwalker@gmail.com designates 10.50.197.161 as permitted sender) client-ip=10.50.197.161; Authentication-Results: mr.google.com; spf=pass (google.com: domain of davidianwalker@gmail.com designates 10.50.197.161 as permitted sender) smtp.mail=davidianwalker@gmail.com; dkim=pass header.i=davidianwalker@gmail.com Received: from mr.google.com ([10.50.197.161]) by 10.50.197.161 with SMTP id iv1mr2932248igc.41.1330442533213 (num_hops = 1); Tue, 28 Feb 2012 07:22:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=UY1AyBL7Og6KLcUNWbrbN8+zQY757eg2qti3S6gEbJo=; b=lWss0ckPh1wHzAipt9p89Uzy9tfrjp241a8TOuzkA67KoR5QMmhjbhNdMLkb3/waae 8IVA8b5aQ4R13kS+NLcmGerKYhrtD/ZY8mqP6M/rCRtauZav6roAXtrMacZ+PqYDtbZi 8CpJxKrdMC6HKPFc9S8/lSwq8GEGJ5/6v0vBw= MIME-Version: 1.0 Received: by 10.50.197.161 with SMTP id iv1mr2453585igc.41.1330442533146; Tue, 28 Feb 2012 07:22:13 -0800 (PST) Received: by 10.42.96.6 with HTTP; Tue, 28 Feb 2012 07:22:13 -0800 (PST) Date: Wed, 29 Feb 2012 01:52:13 +1030 Message-ID: From: David Walker To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Simple question about pkg_add ... 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: Tue, 28 Feb 2012 15:22:14 -0000 Hey. I believe I have a pcmcia card that requires upgt firmware. >From upgt(4) ... This driver requires the upgtfw firmware to be installed before it will work. The firmware files are not publicly available. A package of the firmware which can be installed via pkg_add(1) is available: http://weongyo.org/project/upgt/upgt-firmware-2.13.1.0.tar.gz pkg_add http://weongyo.org/project/upgt/upgt-firmware-2.13.1.0.tar.gz Fetching http://weongyo.org/project/upgt/upgt-firmware-2.13.1.0.tar.gz... Done. pkg_add: unable to open table of contents file '+CONTENTS' - not a package? Best wishes.