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
  #1  
Old 24th July 2009, 09:07 PM
sixteenkats Offline
Registered User
 
Join Date: Jul 2009
Posts: 17
WiFi not reliable and can't change networks (Intel 4235)

Fedora 10 (dual boot w/ XP) on Dell Optiplex with a Dell wireless antenna

I am on a university campus with campus-wide wifi network (so no router). I have a wireless HP printer that I want to be able to print to using an ad-hoc connection. The wireless antenna, networking, and wireless printing are all working in Windows XP (so hardware is OK). However, on the linux side, the wifi is really really finicky.

When I first boot up to fedora, it usually connects no problem to the campus-wide wifi network. If I try to switch to the ad-hoc printer network (which it sees), it will not connect and, furthermore, it will no longer connect to the campus-wide network (and sometimes it doesn't "see" this network at all). It seems that restarting the Network Manager service sometimes helps to reconnect to the campus-wide network, but not always and I can't connect to the ad-hoc regardless.

I'm really at a loss for what to do to fix this. Any help is appreciated!

NOTE: I'm just barely a linux user, and I didn't set up my system - don't assume that I did anything that would be common sense and, if you can, walk me through your suggestions.

Last edited by sixteenkats; 28th July 2009 at 11:33 PM. Reason: Making title more specific
Reply With Quote
  #2  
Old 28th July 2009, 11:00 PM
sixteenkats Offline
Registered User
 
Join Date: Jul 2009
Posts: 17
Some more information

I went through this other post and found the following:

# /sbin/lspci

Quote:
Network controller: Intel Corporation Device 4235
so seems like I need iwlagn (?)

# /sbin/lsmod | grep iwlagn

Quote:
iwlagn 163844 0
iwlcore 137668 1 iwlagn
mac80211 213872 2 iwlagn,iwlcore
cfg80211 32400 3 iwlagn,iwlcore,mac80211
# iwlist wlan0 scan

Quote:
wlan0 Scan completed :
Cell 01 - Addresss: 00:0A:B8:56:27:23
ESSID:"eaglenet"
Mode:Master
Frequency:2.412 GHz (Channel 1)
Quality=47/100 Signal level:-74 dBm Noise level=-93 dBm
Encryption key:off
Bit Rates:5.5 Mb/s; 6 Mb/s; 9 Mb/s; 11 Mb/s; 12 Mb/s
18 Mb/s; 24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Extra:tsf=000002c96910112b
Extra: Last beacon: 3ms ago
Cell 02 - Addresss: E29:F9:61:30:F0
ESSID:"hpsetup"
Mode:Ad-Hoc
Frequency:2.437 GHz (Channel 6)
Quality=35/100 Signal level:-88 dBm Noise level=-127 dBm
Encryption key:off
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
Extra:tsf=000008f7ab7bb24a
Extra: Last beacon: 2808ms ago
Cell 03 - Addresss: 00:0A:B8:56:22:93
ESSID:"eaglenet"
Mode:Master
Frequency:2.462 GHz (Channel 11)
Quality=35/100 Signal level:-88 dBm Noise level=-127 dBm
Encryption key:off
Bit Rates:5.5 Mb/s; 6 Mb/s; 9 Mb/s; 11 Mb/s; 12 Mb/s
18 Mb/s; 24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Extra:tsf=0000036a8a2a60f4
Extra: Last beacon: 2611ms ago
eaglenet is the campus wifi. hpsetup is the ad-hoc connection to the printer.

Any suggestions for how to connect to the ad-hoc network and reliably switch back to the campus wifi without having to restart NetworkManager or the computer?
Reply With Quote
  #3  
Old 28th July 2009, 11:37 PM
sixteenkats Offline
Registered User
 
Join Date: Jul 2009
Posts: 17
OK - I have now run through this troubleshooter posted on another thread.

Everything works as expected until:

Code:
iwconfig wlan0 essid eaglenet
It doesn't pause at all and nothing is returned - I just get a new command prompt.

As suggested, I open a new terminal to run:

Code:
dhclient wlan0
The response is:

Quote:
Nothing to flush.
So, to quote from the troubleshooter:

Quote:
If some of these tests fail, then, to repeat myself, the problem is more likely to be with the drivers for the card, and you are most likely to get help by posting on your distribution's forums, remembering to put the card model in the subject line of your post.
What do I do to fix the drivers?
Reply With Quote
  #4  
Old 29th July 2009, 12:40 AM
nyjetshead Offline
Registered User
 
Join Date: Oct 2007
Posts: 627
Right click on the network manager icon in the tray > Edit connections > Wireless >Add

Now create an entry for your Printer SSID called "hpsetup" in Adhoc mode
Tab IPV4 = Shared with other computers
Wireless security tab = NONE

Byway of the tray icon you should be able to switch from your campus WIFI to the printer.
Reply With Quote
  #5  
Old 29th July 2009, 06:42 PM
sixteenkats Offline
Registered User
 
Join Date: Jul 2009
Posts: 17
Quote:
Originally Posted by nyjetshead View Post
Right click on the network manager icon in the tray > Edit connections > Wireless >Add

Now create an entry for your Printer SSID called "hpsetup" in Adhoc mode
Tab IPV4 = Shared with other computers
Wireless security tab = NONE

Byway of the tray icon you should be able to switch from your campus WIFI to the printer.
OK - now I can switch to the hpsetup adhoc network. But switching back to campus wifi is not reliable... restarting Network Manager seems to fix the problem, but this isn't a good longterm solution.
Reply With Quote
  #6  
Old 29th July 2009, 09:05 PM
nyjetshead Offline
Registered User
 
Join Date: Oct 2007
Posts: 627
linuxfedorafirefox
I would try the F11 live version as a test, if it works then upgrade.
There were changes to the wireless infrastructure that weren't added to F10.
Reply With Quote
  #7  
Old 4th August 2009, 05:28 PM
sixteenkats Offline
Registered User
 
Join Date: Jul 2009
Posts: 17
linuxfedorafirefox
Quote:
Originally Posted by nyjetshead View Post
I would try the F11 live version as a test, if it works then upgrade.
There were changes to the wireless infrastructure that weren't added to F10.
F11 live seems to solve the problem. I can connect to both the printer and infrastructure wifi and switch back and forth as much as I want. Will try to upgrade. Thanks for your help!
Reply With Quote
Reply

Tags
change, networks, reliable, 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
WiFi detects networks but will not connect properly (Wifi Link 5300) Mikademus Servers & Networking 44 12th December 2011 07:42 PM
Connecting to wifi networks saveourmacs Servers & Networking 4 31st August 2008 01:13 AM
no wifi networks any more BehindTheTruth Servers & Networking 7 20th June 2008 10:38 PM
Multiple Wifi Networks? mattwilsonmcp Servers & Networking 0 17th July 2006 05:01 PM
wifi-radar not scanning wireless networks moonpup Using Fedora 2 22nd June 2005 02:29 AM


Current GMT-time: 17:05 (Friday, 24-05-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