I have a new computer, I decided to go for Ubuntu instead of other operating systems. However, I cannot seem to get my wireless to work. My wireless seems to be picking up other networks (not my own). I've tried a bunch of fixes, I have landed on this one I don't even know if I need to use this fix, but I have been trying everything. The problem with this fix is when I follow the steps and type make
I get a make error 1 & 2. I don't know if the driver is already installed on my machine, since I can pick up other wifi signals, although they are all password blocked so I can't check if I can connect to them. This is driving me absolutely nuts. Although I guess this is teaching me how to use Ubuntu the hard way. If you need specific info to help me let me know and I will provide it.
Asked
Active
Viewed 365 times
0
1 Answers
0
-
jody@Megatron:~$ sudo lspci | grep -i network [sudo] password for jody: 03:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe – user260817 Mar 25 '14 at 02:02
modprobe -l rt3290
in terminal. If you get no output then the module is missing. Also it would be nice if you could capture the output from make and include it in your question. – hmayag Mar 22 '14 at 17:38