LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-03-2013, 04:58 AM   #1
MG00711
LQ Newbie
 
Registered: Feb 2013
Distribution: Linux Mint
Posts: 12

Rep: Reputation: Disabled
Problem Authenticating network in Linux Mint


I have a Intel(R) 5100 WiFi (802.11n) notebook card and I am trying to connect to a network not broadcasting its' SSID. The network is running WPA2 Personal, in mixed mode, router is Linksys E4200. I will be making NO CHANGES to my router! When I try to connect to my network, it asks for the passphrase and then again a short time later. I am not typing the passphrase in wrong, and I know my card is capable of connecting to the network as I also run Win 7 on this machine and connect to it all the time. So I am wondering what may be the problem.... any ideas?
 
Old 02-03-2013, 05:44 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi:

Welcome to Linux Questions!

Sounds like a driver or firmware issue.

http://homecommunity.cisco.com/t5/Wi...00/td-p/381485
http://drivers.softpedia.com/get/FIR...Build-11.shtml
http://drivers.downloadatoz.com/down...sys-e4200.html
http://forums.linuxmint.com/

Once you download the driver you would use your terminal to install the driver or firmware.
Sudo (put in your password)
Code:
apt-get install (name of driver)
 
Old 02-03-2013, 07:35 PM   #3
MG00711
LQ Newbie
 
Registered: Feb 2013
Distribution: Linux Mint
Posts: 12

Original Poster
Rep: Reputation: Disabled
can you give me a clue as to the convention for the file I need to append to that? new to linux...
 
Old 02-04-2013, 02:08 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
When you download the driver or the firmware your Linux Mint should put it in your Downloads Directory.
Open your Download's Directory and look to see that the driver or firmware is sitting in that directory/in a file. Keeping that directory open; open your terminal and execute that command in the terminal and hit enter.

The terminal will install the driver for you.
This thread should help you to understand the terminal using Linux Mint
http://forums.linuxmint.com/viewtopic.php?f=90&t=91809
 
Old 02-07-2013, 03:28 PM   #5
MG00711
LQ Newbie
 
Registered: Feb 2013
Distribution: Linux Mint
Posts: 12

Original Poster
Rep: Reputation: Disabled
yeah, I know how to use terminal... and first of all, I downloaded the driver from intel (iwlwifi-5000-ucode-5.4.A.11.tar.gz), it contains a useless readme, license, and iwlwifi-5000-1.ucode, which I have no idea what to do with...
 
Old 02-07-2013, 08:07 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You say that the "Read Me" file is useless-
Why?

It should provide you with instructions on how to install the driver out of the .tar.gz-
It also should of came with a "Install" file as well-

This was the only Solved thread in any regard to the 5000-1.ucode and what can be done to address it.
http://forums.debian.net/viewtopic.php?f=30&t=73337

I'm not the expert but it sounds like the driver for the kernel is working but the file ( iwlwifi-5000-1.ucode) is failing.
http://forums.opensuse.org/english/g...5300-agn-opens

I'll see what Linux Mint has to say about your situation-

Last edited by Ztcoracat; 02-07-2013 at 08:17 PM.
 
Old 02-07-2013, 08:39 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Did some searching into this a bit more.

Firmware is not usually backported unless the kernel is also backported.
Installing another version of the kernel should fix it.

If you run:
Code:
apt-get-t (name and version of your distro)-install firmware-iw|wifi
And the output is
Code:
firmware-iw|wifi is already the newest version
Than this is your way of knowing it's not a backport issue and moving up the most recent version of the kernel is one of of your options. A newer version of the kernel provides plenty of support for hardware issues or performance issues that folks may have with their system.
http://www.kernel.org/

Intel 5100 Wireless Drivers Location <SOLVED>
http://forums.linuxmint.com/viewtopi...23517&p=680101
 
Old 02-11-2013, 10:11 AM   #8
MG00711
LQ Newbie
 
Registered: Feb 2013
Distribution: Linux Mint
Posts: 12

Original Poster
Rep: Reputation: Disabled
Thanks, and I think the biggest problem I was having was the fact that no one pointed out that I would have to run modprobe, in my case "modprobe iwlagn". And that I would need to add a line for iwlagn to /etc/modules for boot time loading. I'm rather glad I had this issue though, now I have at least a rough idea on how to solve some basic driver issues when trying out a less than complete linux distro in the future, All I know is mint has been more than helpful in easing me into learning linux... I have tried linux in the past but quit each time only a few days or hrs in, due to the fact that they would always crash from simple tasks like opening simple folders... I do have one question though Ztcoracat, what exactly is backporting?

Last edited by MG00711; 02-11-2013 at 10:14 AM.
 
Old 02-11-2013, 02:22 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Basically, keeping your backported wireless modules up to date when you up grade the linux kernel.

Backporting explained here in these threads.

http://ubuntuforums.org/showthread.php?t=1060074

Here's a more in depth description in regard to 'backports' from The Linux Foundation.
http://www.linuxfoundation.org/colla...river-backport

BTW, we do have a Forum dedicated to "Linux Mint" reading through all of our members posts there will help you to learn as well. The more you learn about Mint the happier and more comfortable you'll be with your distro. Linux Mint is a good place to learn from as well.
Official documentation
http://www.linuxmint.com/documentation.php

When I first installed Fedora I spent quite a bit reading and learning about my distro.
Until I did Fedora was a little intimidating-

Last edited by Ztcoracat; 02-11-2013 at 02:30 PM.
 
  


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
mint linux network q markmando Linux - Newbie 6 01-07-2012 08:19 PM
Network settings gets erased in Linux mint 5 akki Linux - Newbie 1 01-30-2009 01:37 AM
Network connections not authenticating me as root sugantha Linux - Newbie 1 05-18-2008 09:52 PM
Authenticating throught MD5 to get on a network s7rYd3r Linux - Networking 0 09-15-2004 01:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:38 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