Re: pgt firmware ...

2012-02-29 Thread David Walker
Hi Stuart. > do you know which device you have? This is what I get on the console: pgt0 at cardbus0 dev 0 function 0 "Intersil Prism GT/Duette" rev 0x01: irq 11 According to the meagre research I've done it's a 3880 chipset. The card is an SMC2835W ... > In theory dmesg should be able to pick u

Re: pgt firmware ...

2012-02-28 Thread Andres Perera
On Mon, Feb 27, 2012 at 7:52 AM, Janne Johansson wrote: > 2012/2/27 David Walker : >> Thank you Peter. >> I still get the same error message (error line wrapped): >> >> pkg_add ./pgt-firmware-1.2p2.tgz >> Bad pkg_db: No such file or directory at > [...] >> Somethings wrong with my environment but

Re: pgt firmware ...

2012-02-28 Thread Stuart Henderson
On 2012-02-27, David Walker wrote: > Unfortunately it seems there's bigger issue anyway. > When I plug the card in there's either no action (no ifconfig, no > LEDs, no console message) or I get a panic. > It happens invariably (I think) if the card's in at boot, here's one > (hand typed) ... from

Re: pgt firmware ...

2012-02-27 Thread Claudio Jeker
On Mon, Feb 27, 2012 at 10:28:01PM +1030, David Walker wrote: > Thank you Peter. > > I still get the same error message (error line wrapped): > > pkg_add ./pgt-firmware-1.2p2.tgz > Bad pkg_db: No such file or directory at > /usr/libdata/perl5/OpenBSD/PackageInfo.pm line 63. > > Line 63: > > ope

Re: pgt firmware ...

2012-02-27 Thread David Walker
Hi Wesley. On 28/02/2012, Wesley M. wrote: > Why don't you try to install a snapshot version ? > Just to see if the problem is resolved for the next release (5.1)... I have some access to ADSL for the time being so I'll try do that. > And sorry for the wget advice :-) Thank you for reminding m

Re: pgt firmware ...

2012-02-27 Thread Wesley M.
Why don't you try to install a snapshot version ? Just to see if the problem is resolved for the next release (5.1)... And sorry for the wget advice :-) All the best, Wesley. On Tue, 28 Feb 2012 00:33:06 +1030, David Walker wrote: > Hi Magnus. > > That was the issue - that directory didn't exi

Re: pgt firmware ...

2012-02-27 Thread David Walker
Hi Magnus. That was the issue - that directory didn't exist. It was my fault - playing with fstab ... Unfortunately it seems there's bigger issue anyway. When I plug the card in there's either no action (no ifconfig, no LEDs, no console message) or I get a panic. It happens invariably (I think) i

Re: pgt firmware ...

2012-02-27 Thread Janne Johansson
2012/2/27 David Walker : > Thank you Peter. > I still get the same error message (error line wrapped): > > pkg_add ./pgt-firmware-1.2p2.tgz > Bad pkg_db: No such file or directory at [...] > Somethings wrong with my environment but what ... Yes, the thing that makes it impossible for you to run ex

Re: pgt firmware ...

2012-02-27 Thread David Walker
Thank you Peter. I still get the same error message (error line wrapped): pkg_add ./pgt-firmware-1.2p2.tgz Bad pkg_db: No such file or directory at /usr/libdata/perl5/OpenBSD/PackageInfo.pm line 63. Line 63: opendir(my $dir, $pkg_db) or die "Bad pkg_db: $!"); Somethings wrong with my environme

Re: pgt firmware ...

2012-02-26 Thread Tomas Bodzar
On Sun, Feb 26, 2012 at 8:21 AM, David Walker wrote: > Hi. > > I'm trying to do: > pkg_add http://firmware.openbsd.olg/firmware/pgt-firmware-1.2.tgz > > I get this: > parsing pgt-firmware-1.2.tgz > Bad pkg_db: No such file or directory at > /usr/libdata/perl5/OpenBSD/PackageInfo. > pm line 63. >

Re: pgt firmware ...

2012-02-26 Thread Ted Unangst
On Sun, Feb 26, 2012, David Walker wrote: > Hi. > > I'm trying to do: > pkg_add http://firmware.openbsd.olg/firmware/pgt-firmware-1.2.tgz The correct url is openbsd.ORG.

Re: pgt firmware ...

2012-02-26 Thread Peter Hessler
NO! For the love of everything holy, don't fucking use wget. the built-in ftp(1) client can download from http servers. and, do NOT just extract the files. we have package tools for a reason. EITHER: a) pkg_add http://firmware.openbsd.org/firmware/5.0/pgt-firmware-1.2.tgz OR b) ftp http:/

Re: pgt firmware ...

2012-02-26 Thread Janne Johansson
2012/2/26 Wesley M. : > Try this : > add wget package using pkg_add -vi wget > wget http://firmware.openbsd.org/firmware/5.0/pgt-firmware-1.2p2.tgz Or skip getting wget alltogether and just use the /usr/bin/ftp which can talk http good enough for this. Or, skip getting the package down locally and

Re: pgt firmware ...

2012-02-26 Thread Wesley M.
Try this : add wget package using pkg_add -vi wget wget http://firmware.openbsd.org/firmware/5.0/pgt-firmware-1.2p2.tgz Then extract this in /etc/firmware. Halt your machine, Remove your network card, and now plug the new card, boot Hope that it will help. Wesley. On Mon, 27 Feb 2012 00:02:28 +

Re: pgt firmware ...

2012-02-26 Thread David Walker
Thanks Wesley. I forgot about that. I was going from man pgt which says: FILES A prepackaged version of the firmware, designed to be used with pkg_add(1), can be found at: http://firmware.openbsd.org/firmware/pgt-firmware-1.2.tgz The problem I have is that fw_update doesn't ac

Re: pgt firmware ...

2012-02-26 Thread Wesley M.
try fw_update (provided in OpenBSD 5.0) Wesley. On Sun, 26 Feb 2012 17:51:03 +1030, David Walker wrote: > Hi. > > I'm trying to do: > pkg_add http://firmware.openbsd.olg/firmware/pgt-firmware-1.2.tgz > > I get this: > parsing pgt-firmware-1.2.tgz > Bad pkg_db: No such file or directory at > /u