Wireless access point, iw reg set not working

2 posts / 0 new
Last post
#1 Tue, 2015-02-03 23:40
stadtkind
  • stadtkind's picture
  • Offline
  • Last seen: 3 years 1 month ago
  • Joined: 2015-02-03

Hi,

I'm trying to set up a wireless access point. The command 'iw reg set DE' doesn't seem to work though:

router:~# iw reg set DE
router:~# iw reg get
country 00: DFS-UNSET
        (2402 - 2472 @ 40), (6, 20)
        (2457 - 2482 @ 40), (6, 20), PASSIVE-SCAN
        (2474 - 2494 @ 20), (6, 20), NO-OFDM, PASSIVE-SCAN
        (5170 - 5250 @ 160), (6, 20), PASSIVE-SCAN
        (5250 - 5330 @ 160), (6, 20), DFS, PASSIVE-SCAN
        (5490 - 5730 @ 160), (6, 20), DFS, PASSIVE-SCAN

Sat, 2015-02-14 23:24
stadtkind
  • stadtkind's picture
  • Offline
  • Last seen: 3 years 1 month ago
  • Joined: 2015-02-03

Update: I created a bug for this (http://bugs.alpinelinux.org/issues/3910) and APK build files for wireless-regdb and crda… With those packages installed setting the wireless region works fine:

router:~$ sudo iw reg set DE
router:~$ iw reg get
country DE: DFS-ETSI
	(2400 - 2483 @ 40), (N/A, 20)
	(5150 - 5250 @ 80), (N/A, 20), NO-OUTDOOR
	(5250 - 5350 @ 80), (N/A, 20), NO-OUTDOOR, DFS
	(5470 - 5725 @ 160), (N/A, 26), DFS
	(57000 - 66000 @ 2160), (N/A, 40)

Log in or register to post comments