Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 5th August 2009, 09:54 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,347
linuxopera
Hello Mikademus

Have you considered blacklisting the 'iwlagn' module and trying with ndiswrapper?

No guarantees it would work of course, I've never seen anyone try it with a 5300.

However, if it did work then it would at least keep you going while the 'iwlagn' driver is improved. I remember when I first had a broadcom 4318 having to do that until eventually the b43 driver matured.

Post back if you want to talk about it, I've all sorts of notes for ndiswrapper here.
Reply With Quote
  #32  
Old 7th August 2009, 12:03 AM
Fil Offline
Registered User
 
Join Date: Aug 2009
Posts: 1
linuxfedorafirefox
Hi,
I have been following the thread as I am trying FC 11 Live on my TP X61s, Intel 4965 wireless card and could not get wireless connection: same symptoms as Mikademus, Network Manager kept asking to connect with a password window.
Also tried to configure with System/Administration/Network + System/Administration/Services to no avail.
Just booted again with Live disc and did the following: System/Administration/SELinux Management, "Status" - System default enforcing mode set to "Disabled", Current enforcing mode set to "Permissive". After, set Network Manager with the wireless network settings: SSID, encryption + password. Still it had my network name (SSID) grayed out and I could not connect.
Finally, as last try, I connected to the router via ethernet cable (no problems since the begining) and changed in the wireless settings of the router the broadcasting of the network name (SSID) from disabled to enabled. From there on, Network Manager could list my network from grayed out to highlighted and wireless works without problems.
It is still a bug in NM that should be corrected, as it should be able to connect to hidden wireless networks, as other (Live) distros do, but maybe you can give this a try and see if it works, keep it posted and good luck!
Reply With Quote
  #33  
Old 10th August 2009, 09:14 AM
Mikademus Offline
Registered User
 
Join Date: Jul 2009
Posts: 20
windows_xp_2003firefox
bbfuller, thank you for your offer! Since I am learning as I go I'd love to look at your notes! If that's one way to circumvent the problem it might be of help to others, too (if it works).
Reply With Quote
  #34  
Old 10th August 2009, 07:30 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,347
linuxopera
Hello Mikademus

Here are the notes for using ndiswrapper:

Quote:
Ndiswrapper, as it's name implies is a way of wrapping some Linux code around a windows driver to make it work in Linux.

Ndiswrapper will not work with Windows Vista drivers. It is also not happy with every version of a driver for every chipset. If the one that came with your card doesn't work it may be necessary to experiment with other manufacturers drivers that were made for the particular chipset.

The parts of the windows driver file that you are looking for are the .inf file and the matching .sys file.

For instance in my case when I used ndiswrapper for my broadcom card, there was a 'bcmwl5.inf' file in the driver along with a bcmwl5.sys. Other manufacturers will use different file names.

Acquire full root rights with:

Code:
su -
That's a space and a minus sign after the su. It gives full root rights over the machine, not just over your own environment which is what you get with plain su.

If you haven't already, install the rpmfusion repositories:

Code:
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Install ndiswrapper:

Code:
yum install kmod-ndiswrapper
should bring in the three relevant packages.

Then set up and configure ndiswrapper with:

Code:
ndiswrapper -i <path to your windows driver file>.inf
should install the driver,

Code:
ndiswrapper -l
if it is going to work should return "driver present" and "hardware present"

Code:
modprobe ndiswrapper
should load the driver into the kernel, but probably only until you reboot.

If you are lucky now and NetworkManager is running then after a short while it 'may' begin reporting wireless networks. NetworkManager is the preferred method of connecting to wireless networks with Fedora and should be located on the top Gnome Panel to the right in the notification area.

If it works, or indeed if it doesn't you will also need to run:

Code:
ndiswrapper -ma
The one proviso for those is that they require a working Internet connection to the machine.

There are supplemental notes for if you need to do it without Internet.

Post back if you want those, or indeed if you have any questions or problems.
Reply With Quote
  #35  
Old 14th August 2009, 11:54 PM
Bert Rolston Offline
Registered User
 
Join Date: Oct 2007
Location: New Zealand. Godzone country! Heaven on earth.
Posts: 78
linuxfedorafirefox
Hi all,

