Re: Setting up Wireless net Card

2008-08-05 Thread David Gurvich
I believe that card uses the Realtek 8185L chipset.  You may be able to
get ndis driver to work with it.  Download the winxp driver from
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=24&PFid=1&Level=6&Conn=5&DownTypeID=3&GetDown=false&Downloads=true
 
I don't know if there is native support.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Setting up Wireless net Card

2008-08-05 Thread Warren Liddell
> Run "ifconfig"; if your card's driver is built into the GENERIC kernel
> (it likely is), then iconfig should list it.  Alternatively, you can
> run pciconf -lv.  If you can't find your card in either of these,
> please copy the output of those two to the list.
>
> (Hint: a goodway to save the output of a command to a file is:
> "command | tee file").
The below would be the wireless card, being belkin, but i dont believe that it 
is listed as part of the drivers with a generic kernel which im running.

[EMAIL PROTECTED]:5:0: class=0x02 card=0x700f1799 chip=0x700f1799 rev=0x20 
hdr=0x00
vendor = 'Belkin Research and Development Labs'
class  = network
subclass   = ethernet



re0: flags=8943 mtu 1500
options=1b
inet 192.168.1.65 netmask 0xff00 broadcast 192.168.1.255
ether 
media: Ethernet 10baseT/UTP 
status: active
fwe0: flags=108802 mtu 1500
options=8
ether 
ch 1 dma -1
plip0: flags=108810 mtu 1500
lo0: flags=8049 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff00
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Setting up Wireless net Card

2008-08-05 Thread Edward Ruggeri
On Tue, Aug 5, 2008 at 2:48 AM, Warren Liddell <[EMAIL PROTECTED]> wrote:
> Im trying to setup//configure my Belkin Wireless Card, but since i have had it
> for a while in a windows machine, im no clue about using a wireless card in
> FreeBSD an not as yet able to find to many sources//articles that can give me
> a head start on where to go to begin finding the cards chipset etc etc ..
>
> Any assistance would be appreciated.

Run "ifconfig"; if your card's driver is built into the GENERIC kernel
(it likely is), then iconfig should list it.  Alternatively, you can
run pciconf -lv.  If you can't find your card in either of these,
please copy the output of those two to the list.

(Hint: a goodway to save the output of a command to a file is:
"command | tee file").
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"