Fedora Linux Support Community & Resources Center
  #1  
Old 16th September 2008, 03:25 PM
Sticks Offline
Registered User
 
Join Date: Sep 2008
Posts: 10
Talking Wlan

I have a Dell Inspiron 1501. The problem I am having is that when I try and type in a wireless ssid connect to the wireless network and when it trys and connects it says disconnect. I know I have the right web key cuz I tried it on my home router.

P.S. Is there a program like in windows that you can view wireless networks without having to type in the ssid and wep key.
Reply With Quote
  #2  
Old 16th September 2008, 03:49 PM
ValHolla's Avatar
ValHolla Offline
Registered User
 
Join Date: Aug 2008
Location: St. Louis, MO
Age: 38
Posts: 83
if you are running a Dell are you sure your wireless is "active"? which wireless does the 1501 use?

generally (despite valiant efforts) wireless does not work out of the box most flavors of Linux.
They are getting much closer and there are a plethora of tutorials on how to set it up.

you can find out by opening a terminal and and run lspci that will list all the PCI devices you have on the system. figure out which wireless card you have and search these forums for how to enable it.

to search for wireless networks:
from a terminal window you can run iwlist scan {device} ex:
Code:
$ iwlist scan wlan0
to see all the wireless networks broadcasting their SSID.
if you are using network manager, that will be able to see the networks much like windows
Reply With Quote
  #3  
Old 16th September 2008, 05:12 PM
Sticks Offline
Registered User
 
Join Date: Sep 2008
Posts: 10
ok here is my wireless card.

05:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)
Reply With Quote
  #4  
Old 16th September 2008, 06:34 PM
wraithe Offline
Registered User
 
Join Date: Jul 2008
Location: Sth West, Western Australia
Posts: 53
Are you using network manager..??
This should show you any available networks...
__________________
If we all where the same, would it not be a boring world! :cool:
Reply With Quote
  #5  
Old 16th September 2008, 08:48 PM
ValHolla's Avatar
ValHolla Offline
Registered User
 
Join Date: Aug 2008
Location: St. Louis, MO
Age: 38
Posts: 83
Have a look at THIS Thread. it deals with troubleshooting/setup of Dell 1525 broadcom wireless *should be close enough to get it working, sub your drivers accordingly.

a link to instruction: Here

NOTE: this page contains several very good "how-to"s

Last edited by ValHolla; 16th September 2008 at 09:07 PM.
Reply With Quote
  #6  
Old 17th September 2008, 12:07 AM
Sticks Offline
Registered User
 
Join Date: Sep 2008
Posts: 10
Quote:
Originally Posted by wraithe
Are you using network manager..??
This should show you any available networks...
Well thats the problem I don't see the network manager and when I tried to install it I must have done something wrong.
Reply With Quote
  #7  
Old 17th September 2008, 10:10 AM
wraithe Offline
Registered User
 
Join Date: Jul 2008
Location: Sth West, Western Australia
Posts: 53
If you right click on the panel bar and click "add to panel"
when that opens, scroll down to "network manager" and click on that...
It will place the icon on the panel bar, if you left click on it, it will show available networks...
or if there not active then it will show what network device is...
if you have an inactive device, then right click on the icon and see if they are ticked to be active...
you can also go down to "edit connections" and ensure they are set right...
That should simplify things for you...
__________________
If we all where the same, would it not be a boring world! :cool:
Reply With Quote
  #8  
Old 17th September 2008, 01:38 PM
Sticks Offline
Registered User
 
Join Date: Sep 2008
Posts: 10
Quote:
Originally Posted by wraithe
If you right click on the panel bar and click "add to panel"
when that opens, scroll down to "network manager" and click on that...
It will place the icon on the panel bar, if you left click on it, it will show available networks...
or if there not active then it will show what network device is...
if you have an inactive device, then right click on the icon and see if they are ticked to be active...
you can also go down to "edit connections" and ensure they are set right...
That should simplify things for you...

Well what if I don't see that in the list?
Reply With Quote
  #9  
Old 17th September 2008, 01:52 PM
Sticks Offline
Registered User
 
Join Date: Sep 2008
Posts: 10
I looked in yum search for Network Manager but there was alot of them but I going to see if I can find the network manager package that I need.
Reply With Quote
  #10  
Old 17th September 2008, 01:58 PM
wraithe Offline
Registered User
 
Join Date: Jul 2008
Location: Sth West, Western Australia
Posts: 53
The link provided by Valholla, to the fedora guide, would be about the best place to start...
http://www.fedoraguide.info/index.ph....28Method_2.29

When it comes to some drivers, you have to use an alternate, thats just the way some firmware works...
It may pay for you to either try using yum in a terminal..
Type
yum install NetworkManager-gnome

or use Valholla'a directions
__________________
If we all where the same, would it not be a boring world! :cool:

Last edited by wraithe; 17th September 2008 at 02:03 PM.
Reply With Quote
  #11  
Old 17th September 2008, 03:26 PM
Sticks Offline
Registered User
 
Join Date: Sep 2008
Posts: 10
This is what I get but how come I can't add it to the panel?

[root@localhost ~]# yum install NetworkManager-gnome
Loaded plugins: dellsysidplugin, fedorakmod, refresh-packagekit
livna | 2.1 kB 00:00
fedora | 2.4 kB 00:00
adobe-linux-i386 | 951 B 00:00
ftp://ftp.uci.edu/mirrors/fedora/lin...ta/repomd.xml: [Errno 4] IOError: [Errno ftp error] timed out
Trying other mirror.
updates-newkey | 2.3 kB 00:00
Not using downloaded repomd.xml because it is older than what we have:
Current : Mon Sep 15 08:25:48 2008
Downloaded: Sat Sep 13 01:02:42 2008
updates | 2.6 kB 00:00
Setting up Install Process
Parsing package install arguments
Package 1:NetworkManager-gnome-0.7.0-0.9.4.svn3675.fc9.i386 already installed and latest version
Nothing to do
[root@localhost ~]#
Reply With Quote
  #12  
Old 17th September 2008, 03:29 PM
Sticks Offline
Registered User
 
Join Date: Sep 2008
Posts: 10
See this is what I get when I try and add it.

http://memoria.lsdhosting.com/~sticks/screenshot.png
Reply With Quote
  #13  
Old 19th September 2008, 02:59 AM
wraithe Offline
Registered User
 
Join Date: Jul 2008
Location: Sth West, Western Australia
Posts: 53
Have you done what Valholla suggested above...
That should give you a reliable wireless to start with..

if yum says networkmanager-gnome is installed then networkmanager itself should be...
But if you go thru what has been suggested by valholla, then it should set the wireless up correctly as well, and in there it shows the terminal commands and setup for networkmanager as well...
__________________
If we all where the same, would it not be a boring world! :cool:
Reply With Quote
Reply

Tags
wlan

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
Neither Lan nor Wlan Bendemann Servers & Networking 3 4th April 2008 01:19 AM
WLAN - so near, yet so far! John the train Servers & Networking 0 16th October 2006 06:28 PM
WLan help kbsuperstar Servers & Networking 6 13th September 2006 10:24 AM
WLAN: DWL-122 USB and WLAN-LINUX-NG Camino Hardware & Laptops 1 6th January 2006 07:50 PM


Current GMT-time: 04:43 (Sunday, 19-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