I just upgraded my Latitude D600 from F9 to F11 by doing a fresh install.
ALL of my hardware worked well under F9 including wireless.
I encountered the same problem with wireless connecting then immediately disconnecting after the upgrade.
Remember, the same hardware WORKED with F9 on my network.

lspci identified my card as
Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection (rev 05)

I read through this thread and tried some of the simple fixes.
Then I recalled having a similar problem with a PCMCIA card when I had F7 on another laptop.

Here's what worked for me.
I disabled the NETPLUGD and WPASUPPLICANT services through SYSTEM -> SERVICES control panel.
Simply stop each service and then disable them.

Since then my wireless connection has been rock solid.

Hope this helps someone.

Cheers,
Bert

Last edited by Bert Rolston; 14th August 2009 at 11:59 PM.
Reply With Quote
  #36  
Old 23rd August 2009, 12:08 AM
Mikademus Offline
Registered User
 
Join Date: Jul 2009
Posts: 20
windows_xp_2003firefox
Quote:
Originally Posted by Bert Rolston View Post
I disabled the NETPLUGD and WPASUPPLICANT services through SYSTEM -> SERVICES control panel. Simply stop each service and then disable them.
Thanks for the advice! I'm on KDE so I assume the counterpart to system-->services is the serviceconf application. I do not have a netplugd service (or at least can't find it) and wpa_supplicant is disabled, but it seems to make no difference.

I will try bbfuller's ndiswrapper advice next.
Reply With Quote
  #37  
Old 5th September 2009, 07:40 PM
Mikademus Offline
Registered User
 
Join Date: Jul 2009
Posts: 20
linuxfedorafirefox
I am now surfing wireless. And I have neither used ndiswrapper or messed around with WAP_SUPPLICANT. What I did was rather to remove the KDE4 NetworkManager plasma applet and install GNOME's counterpart, so rather than a KDE4 gizmo I have an icon in the tray. And it works.

I hesitate to place blame at KDE's steps, but it seems to be an interaction effect. Or it could perhaps be that there was another NetworkManager conflicting in the background, in which case it might still be a Fedora bug.

In either case, I'll keep my fingers crossed that this will keep working, and that it will help someone else.

Thanks everyone that has replied in this thread. I hope I have provided enough information that someone more skilled than me in Linux will be able to figure out what's amiss and fix what needs to be fixed!
Reply With Quote
  #38  
Old 8th September 2009, 08:17 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,832
linuxfedorafirefox
I'm not sure I actually knew you were using KDE's native networkmanager widget. I don't think that's the default, it should default to using GNOME's; this is intentional, because the KDE version was known to be fairly broken until very recently (a better version is in Rawhide now). So that definitely makes sense.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #39  
Old 9th September 2009, 05:22 PM
Mikademus Offline
Registered User
 
Join Date: Jul 2009
Posts: 20
linuxfedorafirefox
Well, what I did was install Fedora from the DVD, and then add the KDE package, that is, I did not install from the KDE4 LiveCD. I might have added the KDE Network Manager manually, I can't remember if it was installed by default or not. If I did, it was a move that would made perfect sense to me at the time, since there were no warnings about using it, and it was named "KDE Network Manager" or something in the repos.

Perhaps this might deserve an article of its own in the Fedora solutions site?
Reply With Quote
  #40  
Old 9th September 2009, 09:55 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,832
linuxfedorafirefox
In harsh practical terms, I haven't run across anyone else who had the same problem. My personal rule of thumb is not to bother documenting anything until at least two people hit it, so I won't do it. Be cool if someone else wanted to, though.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #41  
Old 24th September 2009, 08:11 PM
zez3 Offline
Registered User
 
Join Date: Sep 2009
Posts: 3
linuxfedorafirefox
Thumbs down

Quote:
Originally Posted by AdamW View Post
In harsh practical terms, I haven't run across anyone else who had the same problem. My personal rule of thumb is not to bother documenting anything until at least two people hit it, so I won't do it. Be cool if someone else wanted to, though.
Until now.
As my case is somehow also different because I have or want a network 802.1N only and not g or b. With those working perfectly.
I have a 5300 intel iwlagn wifi adapter on a new dell E6400 with fc11 and obvious the problem with the password requested more times and not connecting after. I have no solution to this yet.
I have tried all that was tested here plus the new fc12 rawhide live usb and nothing.
I have to try the mandriva 2009.1 again just to be sure because my first attempt running usb live did not worked, after loading a black screen pause....
I don't really what to use the emulating win drivers. I was hopping that the linux community is always a pioneer in such new speed standards and that wireless is also included somewhere there but it seems that it's not the case here.
I need to say that I have done some more tests with a 802.1N usb card from belkin with chipset and linux driver rt2870 and with that all works fine. Also on other distro's sometime it's working some not or perhaps I did not try enough. It seems to me that the problem in my case is more related to the driver iwlagn or firmware loading from that driver.

