LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 02-09-2018, 06:55 AM   #1
lighter973
Member
 
Registered: Jan 2016
Posts: 34

Rep: Reputation: Disabled
How to check for wireless adapters?


Hello,

I want to check for wireless adapters on my computer.

First I checked the manual for the computer, and it does mention 'wireless', but I cant figure out what it means, here is the manual (p.13 & p.21):

https://www.dell.com/downloads/globa...idebook_en.pdf


I've tried 'iwconfig', and it returns:

Code:
lo       no wireless extensions
etho   no wireless extensions
Also, I've tried 'lspci', and I cant see an entry for wireless.

Are there any other commands I can try?

Last edited by lighter973; 02-09-2018 at 06:58 AM.
 
Old 02-09-2018, 07:15 AM   #2
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
You do not appear to have one. One page 13 of that manual it gives the options for two wireless adapters, however it says that they are optional.

You could either purchase those add-ons from Dell or get an adapter that plugs in over USB, as some possible options.
 
1 members found this post helpful.
Old 02-09-2018, 07:31 AM   #3
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
If it has a driver and it works, it will show up as an interface that starts with w.

$ ip link show

Otherwise it's connected somewhere if it exists.

$ lspci -nnk
$ lsusb

And should say something like network adapter. With further details like ethernet or wireless. Or bluetooth, lora, and other radio based network-ish like stuff.
 
1 members found this post helpful.
Old 02-09-2018, 08:30 AM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by lighter973 View Post
Hello,

I want to check for wireless adapters on my computer.

First I checked the manual for the computer, and it does mention 'wireless', but I cant figure out what it means, here is the manual (p.13 & p.21):

https://www.dell.com/downloads/globa...idebook_en.pdf


I've tried 'iwconfig', and it returns:

Code:
lo       no wireless extensions
etho   no wireless extensions
Also, I've tried 'lspci', and I cant see an entry for wireless.

Are there any other commands I can try?
page 13 of 40 on that link states
Code:
MT DT SFF  Optional via add in card 
Dell Wireless 1505 PCIe WLAN card (802.11 Draft N)

Broadcom 1510 miniPCIe WLAN card (802.11 Draft N)
USFF Optional
just do a find on 802 in your handy firefox browser to see it as it is formatted in the pdf.

its a tower, you can/should be actually quite easily opened to find your card. Then go from there, looking for drivers on your system, loading them etc...


If it is in there unplug it plug it back in to reseat it. then run the commands. if you cannot find it in there and have correctly identified all of your cards in your box, then you did not get a wifi card with that system, now you'll have to go to plan number #2. get one.

If a wifi card is in there, then we're able to warm up the stove top to do some cooking...

Last edited by BW-userx; 02-09-2018 at 08:41 AM.
 
1 members found this post helpful.
Old 02-09-2018, 08:31 AM   #5
lighter973
Member
 
Registered: Jan 2016
Posts: 34

Original Poster
Rep: Reputation: Disabled
Thanks rtmistler and shadow 7,

Im actually trying to isolate my computer from the internet.

shadow 7, I tried all three of those commands and dont see anything related to wireless.
 
Old 02-09-2018, 08:53 AM   #6
lighter973
Member
 
Registered: Jan 2016
Posts: 34

Original Poster
Rep: Reputation: Disabled
BW-userx,

I opened the computer but couldnt find a card.

Are they always separate cards, or can they sometimes be intigrated into the motherboard?
 
Old 02-09-2018, 09:38 AM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
big desktop tower .. should be a card. best save up for one then, because its not showing up in your commands nor being seen by your eyes.
 
1 members found this post helpful.
Old 02-09-2018, 12:47 PM   #8
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,498

Rep: Reputation: Disabled
Desktops/Towers don't usually come with wifi, they usually only have LAN sockets for cable networks.
 
1 members found this post helpful.
Old 02-09-2018, 01:32 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by fatmac View Post
Desktops/Towers don't usually come with wifi, they usually only have LAN sockets for cable networks.
well it did state optional... I don't own a desktop..
 
Old 02-09-2018, 02:25 PM   #10
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
lighter973,

Quote:
I'm actually trying to isolate my computer from the internet.
As others have pointed out, there is no need to worry about a hidden wifi card on your desktop PC.

All the checks have come back negative. The Dell manual refers to optional wifi cards.
 
1 members found this post helpful.
Old 02-09-2018, 03:09 PM   #11
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,967

Rep: Reputation: 271Reputation: 271Reputation: 271
Code:
cat /proc/net/dev
 
1 members found this post helpful.
Old 02-10-2018, 11:57 AM   #12
lighter973
Member
 
Registered: Jan 2016
Posts: 34

Original Poster
Rep: Reputation: Disabled
Thanks guys
 
Old 02-10-2018, 03:49 PM   #13
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,117
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Usually installing and running lshw as root in terminal spits out all computer gear wired into the mother board including mother board name and model number.

https://github.com/lyonel/lshw

Code:
$ apt-cache policy lshw
lshw:
  Installed: 02.17-1.1
  Candidate: 02.17-1.1
  Version table:
 *** 02.17-1.1 0
        500 http://ftp.gr.debian.org/debian/ jessie/main i386 Packages
        100 /var/lib/dpkg/status
I used it to find out the chip used on a express card < usb 3.0 adapter > I bought for my laptop.
 
1 members found this post helpful.
Old 02-10-2018, 04:05 PM   #14
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Some desktop mobos have integrated wireless. But if nothing appears in lspci or lsusb, you're pretty safe.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to check i2c adapters? georgewhr Linux - Hardware 1 07-17-2014 12:24 PM
Wireless USB Adapters. cwizardone Slackware 4 07-17-2010 08:22 PM
USB Wireless Adapters HaroldWho Linux - Wireless Networking 4 11-05-2007 04:35 PM
wireless usb adapters or wireless nic's? nikoz Linux - Wireless Networking 5 07-23-2006 07:59 AM
Wireless Adapters superdude_876 Slackware 7 10-18-2005 06:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration