LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-02-2014, 11:56 AM   #1
billh50
LQ Newbie
 
Registered: Oct 2014
Posts: 7

Rep: Reputation: Disabled
How to get my wireless card recognized


I am on a Dell Latitude e6400 with a Dell Wireless 1397 Wlan mini-card. Linux Mint 17 Mate does not see the wireless card so will not install. How can I get it to see the card to install Linux Mint? ifconfig does not see it either.

I really want to get rid of windows as I can't stand the constant problems with it.
 
Old 10-02-2014, 02:19 PM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Welcome to LQ!

Please consider reading the 'man ifconfig' to see options. You can use the 'man command' to understand the commands along with options. Where 'command' would be the name of the bash keyword such as 'ifconfig' to post the man page by 'man ifconfig'.

From cli do a 'ifconfig -a'(this option will show all devices, even ones that are down) & post output. Then do a 'lspci -vv |grep -i wireless' (| is the pipe character, shift \ on most qwerty Keyboards) & post the output for the wireless. Looking at 'dmesg |grep -i wireless' will show state at boot. I believe your card uses BCM4312 chipset & module would be Broadcom's b43 driver. Look at 'lsmod' for the installed driver then you do a 'modinfo nameofmodule' to confirm firmware and module are valid for the device. You can do a 'lspci -vv' to see recognized devices and the last entry for each device should show the kernel module in use.

EDIT:For future references http://wireless.kernel.org/en/users/Drivers

Be sure to use the vbcode tags, # is for code & quote is to the left of # at the top of your reply to thread window to keep your post cleaner therefore easier to aid you in diagnosis.

Some helpful information;
Quote:
Just a few links to aid you to gaining some understanding;



1
Linux Documentation Project
2
Rute Tutorial & Exposition
3
Linux Command Guide
4
Bash Beginners Guide
5
Bash Reference Manual
6
Advanced Bash-Scripting Guide
7
Linux Newbie Admin Guide
8
LinuxSelfHelp
9
Ultimate Linux Newbie Guide
10
Linux Home Networking
11
Virtualization- Top 10

The above links and others can be found at '
Slackware-Links'. More than just Slackware® links!
Hope this helps.
Have fun & enjoy!

Last edited by onebuck; 10-02-2014 at 02:24 PM. Reason: add link
 
Old 10-02-2014, 02:33 PM   #3
billh50
LQ Newbie
 
Registered: Oct 2014
Posts: 7

Original Poster
Rep: Reputation: Disabled
Sounds like I need to be a programmer to use linux.....guess I'll just go to an older verion of windows that is stable.

Thanks anyway.
 
Old 10-02-2014, 02:46 PM   #4
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Quote:
Originally Posted by billh50 View Post
Sounds like I need to be a programmer to use linux.....guess I'll just go to an older verion of windows that is stable.
Onebuck gave a good starting spot for you. There's no need to be a programmer to install a driver.

It does take a bit of searching, just as finding a Windows device driver sometimes does.

To aid in this, there are Hardware Identification programs and bootable cd's. From there you can search for the driver for your OS. Mint is based off of Debian, and Debian has drivers for plenty of devices.

Give it a try. It can be irritating for sure. But in the end it is valuable information to know, and can be rewarding when you get it working correctly knowing that you did the research and tasks to get your system up and running.
 
Old 10-02-2014, 02:53 PM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Learning the semantics along with syntax will be required if you expect to do any in-depth work with any systems. One reason to post the references that will help you to learn how to get things done.

I do not want to discourage you but maybe a hold your hand distribution like Ubuntu or derivatives will be of use to you. MS Windows has it's place in the computer world. Personally,I do prefer to use Slackware which happens to be 21 years old and has many forks or derivatives. I have been in the computer field for over 40 years and I still learn something new everyday.
Quote:
"Knowledge is of two kinds. We Know a subject ourselves, or we know where we can find information upon it."- Samuel Johnson

"It is one of the most beautiful compensations in life…that no man can sincerely try to help another without helping himself." - Ralph Waldo Emerson
Hope this helps.
Have fun & enjoy!

Last edited by onebuck; 10-02-2014 at 02:59 PM. Reason: repair broken url
 
Old 10-02-2014, 03:37 PM   #6
billh50
LQ Newbie
 
Registered: Oct 2014
Posts: 7

Original Poster
Rep: Reputation: Disabled
All I know is I tried the ifconfig -a as I had seen it on another thread. But nothing shows up but my ethernet. But how do you install a driver when there is no OS to install it into? I am completely new to linux and other than windows have only played with DOS some 30yrs ago. So a lot of this language is knew to me and unless someone tells me how to get somewhere I will be lost.
 
Old 10-02-2014, 04:00 PM   #7
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,131
Blog Entries: 21

Rep: Reputation: 3478Reputation: 3478Reputation: 3478Reputation: 3478Reputation: 3478Reputation: 3478Reputation: 3478Reputation: 3478Reputation: 3478Reputation: 3478Reputation: 3478
Start out in Mint linux with

Code:
inxi -F
to give info on this forum on what wireless chip your dell has (probably broadcom)

Then give output of

Code:
mintwifi
More than likely either the wrong driver loaded or youy need to install firmware probably.
The instructions I gave you will give members here enough info on where you can proceed from there.

Lastly

Code:
sudo dmesg | tail
may list if you are missing firmware or not.

Happy Trails from a GED educated Linux using Biker who knows diddly squat about being a programmer, Rok
 
