NenoC
15 December 2021 22:06
1
Can anyone tell me what I have to do to have my 5Ghz WLAN configured in OSMC. I can only see 2,4Ghz. In my fritz box 6600 I have to SSIDs one for 2,4 and the other one for 5,4Ghz.
When trying to search for new Networks it cannot see 5Ghz. Do I have to configure something over the terminal? The hardware is a rpi3 b+
Are you German?
If so, you probably need to set a CRDA.
NenoC
15 December 2021 22:18
3
Inhaber done that now but still cannot see my second SSID Wlan with 5Ghz
osmc@Kodi:~$ sudo iw reg set DE
osmc@Kodi:~$ iw reg get
global
country DE: DFS-ETSI
(2400 - 2483 @ 40), (N/A, 20), (N/A)
(5150 - 5250 @ 80), (N/A, 20), (N/A), NO-OUTDOOR, AUTO-BW
(5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS, AUTO-BW
(5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
(5725 - 5875 @ 80), (N/A, 13), (N/A)
(57000 - 66000 @ 2160), (N/A, 40), (N/A)
osmc@Kodi:~$
NenoC
16 December 2021 08:38
5
Is there any recommendation how to get 5Ghz Wlan running on rpi3 with the latest OSMC Software???
Which Channels are you using? Maybe try to set lower channel on the router for testing.
NenoC:
Configured „auto“
Yeah and currently above (equal to) 100, try changing it to 44
NenoC
16 December 2021 09:22
9
Can you tell me why it’s not working with auto and 100?
Well does it work with the channel below? If yes then we need to investigate why it is not working above 100. If it still is not working even if changed to channel 44 then we have to look at different topic.
NenoC
16 December 2021 19:56
12
Changed to channel 44 but still no 5Ghz Wlan.
NenoC
16 December 2021 19:57
13
osmc@Kodi:~$ iw reg get
global
country DE: DFS-ETSI
(2400 - 2483 @ 40), (N/A, 20), (N/A)
(5150 - 5250 @ 80), (N/A, 20), (N/A), NO-OUTDOOR, AUTO-BW
(5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS, AUTO-BW
(5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
(5725 - 5875 @ 80), (N/A, 13), (N/A)
(57000 - 66000 @ 2160), (N/A, 40), (N/A)
Sure it is a rpi3 B+ and not rpi3 B? Try
cat /sys/firmware/devicetree/base/model
NenoC
16 December 2021 21:23
15
osmc@Kodi:~$ cat /sys/firmware/devicetree/base/model
Raspberry Pi 3 Model B Rev 1.2osmc@Kodi:~$
I think this is the rpi 3B … which only has 100 mbit ethernet … and 2.4 GHz wifi, only, see Raspberry Pi – Wikipedia
My rpi 3B+ shows
# cat /sys/firmware/devicetree/base/model
Raspberry Pi 3 Model B Plus Rev 1.
1 Like
NenoC
16 December 2021 23:00
17
Yes you are totally right it only has 2,4Ghz. It‘s not a Plus Model so it’s not possible to use 5Ghz.
Thx a lot for your help!!!
1 Like