Quote:
Originally Posted by samix
Hoping it is a simple process
|
Hi...
If your adapters are supported "out of the box," then it should be. In terms of visiting web sites, for your desktop system, all you should have to do is bring up a browser and start browsing. If you've installed Mint on your laptop as well, simply log into your wireless network using the network icon in the toolbar on the lower right hand side of the screen and you should be good to go.
However, it might be a different story if the drivers and/or firmware are not installed for your adapter. If you cannot connect to a wireless network with it or no networks are shown, please open a
terminal and post (by copying and pasting) the results from these commands...
Code:
lspci -nnk | grep -i net -A2
If your desktop system has connectivity issues, please post these results separately...
Code:
lspci -nnk | grep -i net -A2
Code:
sudo lshw -C network
Disclaimer: Be careful with commands that are prefaced with "su" or "sudo." They will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.
Regards...