I recently installed kubuntu and for some reason its not picking up on my wireless network. Im sort of new at this so please try to keep it as simple as possible. Thank you in advance.
Asked
Active
Viewed 74 times
1
-
Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding the information. – Danatela Apr 15 '14 at 04:38
1 Answers
0
I am not sure that my answer will definitely work but you can give it a try. Actually the wireless problem has become a common problem, and it happened with me too when I installed Kubuntu 12.04. Here is what I did to make it working:
- First connect with any wired Internet connection or USB Dongle; It will be needed to download the drivers and it is only one time work.
Open terminal by Alt+Ctrl+Tand execute this command:
sudo jockey-kde
this application will search for all available drivers and try to download and install if missing.
- Once successfully finished, you'll get that some wireless drives has been installed. Just restart your system once.
Hope it works for you too. Reply what happens!

Saurav Kumar
- 14,916
-
ok so i typed the command into the terminal exactly how you have it but it keeps saying command not found... – user268870 Apr 14 '14 at 16:51
-
@user268870: My mistake.. In Kubuntu its
jockey-kde
. So replace with this name and then try.. Ifjockey-kde
is not installed you can install it bysudo apt-get install jockey-kde
:) I've also edited my answer.. :) – Saurav Kumar Apr 15 '14 at 04:30