hi!

interesting! sorry, I haven't poked much at the broadcom stuff since
landon went and did his bhnd work a few years ago. I'll have to go see
what changed in fetching those EEPROM values and figure out why it's
not being read correctly. I have no timeline on this yet though!


-a

On Tue, 21 May 2019 at 12:09, Rob Delafontaine
<rob.delafonta...@bergmolen.be> wrote:
>
> Hello,
>
> I recently installed freebsd 12 on a mid 2010 MacPro.
> For wireless connections, this Mac uses a Broadcom 4322 card.
>
> To obtain a wireless connection I did
>
> if_bwn_load=“YES”
> bhnd_load=“YES”
> bwn_v4_n_ucode_load=“YES”
>
> in /boot/loader.conf.
>
> I enabled gpl phy in /usr/src/sys/modules/bwn/Makefile,
> and recompiled the kernel with device bwn and option bwn_gpl_phy.
>
> This actually resulted in a working wireless connection.
> Wlan0 is up and associated to the suggested network.
>
> However, during boot, a number of error messages appear:
> Error reading triso2g from nvram
> hw reset: phy tx errors
> mac suspend failed
> bwn0: need multicast update callback
>
> I decided to build bwn into the kernel, to find out if that gave any 
> improvements.
>
> However, make failed with the following messages:
>
> error: undefined symbol: bwn_nphy_op_free
> referenced by if_bwn_phy_n.c: 99
> error: undefined symbol: bwn_nphy_op_prepare_structs
> referenced by if_bwn_phy_n.c 122
>
> This error is repeated for lines 139, 210, 218, 226, and 258.
> Each time, the reference comes from if_bwn_phy_n.c.
> The reference is made in an ‘if’ construction.
> The referenced files don’t seem to be present on my system.
>
> Would anyone know how I might solve this ?
>
> Thanks,
> Rob
>
> _______________________________________________
> freebsd-wireless@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
_______________________________________________
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
  • Broadcom4322 Rob Delafontaine
    • Re: Broadcom4322 Adrian Chadd

Reply via email to