12-30-2003
WLAN PCI Cards
Hi!
I just wanted to know what network cards are supported in FreeBSD. I have looked at the list of supported cards but I can't find any of them in the stores. Is the list not updated, I would really preciate info about where (in EU, Sweden) I can buy them.
/Peter
10 More Discussions You Might Find Interesting
1. AIX
I am trying to find PCI Ethernet cards that are compatible with the IBM RISC 6000 - B50 Power PC. None of the regular NIC's seem to have AIX drivers. Does anyone know of AIX drivers for standard PCI Ethernet NIC's or a non IBM NIC that works with the Model B50 at 10/100 MB ? (0 Replies)
Discussion started by: rahe
0 Replies
2. Solaris
How do I get the PCI ID for my Realtek adapter?
It's a Solaris x86 installation. (5 Replies)
Discussion started by: kuultak
5 Replies
3. Solaris
Has anyone ever relocated an HBA card after already having it configured in another PCI slot? I've found that the HBA instance #'s start incrementing past the previous. It results in me having to have my instance numbers in /kernel/drv/qla2300.conf be 4,5,6,7 instead of 0,1,2,3. Cleanup with... (5 Replies)
Discussion started by: kduffin
5 Replies
4. Solaris
Hi,
Can X6799A PCI single fiber channel cards be fitted into the top 2 slots of a Sunfire v880. These 2 slots are 66Mhz and X6799A are supposed to be able to connect at this speed.
However , I believe the cards are 5volts , whilst the slots are 3.3volts. (2 Replies)
Discussion started by: markdr011
2 Replies
5. Linux
I'm trying to help convert my boss over to Linux. He has an HP/Compaq PC on which he installed Fedora Core 4 on. It's got a Linksys wireless card in it and we're using the NDIS wrapper to load the Windows driver for the chipset on that card. 'iwconfig' sees the card. We can configure the card. ... (1 Reply)
Discussion started by: deckard
1 Replies
6. Linux
Is thre any command by which i can get the IP addresses of different machines present in a Wireless Local Network Area. (2 Replies)
Discussion started by: vasurake
2 Replies
7. Cybersecurity
Hi
Is it totally safe to login via SSH through a wlan that is not encrypted? Is there anything to think about when doing it? (1 Reply)
Discussion started by: hjalle
1 Replies
8. IP Networking
Here is the thing.
I've got a TP link router (TL-WR541G) and 3 PCs accessing to Internet through it.
2 Desktop PCs (1 with Debian and 1 WinXP)
1 laptop (with Ubuntu).
In my router (192.168.1.1) I can see the MAC and IP of all machines assigned (DHCP) by the router.
But when I ping to them... (3 Replies)
Discussion started by: funyotros
3 Replies
9. IP Networking
Hi all,
I am trying to get radvd to broadcast router advertisements on a wireless interface (wlan0).
The wireless interface is running an ad-hoc wireless network. However, for some reason, radvd will say that wlan0 not running and refuse to start.
The only way I can get radvd to broadcast... (0 Replies)
Discussion started by: abxccd
0 Replies
10. Shell Programming and Scripting
Hey guys,
I run my raspberry pi with a TP-Link Wlan-USB stick. The stick works out of the box with the pi-modded debian.
But eventhough the automatic connection to one of the saved WLAN-networks in the file /etc/wpa_supplicant/wpa_supplicant.conf works, my PI doesn't request or receive an... (4 Replies)
Discussion started by: zitronenschwarz
4 Replies
SN(4) BSD Kernel Interfaces Manual SN(4)
NAME
sn -- Ethernet driver for SMC91Cxx based cards
SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device sn
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_sn_load="YES"
DESCRIPTION
The sn device driver supports SMC91Cxx based ISA and PCMCIA cards.
HARDWARE
The sn driver supports SMC91Cxx based ISA and PCMCIA cards including:
o 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC
o 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T,
XJEM3336
o Farallon EtherMac PC Card 595a
o Motorola Mariner Ethernet/Modem PC Card
o Ositech Seven of Diamonds Ethernet PC Card
o Ositech Jack of Hearts Ethernet/Modem PC Card
o Psion Gold Card Netglobal Ethernet PC Card
o Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card
o Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card
o SMC EZEther PC Card (8020BT)
o SMC EZEther PC Card (8020T)
The sn driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC.
The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue
arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and
EtherMac. They are supported by the sn driver.
SEE ALSO
ed(4), ep(4), ie(4), intro(4), ng_ether(4), vx(4), ifconfig(8)
HISTORY
The sn device driver appeared in FreeBSD 4.0.
BSD
July 16, 2005 BSD