Old 10-02-2014, 04:04 PM   #8
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,
Quote:
Originally Posted by billh50 View Post
All I know is I tried the ifconfig -a as I had seen it on another thread. But nothing shows up but my ethernet. But how do you install a driver when there is no OS to install it into? I am completely new to linux and other than windows have only played with DOS some 30yrs ago. So a lot of this language is knew to me and unless someone tells me how to get somewhere I will be lost.
In your OP you stated;
Quote:
Originally Posted by billh50 View Post
I am on a Dell Latitude e6400 with a Dell Wireless 1397 Wlan mini-card. Linux Mint 17 Mate does not see the wireless card so will not install. How can I get it to see the card to install Linux Mint? ifconfig does not see it either.

I really want to get rid of windows as I can't stand the constant problems with it.
Linux Mint 17 does not see the wireless, Mint is the Gnu/Linux which is your OS.

The instructions that I provided will help to diagnose the present issue. We need to see if any drivers for the BCM4312 are installed along with proper firmware. I tried to provide some insight with each command and if you have any doubts then do a 'man command' to understand what was being done. 'dmesg |grep -i wireless' should provide any initial information at boot. That is when the kernel will discover the device and attempt to use available modules along with firmware. If not then we will need to get the module & firmware installed.

Here is a Linux Mint tutorial that will hopefully help you insure that; Install Broadcom BCM4312 802.11/bg Wireless LAN

Be patient and follow the above tutorial. If you have any questions then please post back. If this does solve your issue then provide feedback so this thread may/will help fellow LQ members.

One other point, Please read the feedback comments on the linked tutorial site for additional useful information.

Again, hope this helps.
Have fun & enjoy!
 
2 members found this post helpful.
Old 10-02-2014, 04:41 PM   #9
billh50
LQ Newbie
 
Registered: Oct 2014
Posts: 7

Original Poster
Rep: Reputation: Disabled
onebuck,
I appreciate your trying to help but much of what you are telling me I have no idea how or where to do what you are asking. Linux mint will not let me install the OS onto the drive because I do not have an internet connection because I have no wireless showing anywhere and only can run mint off the cd. So I have no OS Installed yet.


rockytnji,
I tried your inxi -f command. Becaause I have no wireless on that computer I can not just send a screen capture. There is way too much to type. The miniwifi did nothing and the other command only gives list of options and supported logs.

Now I know why the only couple of people I know running linux were techs.
 
Old 10-02-2014, 08:54 PM   #10
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,339
Blog Entries: 28

Rep: Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144
Linux is not hard, but it is different. Expect it to be different. There was a learning curve for Windows, too; you just learned it a little bit at a time.

Try this: open a terminal and run the command lspci (that is list pci devices) on the command line. In the output, there should be an entry showing the wireless chipset (the brand of the card doesn't matter, just the chipset--odds are that Dell is rebranding a card OEMed by someone else).

Then post that information here and we will be able to help you.

Last edited by frankbell; 10-02-2014 at 08:56 PM.
 
1 members found this post helpful.
Old 10-03-2014, 05:19 AM   #11
billh50
LQ Newbie
 
Registered: Oct 2014
Posts: 7

Original Poster
Rep: Reputation: Disabled
lspci finally showed the wireless network card. The last line read as follows.

0c:00.0 Network Controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
 
Old 10-03-2014, 08:46 AM   #12
billh50
LQ Newbie
 
Registered: Oct 2014
Posts: 7

Original Poster
Rep: Reputation: Disabled
I figured it out. Took me a while but am on here now through Linux Mint Went to driver manager and found setting to change to broadcom driver. Then set up a wireless connection.

Thanks for helping !!!
 
1 members found this post helpful.
Old 10-03-2014, 08:51 AM   #13
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,
Quote:
Originally Posted by billh50 View Post
onebuck,
I appreciate your trying to help but much of what you are telling me I have no idea how or where to do what you are asking. Linux mint will not let me install the OS onto the drive because I do not have an internet connection because I have no wireless showing anywhere and only can run mint off the cd. So I have no OS Installed yet.
<snip>
Once you boot the system with the LiveCD you can use the before mentioned commands to confirm system states along with modules & firmware. Post the output for 'lsmod'.

You can still use the information provided to get a device working while using a LiveCD. System response while using a LiveCD will be slower and that speed is dependent on the system hardware.

Do you have a Ethernet (wired) available? We could use Ethernet to get the wireless up. If only the wireless device firmware is missing you can use for the firmware:Install b43-fwcutter

Information on the linked Linux Mint tutorial can be helpful. Unknowns can be discouraging and challenging for everyone. Rewards for completing a task are just around the corner.
 
Old 10-03-2014, 09:53 AM   #14
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Quote:
Originally Posted by billh50 View Post
I figured it out. Took me a while but am on here now through Linux Mint Went to driver manager and found setting to change to broadcom driver. Then set up a wireless connection.

Thanks for helping !!!
Thanks for sharing the solution.
 
Old 10-03-2014, 10:04 AM   #15
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Yes, thanks for the feedback. It helps everyone that may/will have the same issue(s).
 
  


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
wireless card not recognized any more Hewson Linux - Wireless Networking 5 08-08-2007 11:11 AM
Belkin Wireless Card Not Recognized ChunkyDrew Linux - Hardware 6 04-10-2007 03:54 PM
How do i know if my wireless card is recognized? glenn69 Linux - Wireless Networking 2 05-06-2006 03:39 AM
Wireless card not recognized tywarren Linux - Wireless Networking 1 01-02-2006 06:51 AM
wireless card not recognized as eth1 mpo Linux - Wireless Networking 42 04-23-2003 06:13 PM

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

All times are GMT -5. The time now is 03:18 AM.

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