Quote:
modinfo iwlagn
filename: /lib/modules/2.6.30.5-43.fc11.i586/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko
alias: iwl4965
license: GPL
author: Copyright(c) 2003-2009 Intel Corporation <ilw@linux.intel.com>
version: 1.3.27kds
description: Intel(R) Wireless WiFi Link AGN driver for Linux
firmware: iwlwifi-4965-2.ucode
firmware: iwlwifi-5150-2.ucode
firmware: iwlwifi-5000-2.ucode
this firmware is loaded in my case but not helping
firmware: iwlwifi-6050-2.ucode
firmware: iwlwifi-6000-2.ucode
srcversion: 998B55AC59559D89E8152BF
Hopefully now that the N standard has been officially approved all manufactures will have to align to the same specifications and provide "good" drivers compatible also inter-producers not only between the same line of products from the same vendor as I have discovered the hard way.

Last edited by zez3; 27th October 2009 at 11:12 AM.
Reply With Quote
  #42  
Old 20th October 2009, 03:17 PM
glubbdrubb Offline
Registered User
 
Join Date: Oct 2009
Location: Pretoria, South Africa
Posts: 8
windows_xp_2003firefox
Have you tried WICD? It is a partial replacement to Network Manager (it lacks certain PPP functionalaty). Obviosly it won't solve a driver issue but it does not have many of the strange bugs NM suffers from.
Reply With Quote
  #43  
Old 21st October 2009, 11:20 AM
zez3 Offline
Registered User
 
Join Date: Sep 2009
Posts: 3
windows_xp_2003firefox
Quote:
Originally Posted by glubbdrubb View Post
Have you tried WICD? It is a partial replacement to Network Manager (it lacks certain PPP functionalaty). Obviosly it won't solve a driver issue but it does not have many of the strange bugs NM suffers from.
As I said already the network manager works, in my case, quite perfect with other non-N wifi networks. I think NM is not the problem here.
Reply With Quote
  #44  
Old 27th October 2009, 11:11 AM
zez3 Offline
Registered User
 
Join Date: Sep 2009
Posts: 3
linuxfedorafirefox
Hi,
after a fresh install from usb stick and some updates now the wireless N network works.
the main difference is that I now use a older kernel version see bellow

Quote:
modinfo iwlagn
filename: /lib/modules/2.6.29.4-167.fc11.i586/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko
alias: iwl4965
license: GPL
author: Copyright(c) 2003-2008 Intel Corporation <ilw@linux.intel.com>
version: 1.3.27kds
description: Intel(R) Wireless WiFi Link AGN driver for Linux
firmware: iwlwifi-4965-2.ucode
firmware: iwlwifi-5150-1.ucode
firmware: iwlwifi-5000-1.ucode
Reply With Quote
  #45  
Old 12th December 2011, 07:42 PM
dklovedoctor Offline
Registered User
 
Join Date: Dec 2011
Location: Athens Greece
Posts: 1
linuxopera
Re: WiFi detects networks but will not connect properly (Wifi Link 5300)

check command ipcs
in my case I had lost of shared memory allocated
Reply With Quote
Reply

Tags
5300, connect, detects, link, networks, properly, wifi

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel Wireless WiFi Link 4965AGN won't connect N band PompeyBlue Hardware & Laptops 2 18th November 2009 03:22 PM
fedora 10 live usb detects other wifi connections but not my router the_seraphim Servers & Networking 2 28th May 2009 02:40 PM
no wifi networks any more BehindTheTruth Servers & Networking 7 20th June 2008 10:38 PM
Fedora 8 Atheros wifi/ D-Link wifi...frustrated Nu-kid Servers & Networking 12 12th April 2008 02:02 PM
wireless network card detects networks, but computer freezes when trying to connect codereduser Servers & Networking 3 27th February 2008 03:05 AM


Current GMT-time: 19:12 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat