How to connect to wi-fi on kubuntu 18.04? what is SSID, MODE, BAND and CHANNEL? Where do I put password, wi-fi service info? Thanks
Announcement
Collapse
No announcement yet.
Wi-fi
Collapse
This topic is closed.
X
X
-
Tags: None
- Top
- Bottom
-
Click on the network icon on your systray. Select the wifi you want to connect to. Click on the 'connect' button, and enter the password.
Now, if you don't see this, you probably don't have your wifi card set up, likely needs a driver. You will need to give us hardware info if this is the case
- Top
- Bottom
-
-
Your AR9485 is a 1X1 SB (i.e, Single Band 2.4GHz device. No 5GHz band).
It uses the ath9k driver. So does my AR9462 wifi chip.
The fact that it lists using lscpi proves that it is being seen by the system.
DO
$ lsmod | grep ath
and see if you get something like the following.
Code:ath3k 24576 0 ath9k 151552 0 ath9k_common 36864 1 ath9k ath9k_hw 475136 2 ath9k_common,ath9k bluetooth 581632 42 btrtl,btintel,btbcm,bnep,ath3k,btusb,rfcomm ath 36864 3 ath9k_common,ath9k,ath9k_hw mac80211 843776 1 ath9k cfg80211 704512 4 ath9k_common,ath9k,ath,mac80211
If it doesn't show in the mod list then try
sudo modprobe mac80211
sudo modprobe ath9k
and lsmod again."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
The ath9k shows in the mod list. When I click on wifi it calls for the following: "SSID, mode, band and channel, What do I use for these.? My router is a spectrumsetup-a3 and my password is outletwalnut734.
Apparently there is something else wrong with my laptop. I will have someone look at it locally. Thank you all for trying to help.
- Top
- Bottom
Comment
Comment