Skip to content

Instantly share code, notes, and snippets.

@fabiolimace
fabiolimace / _fix-wifi-intel-z83-mini-pc.sh
Last active March 13, 2024 09:05
Fix Wifi of Intel Z83 mini PC on Ubuntu 20.04
#!/bin/bash
#
# Fix Wifi of Intel Z83 mini PC on Ubuntu 20.04
#
# Download these files in the same folder:
# - brcmfmac43455-sdio.txt
# - brcmfmac43455-sdio.clm_blob.base64
#
# Source:
# https://github.com/Linwood-F/MusicalPi/wiki/Intel-Z83-mini-PC-setup-(still-MusicalPi)
@jovimon
jovimon / gist:524e116471f249626fd2ccd141f3fe05
Last active April 7, 2024 04:01
compile realtek network driver for pfsense 2.4.x

How to compile and install latest realtek network driver in pfSense 2.4.x (FreeBSD 11.1)

  1. Download FreeBSD 11.1 VMDK and create a VM with it as HDD.

  2. Get FreeBSD source tree for your exact FreeBSD version and uncompress it to /usr/src:

    fetch -o /tmp ftp://ftp.freebsd.org/pub/`uname -s`/releases/`uname -m`/`uname -r | cut -d'-' -f1,2`/src.txz
    tar -C / -xvf /tmp/src.txz
    
  3. Download latest Realtek network driver (you need to input an email address).