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.
First of all, is it possible to install and configure wireless adapter on a Red Hat Enterprise Linux Desktop Machine?
The device I am using is a USB WiFi Receiver. Its working on Windows PC.
How can I check in Linux for newly added Hardware and its chipset information?
And how to install drivers manually? and how to access it.
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
Rep:
Code:
$ lsusb
will give you the manufacturer:model code. Then you can look it up online to find the chip set. Linux doesn't have a GUI interface for newly added hardware. You need to use the command-line tools. To add a driver manually use:
will give you the manufacturer:model code. Then you can look it up online to find the chip set. Linux doesn't have a GUI interface for newly added hardware. You need to use the command-line tools. To add a driver manually use:
Code:
$ modprobe driver
Thank you very much for your response and support.
From the given command I can see device details, but still unable to install drivers.
"nmcli dev show" also not listing wireless device. Please help.
Thank you very much for your response and support. From the given command I can see device details, but still unable to install drivers.
"nmcli dev show" also not listing wireless device. Please help.
You're using Red Hat Enterprise? So you're paying for RHEL, then...have you contacted Red Hat support for help with your system? Might also help if you read the "Question Guidelines" link in my posting signature; providing details is something you have to do if you'd like help. Just telling us "Red Hat Enterprise Desktop" with "usb wifi receiver", doesn't give us a lot to go on. What version of RHEL? Brand/model of the adapter? Anything you've done/tried, aside from just plugging it in?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.