LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 09-03-2005, 03:19 PM   #1
jan@fjb.nu
LQ Newbie
 
Registered: Sep 2005
Location: Fiskarheden, Sweden
Distribution: Fedora Core 4
Posts: 7

Rep: Reputation: 0
Question Setting up connection with IPW 2200BG in Fedora Core 4


Hi! I'm a Linux newbee who recently installed Fedora C4 on an Fujitsu Siemens Amilo Pro V2000.

Everything seems to work fine, exept that i can't set up a wireless connection to my Dlink 624.

SSID is broadcasted, Wlan secutrity is WEP whith shared key and 64-bits encryption with password in hex. The router is DHCP server.

I can't find settings for wep-settings in Fedora.

Can anyone help me?

Regards

Jan Busk
 
Old 09-04-2005, 12:12 PM   #2
tharfagreinir
LQ Newbie
 
Registered: Sep 2005
Location: Iceland
Distribution: FC4
Posts: 24

Rep: Reputation: 15
All the settings for a wireless interface should be available through the Network Configuration application, which is accessible in the KDE menu through System Settings -> Network. I'm assuming the wireless interface is eth1, but it might be something else. Just find the interface in the list whose type is listed as 'Wireless'. Select the correct one and click 'Edit'. The settings you need should be in the Wireless Settings tab.
 
Old 09-04-2005, 11:27 PM   #3
jan@fjb.nu
LQ Newbie
 
Registered: Sep 2005
Location: Fiskarheden, Sweden
Distribution: Fedora Core 4
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks for the answer!


I found theese settings but i can't find any way to set wep - open or shared. Am I missing something?

Regards Jan B
 
Old 09-05-2005, 08:58 AM   #4
tharfagreinir
LQ Newbie
 
Registered: Sep 2005
Location: Iceland
Distribution: FC4
Posts: 24

Rep: Reputation: 15
Well, this cannot be set through the Network Configuration application. On my system it seems to get set automatically when a connection is established with an access point. But if you want to do it manually, you can use iwconfig in a root terminal; ipwconfig eth1 key open, or ipwconfig eth1 key shared (Again, assuming that your wireless interface is eth1). It's a useful command in general ... recommend you do a man iwconfig in a root terminal to see what you can do with it.
 
Old 09-05-2005, 09:05 AM   #5
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
What I would do first is turn off wep, wpa, and or any other security on the router and see if the card can connect. This eliminates many variables. Once that can be doen then start turning security settings back on.

Brian1
 
Old 09-05-2005, 12:01 PM   #6
jan@fjb.nu
LQ Newbie
 
Registered: Sep 2005
Location: Fiskarheden, Sweden
Distribution: Fedora Core 4
Posts: 7

Original Poster
Rep: Reputation: 0
I tried to turn the encryption of with no result. The firewall is disabled. When i tried to type ipwconfig or iwconfig the system answers "unknown command".

What shall I do to make ipwconfig and iwconfig work?
 
Old 09-05-2005, 12:16 PM   #7
tharfagreinir
LQ Newbie
 
Registered: Sep 2005
Location: Iceland
Distribution: FC4
Posts: 24

Rep: Reputation: 15
I'm sorry, the command is iwconfig - I spelt it as ipwconfig at one point by mistake. This command only works if you have root privileges in the terminal - you need to be root in order play with it and many other commands.

To obtain root privileges, type su in the terminal, then provide the root password when prompted for it.

Last edited by tharfagreinir; 09-05-2005 at 12:18 PM.
 
Old 09-05-2005, 04:29 PM   #8
jan@fjb.nu
LQ Newbie
 
Registered: Sep 2005
Location: Fiskarheden, Sweden
Distribution: Fedora Core 4
Posts: 7

Original Poster
Rep: Reputation: 0
Ok. I'll do some more tests tomorrow.

I work as an computer technician in windows environment and fiddles with wlan-connections at least a couple of times per week. But in Linux environment I'm totally lost.

Thanks for your help so far. I hope i get the wlan up and running tomorrow.

Regards Jan Busk
 
Old 09-06-2005, 10:32 AM   #9
jan@fjb.nu
LQ Newbie
 
Registered: Sep 2005
Location: Fiskarheden, Sweden
Distribution: Fedora Core 4
Posts: 7

Original Poster
Rep: Reputation: 0
Hi again!

Well, after some experementing with iwconfig I've reached the conclution that activating eth1 (IPW 2200BG) is not the same thing as starting the wlan-networkcard.

iwconfig eth1

Tells me than power is 0.....

I hav'nt the faintest idea what to do next. Any suggestions?



Thank You for bearing with a hopless newbee.....


Jan Busk
 
Old 09-06-2005, 06:47 PM   #10
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
What do you have in your /etc/sysconfig/network-scripts/ifcfg-eth1

Brian1
 
Old 09-07-2005, 03:53 PM   #11
jan@fjb.nu
LQ Newbie
 
Registered: Sep 2005
Location: Fiskarheden, Sweden
Distribution: Fedora Core 4
Posts: 7

Original Poster
Rep: Reputation: 0
Hi Brian1!
Here is what I found in ifcfg-eth1:

IPV6INIT=no
ONBOOT=yes
USERCTL=yes
GATAWAY=192.168.0.1
TYPE=wiereless
DEVICE=eth1
HWADDR=
BOOTPROTO=none
NETMASK=255.255.255.0
DHCP_HOSTNAME=192.168.0.1
IPADR=192.168.0.7
DOMAIN=
ESSID=Busk
CHANNEL=6
MODE=managed
RATE=auto


When i changed to dhcp-mode i saw an errormessage on actaviting. Set bitrate... Command not supported bye router. Maybe the fault lies here?


Regards

Jan Busk
 
Old 09-07-2005, 05:54 PM   #12
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
eth1 file looks fine to me. If getting an error when set to dhcp then maybe the module for the card is not loaded. Thats about all I can think of for now.

Good luck
Brian1
 
Old 09-07-2005, 11:08 PM   #13
jan@fjb.nu
LQ Newbie
 
Registered: Sep 2005
Location: Fiskarheden, Sweden
Distribution: Fedora Core 4
Posts: 7

Original Poster
Rep: Reputation: 0
Ok! But wat is a "module" and how do I check if its loaded? And maybe more important how do I load it?


Regards Jan Busk
 
Old 09-09-2005, 03:57 PM   #14
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
What is your wireless card model and version?
Is it internal or a pcmcia card?

How about the output from the commands
lspci > this list pci hardware
lsmod > this list the modules loaded

Brian1
 
  


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
Intel Centrino 2200BG in Fedora Core 1, Help needed! om3ga Linux - Wireless Networking 1 10-26-2005 08:06 AM
please help intel pro wireless 2200BG with fedora core 4 terrence Linux - Wireless Networking 19 09-05-2005 12:32 AM
Fedora Core 2 - Setting up a Belkin Wireless Connection TKDHokie Linux - Wireless Networking 0 09-27-2004 09:22 PM
Setting up wireless connection on Fedora 2 pitimespi Linux - Wireless Networking 2 08-01-2004 03:11 PM
Setting up xDSL Connection with Fedora Core 1 drzeyd Linux - Newbie 8 12-07-2003 01:35 PM

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

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