haffeysucks wrote:
Sydney wrote:
Also, you won't NEED to fix any problems in Linux, 99% of stuff works right out of the box, no need to install drivers, and if you need to install drivers, you can simply do that by going to a menu and installing restricted drivers, no need to go on the Internet and having to search for drivers.
That's exactly what I had to do for my fucking D-Link wireless laptop card. And I had to do all this "sudo" shit or whatever. Browse a list, yeah, yeah, it's supposed to be easy, but none of those things that are supposed to work actually work! So I go online, search and find my own solution. And I have to use the stupid fucking terminal to type in commands that are WAY TOO FUCKING LONG.
Finally I get it working.
That pretty much sums up my Ubuntu experience since I nearly threw the laptop out the window after all that.
edit: There you go! Two people who have had problems with wireless adapters.
Shouldn't be hard tbh.
If it happens that you need go online to find a driver here's how you do it.
Option 1:
1. Find a binary driver for it
2. Download to ~/sources/wirelessdriver/
3. Open Terminal and type: "cd ~/sources/wirelessdriver/"
4. Type "sh drivername.run"
5. Go through install procedure
6. DONE!
Option 2: (Only source drivers exist)
1. Find a source driver for it
2. Download to ~/sources/wirelessdriver/
3. Open a terminal and type: "cd ~/sources/wirelessdriver/"
4. Type "./configure" followed by "make" followed by "sudo make install"
5. DONE.
Simple enough tbh.