Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3495  / 1 Year ago, sat, may 6, 2023, 5:27:20

I installed ubuntu on my old HP. it is the 11.10 version. I cannot find out how to connect it to my wireless network. I can't even get it to scan for available networks.



Link to my pastebin: http://pastebin.com/ZJS9y6Vq


More From » 11.10

 Answers
7

OK, I will try to keep the terminal to a minimum because you are new to linux, but trust me it is a wonderful tool once you get used to it.



First we need to determine if Ubuntu 'sees' your wireless card. This is kind of like drivers in windows, except they are called kernel modules. Open a terminal (either by the unity menu or by pressing CTRL+ALT+T) and type this:



username@computer:~$ sudo lspci -v
[sudo] password for username: <type your password here>


Then copy all the output and paste it to a pastebin so that we can see if the correct kernel module is being used.



If it turns out to be the wrong one, you will either need to check out which one to insert (insmod) or check out a tool to 'wrap' the windows driver into a linux compatible version (ndiswrapper).


[#40809] Saturday, May 6, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ronicod

Total Points: 71
Total Questions: 111
Total Answers: 111

Location: Montenegro
Member since Fri, Dec 10, 2021
2 Years ago
ronicod questions
Thu, Nov 11, 21, 06:26, 3 Years ago
Sun, May 7, 23, 13:57, 1 Year ago
Sun, Jun 26, 22, 06:13, 2 Years ago
Fri, Oct 14, 22, 13:55, 2 Years ago
;