Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2012 17:28:08 +0100
From:      Polytropon <freebsd@edvax.de>
To:        David Walker <davidianwalker@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Simple question about pkg_add ...
Message-ID:  <20120228172808.c0754b14.freebsd@edvax.de>
In-Reply-To: <CABE=bRNRs6Rv5bL1fo49c8oiMvhT%2BCH1pYVL3Sd29qu3%2B96rdw@mail.gmail.com>
References:  <CABE=bRNRs6Rv5bL1fo49c8oiMvhT%2BCH1pYVL3Sd29qu3%2B96rdw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 29 Feb 2012 01:52:13 +1030, David Walker wrote:
> 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?

Did you have a look at what's inside the .tar.gz file?
A directory upgt-firmware-2.13.1.0 with the following
files: Makefile, distinfo, pkg-descr, and pkg-plist.

Obviously, that's not a binary package for pkg_add use.
It's a port.

Extract the file and use it with the port infrastructure
(i. e. "make install").

Seems that the instruction in "man 4 upgt" is just missing
the proper terminology...



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120228172808.c0754b14.freebsd>