Skip to content

Instantly share code, notes, and snippets.

@odevodyssey
Last active September 30, 2022 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odevodyssey/bd16cd8eb4707ef14c4d59d6fb15a406 to your computer and use it in GitHub Desktop.
Save odevodyssey/bd16cd8eb4707ef14c4d59d6fb15a406 to your computer and use it in GitHub Desktop.
Wireless Config OpenWrt Raspberry Pi
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
option country 'US'
option htmode 'VHT40'
option hwmode '11a'
option channel 'auto'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option encryption 'psk2'
option key 'Str0ngWiF1P4sswOrd'
option ssid 'Raspberry Pi'
option mode 'ap'
@egzakutacno
Copy link

egzakutacno commented Sep 28, 2022 via email

@odevodyssey
Copy link
Author

@egzakutacno You're welcome, I appreciate hearing that.

We all learn in different ways, and often enough through videos, through blogs, and even interacting with random strangers on then internet. You'll learn more as you go along and troubleshoot. It's the best way to learn, in my opinion, and also the most frustrating.

You're indeed correct the world would be a better place that way, but alas, here we are.

I'll check out your OpenWrt forum post to get more details.

@egzakutacno
Copy link

egzakutacno commented Sep 28, 2022 via email

@odevodyssey
Copy link
Author

odevodyssey commented Sep 28, 2022

@egzakutacno You're welcome! maybe one day 😊

@egzakutacno
Copy link

egzakutacno commented Sep 29, 2022 via email

@odevodyssey
Copy link
Author

Hi @egzakutacno, Yes i did review those screenshots. You can see my reply in the OpenWrt thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment