Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello guys,
I'm new to linux, so i kinda need your help.
after my installation of linux mint 18, I've been having a hard time enabling my wireless. Each time i try to enable it,then it fails to do so.
Some things to include are the specifications for the hardware in your system. Do you know that you have a wireless adapter, and anything about the model? Or will you need some guidance on how to find that information from your system?
For instance, "lspci" is a good command to show the devices in your system. Also "sudo iwconfig" will show whether or not a wireless device has been detected and has a driver assigned for it, also potentially working.
Consider using those commands and posting the outputs here. Also please give some information on your system if it is a standard PC where someone can look up the specs by manufacturer name and model number.
I had a similar problem with an old HP laptop and Mint 17.3. Turned out that the wireless was from Broadcom, and most linux distros do not support their hardware out of the box. As I recall, I connected to the web by ethernet and clicked on Administration --> other drivers. That installed what was needed, and my wireless has worked fine since. If this works, it's a quick fix. If not, then the solution will take longer.
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
Rep:
You probably need the firmware package for you wireless adapter. There are different firmware packages for different brands of cards. You install them through the package manager.
Code:
$ lspci
will show you which brand of wireless adapter you have. Then, just install the firmware package with that name, i.e. firmware-intel.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.