Page MenuHomeFreeBSD

Add instructions on how to configure the requlatory domain settings for wifi
ClosedPublic

Authored by albert_fsfe.org on Jun 9 2019, 3:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 6:05 PM
Unknown Object (File)
Thu, Mar 28, 6:23 PM
Unknown Object (File)
Feb 17 2024, 10:25 AM
Unknown Object (File)
Feb 10 2024, 6:57 PM
Unknown Object (File)
Dec 25 2023, 2:18 AM
Unknown Object (File)
Dec 22 2023, 10:54 PM
Unknown Object (File)
Dec 16 2023, 3:55 AM
Unknown Object (File)
Nov 24 2023, 11:21 PM
Subscribers

Details

Summary

Since the regulartory situation is different in diefferent parts of the world, it is necessary to correctly set the domains that aplies to your location to have the correct information what channels can be used.

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

A few corrections and typo fixes.

en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
900 ↗(On Diff #58440)

s/regulartory/regulatory/

901 ↗(On Diff #58440)

s/diefferent/different/

902 ↗(On Diff #58440)

s/aplies/apply/

903 ↗(On Diff #58440)

s/information what/information about what/

909 ↗(On Diff #58440)

s/ifconfig/<command>ifconfig</command>:/

916 ↗(On Diff #58440)

We are encouraging users to use sysrc to add lines to rc.conf. You also need to use <screen> (the user should do something) instead of <programlisting> (just showing what a file looks like). The line would look like this:

sysrc create_args_wlan0="country <replaceable>AT</replaceable> regdomain <replaceable>ETSI</replaceable>"

albert_fsfe.org marked 6 inline comments as done.
  • fixed spelling mistakes
  • use command tag
  • use sysrc & screen instead of programlisting

Excellent, now it looks good to go. Thank you, I'll commit it soon.

This revision is now accepted and ready to land.Jun 9 2019, 4:36 PM
This revision was automatically updated to reflect the committed changes.