Page 2 of 2

Re: BCM 4313...

Posted: Sun Feb 07, 2016 7:17 am
by ericbsd
Can you give the out pout of ifconfig?
I did ask you never give the output.

Re: BCM 4313...

Posted: Mon Apr 24, 2017 7:09 pm
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 !

Re: BCM 4313...

Posted: Tue Apr 25, 2017 6:37 pm
by geno_bsd
Need to install on several lappys ( school LAB ) so this info can't wait more ...

Re: BCM 4313...

Posted: Wed Apr 26, 2017 10:43 am
by geno_bsd
no one ?

Re: BCM 4313...

Posted: Wed Apr 26, 2017 7:43 pm
by ASX
geno_bsd wrote:no one ?
viewtopic.php?f=63&t=312#p1488

Re: BCM 4313...

Posted: Tue May 02, 2017 12:32 pm
by ericbsd
I want your ifconfig output! I need to if the drver is loaded.

Re: BCM 4313...

Posted: Wed May 03, 2017 3:12 pm
by ericbsd
I forgot to mention from GhostBSD. Not GNU/Linux.

Re: BCM 4313...

Posted: Wed May 03, 2017 7:28 pm
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 !

Re: BCM 4313...

Posted: Thu May 04, 2017 11:47 am
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.