Skip to content

Instantly share code, notes, and snippets.

[ 7.723655] iwlwifi 0000:c0:00.0: enabling device (0000 -> 0002)
[ 7.731698] iwlwifi 0000:c0:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
[ 7.731733] iwlwifi 0000:c0:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
[ 7.731736] iwlwifi 0000:c0:00.0: Detected Intel(R) Wi-Fi 6E AX210 160MHz
[ 7.736961] iwlwifi 0000:c0:00.0: loaded firmware version 89.123cf747.0 ty-a0-gf-a0-89.ucode op_mode iwlmvm
[ 8.008169] iwlwifi 0000:c0:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[ 8.008235] iwlwifi 0000:c0:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[ 8.008276] iwlwifi 0000:c0:00.0: WFPM_AUTH_KEY_0: 0x90
[ 8.008321] iwlwifi 0000:c0:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[ 8.008499] iwlwifi 0000:c0:00.0: Detected RF GF, rfid=0x10d000

Keybase proof

I hereby claim:

  • I am dannytech on github.
  • I am dhellstern (https://keybase.io/dhellstern) on keybase.
  • I have a public key ASDlZQaeryg0pu3864TvX5m3ql-M8r9KeDlOrmzmrcNNOAo

To claim this, I am signing this object:

apt-get install -y python-dev libusb-1.0.0-dev libudev-dev
yes | pip install Cython
yes | pip install git+git://github.com/trustcrypto/python-onlykey.git
yes | pip install git+git://github.com/trustcrypto/onlykey-agent.git
@danimalquackers
danimalquackers / xenial_ns_nodejs.sh
Last active April 17, 2017 06:06 — forked from nmhnmh/xenial_ns_nodejs.sh
Install NodeSource NodeJS on Ubuntu 16.04
# install build essentials
sudo apt-get update
sudo apt-get install -y build-essential
# install from NodeSource PPA
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs