Results 1 to 2 of 2
Hello
I need to identify the make, model or type of the wifi device in my laptop - and then I wish to solve problem of the wifi not working ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-24-2011 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 11
Need help in identifying wlan device
Hello
I need to identify the make, model or type of the wifi device in my laptop - and then I wish to solve problem of the wifi not working on resuming from suspend.
I am a bit lost in how to find this info on a linux machine.
Thanks in advance for any help.
Rich
- 09-24-2011 #2
You can try the following commands
andCode:lspci | grep -i net
They will show you the chip being used by the card and not the actual make or model.Code:lsusb


1Likes
Reply With Quote
