Re: Netgear WG511 (no driver attached)

2004-10-25 Thread Glenn Sieb
Glenn Sieb said the following on 10/23/2004 4:49 PM:
After some digging, and some emails back & forth to Matt Juszczak, I 
found this driver: http://green.homeunix.org/~green/prism54-driver/pff/

Compiled it, installed it and *puf* my card came up! :)
Now... I installed KWirelessMonitor... the graphics come up & such 
fine... but it can't seem to connect to device pff0... now... funny 
thing is--the card's in, it's working... but there's no /dev/pff0

My gut says there *should be* a /dev/pff0--right?
How do I make this happen.. I've tried adding:
perm   pff0   0644
To /etc/devfs.conf to (no surprise really) no avail. I'm running 
5.3-STABLE [RC1 cvsup'd]. I'm kind of new at adding device drivers & 
such, so I'm not really sure what I'm doing wrong (or even *if* I'm 
doing something wrong)

Any help is, as always, greatly appreciated.
Thanks!
Glenn
--
"They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety." 
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Netgear WG511 (no driver attached)

2004-10-23 Thread Glenn Sieb
Glenn Sieb said the following on 10/22/2004 12:38 AM:
I, too, have recently purchased a WG511--and since I am interested in 
getting this working (5.3-STABLE). I'd also like to know if there's a 
way to get it to work in FBSD...Googling didn't help much :-/ I found 
some reference to an ndis kernel module, but that didn't seem to work 
for me.

Thanks in advance :)
After some digging, and some emails back & forth to Matt Juszczak, I 
found this driver: http://green.homeunix.org/~green/prism54-driver/pff/

Compiled it, installed it and *puf* my card came up! :)
Thanks,
G.
--
"They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety." 
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Netgear WG511 (no driver attached)

2004-10-21 Thread Glenn Sieb
Andy said the following on 8/21/2004 3:14 PM:
not sure if you got this problem solved yet, but the reason the ath driver didnt work is because the WG511 uses the Prism Duette chipset (it is the WG511T that uses the ath)
You can get it up and running under linux, (http://www.prism54.org) but i do not know of any native FreeBSD drivers
If you've already solved this, than ignore me ;)
 

I, too, have recently purchased a WG511--and since I am interested in getting this 
working (5.3-STABLE). I'd also like to know if there's a way to get it to work in 
FBSD...Googling didn't help much :-/ I found some reference to an ndis kernel module, 
but that didn't seem to work for me.
Thanks in advance :)
Best,
Glenn
--
"They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety." 
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Netgear WG511 (no driver attached)

2004-08-22 Thread Andy
not sure if you got this problem solved yet, but the reason the ath driver didnt work 
is because the WG511 uses the Prism Duette chipset (it is the WG511T that uses the ath)
You can get it up and running under linux, (http://www.prism54.org) but i do not know 
of any native FreeBSD drivers
If you've already solved this, than ignore me ;)
-andy
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Netgear WG511 (no driver attached)

2004-01-20 Thread Andrew Hall
Andrew,

Thanks for the suggestion.  I have recompiled my kernel with 

device  ath
device  ath_hal

and rebooted, and got the same behavior.  I will attempt to cvsup and
upgrade just for kicks.  Anyone have any other suggestions?

TIA,

Drew

On Tue, 2004-01-20 at 16:54, Andrew L. Gould wrote:
> On Tuesday 20 January 2004 03:35 pm, Andrew Hall wrote:
> > Greetings,
> >
> > Please forgive the cross post (sent to freebsd-mobile also), but I have
> > not received a reply from -mobile yet.
> >
> > I have Netgear WG511 running on 5.2-CURRENT.  If I boot with the card or
> > insert it after boot I get the following output:
> >
> > cardbus0:  at device 0.0 (no driver attached)
> > cbb0: CardBus card activation failed
> >
> > I have the wireless devices wlan, an, awi, wi, cbb, pccard and cardbus
> > all compiled directly in my kernel. Can someone pleae point me to some
> > documentation on how to define a driver for this card to use and to
> > configure wireless networking in FreeBSD?
> >
> > Thanks in advance,
> >
> > Andrew
> 
> I think your card uses the ath driver, which is not in your list of compiled 
> devices.  See:
> 
> http://www.freebsd.org/cgi/man.cgi?query=ath&sektion=4&manpath=FreeBSD
> +5.2-RELEASE
> 
> Best of luck,
> 
> Andrew Gould
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Netgear WG511 (no driver attached)

2004-01-20 Thread Andrew L. Gould
On Tuesday 20 January 2004 03:35 pm, Andrew Hall wrote:
> Greetings,
>
> Please forgive the cross post (sent to freebsd-mobile also), but I have
> not received a reply from -mobile yet.
>
> I have Netgear WG511 running on 5.2-CURRENT.  If I boot with the card or
> insert it after boot I get the following output:
>
> cardbus0:  at device 0.0 (no driver attached)
> cbb0: CardBus card activation failed
>
> I have the wireless devices wlan, an, awi, wi, cbb, pccard and cardbus
> all compiled directly in my kernel. Can someone pleae point me to some
> documentation on how to define a driver for this card to use and to
> configure wireless networking in FreeBSD?
>
> Thanks in advance,
>
> Andrew

I think your card uses the ath driver, which is not in your list of compiled 
devices.  See:

http://www.freebsd.org/cgi/man.cgi?query=ath&sektion=4&manpath=FreeBSD
+5.2-RELEASE

Best of luck,

Andrew Gould

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Netgear WG511 (no driver attached)

2004-01-20 Thread Andrew Hall
Greetings,

Please forgive the cross post (sent to freebsd-mobile also), but I have
not received a reply from -mobile yet.

I have Netgear WG511 running on 5.2-CURRENT.  If I boot with the card or
insert it after boot I get the following output: 

cardbus0:  at device 0.0 (no driver attached)
cbb0: CardBus card activation failed

I have the wireless devices wlan, an, awi, wi, cbb, pccard and cardbus
all compiled directly in my kernel. Can someone pleae point me to some
documentation on how to define a driver for this card to use and to
configure wireless networking in FreeBSD? 

Thanks in advance, 

Andrew

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"