BCM 4313...

Support for other hardware categories not listed below.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: BCM 4313...

Post by ericbsd »

Can you give the out pout of ifconfig?
I did ask you never give the output.
User avatar
geno_bsd
Posts: 16
Joined: Sat Oct 04, 2014 1:27 pm

Re: BCM 4313...

Post by geno_bsd »

hey there !

Code: Select all

ifconfig
enp4s0f2: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 04:7d:7b:cf:41:c8  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 48  bytes 2800 (2.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 48  bytes 2800 (2.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp9s0b1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.2.101  netmask 255.255.255.0  broadcast 192.168.2.255
        inet6 fe80::d09:53f2:3bd7:fc1c  prefixlen 64  scopeid 0x20<link>
        ether 84:4b:f5:4e:4f:79  txqueuelen 1000  (Ethernet)
        RX packets 68761  bytes 71595153 (68.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 58392  bytes 7372668 (7.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
tia !
User avatar
geno_bsd
Posts: 16
Joined: Sat Oct 04, 2014 1:27 pm

Re: BCM 4313...

Post by geno_bsd »

Need to install on several lappys ( school LAB ) so this info can't wait more ...
User avatar
geno_bsd
Posts: 16
Joined: Sat Oct 04, 2014 1:27 pm

Re: BCM 4313...

Post by geno_bsd »

no one ?
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: BCM 4313...

Post by ASX »

geno_bsd wrote:no one ?
viewtopic.php?f=63&t=312#p1488
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: BCM 4313...

Post by ericbsd »

I want your ifconfig output! I need to if the drver is loaded.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: BCM 4313...

Post by ericbsd »

I forgot to mention from GhostBSD. Not GNU/Linux.
User avatar
geno_bsd
Posts: 16
Joined: Sat Oct 04, 2014 1:27 pm

Re: BCM 4313...

Post by geno_bsd »

Code: Select all

 # ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
	ether 04:7d:7b:cf:41:c8
	inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
	inet6 ::1 prefixlen 128 
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 
	inet 127.0.0.1 netmask 0xff000000 
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
as always TIA !
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: BCM 4313...

Post by ericbsd »

Oh true I just remember that none of the are loaded by default. You will need to add:

Code: Select all

if_bwn_load="YES"
if_bwi_load="YES"
to /boot/loader.conf and probably install the firmware from ports.

You will find all you need here https://www.google.ca/search?q=freebsd+ ... sd+bcm4313.
Post Reply