3

I'm currently in the market for a Tv streaming stick, and I planned on purchasing the chromecast... but I just read that it only runs on 2.4 ghz, and some of the others will run on either 2.4 or 5. I'd still like to get the chromecast, but I have to find out if it will work before I purchase!! I've already tried 2 methods, to no avail. I installed wifi radar, and there is a decent amount of information shown, but nowhere do I see whether it's running on 2.4 or 5 Ghz (maybe I'm missing something,or it's not plainly stated as ghz?). I also ran the iwlist, I got a message reading: "wlan0 Interface doesn't support scanning." I want to buy the streaming stick in 3 or 4 days, somebody help!

  • Welcome to AskUbuntu! Can you please clarify how your question is related to Ubuntu? So far it's not obvious and per our policy only questions about Ubuntu are on topic here. – David Foerster May 06 '16 at 13:50

1 Answers1

11

The available wireless frequency will be determined by your router or, if you had configured your computer to provide a hot-spot by the capabilies of your inbuilt wireless card.

I am not aware of any card or router that will only be able to provide a 5 GHz signal - they all can do 2,4 GHz as well, mostly simultaneously or even in parallel so we can use both bands to increase bandwidth.

Informations including frequency about the wireless you are currently connected to will be displayed by this terminal command:

iwconfig

Also see
- How to setup an Access Point mode Wi-Fi Hotspot?
- How to connect and disconnect to a network manually in terminal?

Takkat
  • 142,284