FixYa.com
Technical Support, Instructions & Repair Service


Tags:

Intel PRO/Wireless 2200BG 802.11g/b

SuSE 10.0 + Intel 2200BG wireless = problem

By Bomber - usenet poster


Hi,

I have a Fujitsu / Siemens laptop with Intel PRO Wireless 2200BG wireless
module. Some time ago I tried to enable wireless module under 9.0, but it
seemed, it would require compilation of some modules, so I banned it for a
while.

Now I installed the 10.0 syste. The wireless module was discovered during
installation, but I was unable make it run. Weather I use kinternet,
kwifimanager, or a command line iwconfig/ifconfig, it looks, that the
interface itself is never activated, never detects any signal and never
gets an IP address.

Has anyone got this interface runnung uder SuSE?

Thanks for your help.

--
Pozdrawiam,

(js).

This Problem has been added to the Share Your Expertise Page under "My Work Queue".
Solution #1
posted on May 27, 2006
Not Rated (0)

Putty

Putty - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Any error messages ?
Since satrtmode is manual, did you start the interface ?
Is WPA or WEP enabled on the WIFI router ? If so, disable it during the
debugging phase. But don't forget it to (re-)enable it when a unencrypted
connection works.
Try to start the networking manually step by step after stopping the network
( with rcnetwork stop) and unloading the modules. And observe the logfiles
after every step

Was this solution helpful? Show your Appreciation by rating it:

Solution #2
posted on May 27, 2006
Not Rated (0)

herself

herself - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Hi Markus,

Yes, indeed. Actuall, it's an Amilo Pro V2000D

Actually, I had to change ipw2100 to ipw2200 in Makefile and *.c. I
have a feeling, I achieved some progress, but my eth1 still does not
obtain DHCP address. :(

--
Best regards,

(js).

PS. When responding directly, please remove a dash with all the
following letters.

Was this solution helpful? Show your Appreciation by rating it:

Solution #3
posted on May 27, 2006
Not Rated (0)

Riddle

Riddle - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
[...]

This is a switch which disables the radio of the wireless card.

Is this a Amilo series notebook ?
Then you might need an additional fsam7400 module to switch off that kill
switch. Have a look at the Archlinux Wiki
(#) to get
an idea, what to do.
PS:

Was this solution helpful? Show your Appreciation by rating it:

Solution #4
posted on May 27, 2006
Not Rated (0)

jessie25

jessie25 - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
#

Thanks.

I got some errors during compilation phase... probably need some
headers or module sources to be installed. I'll check it later though
and will let you know.

--
Best regards,

(js).

PS. When responding directly, please remove a dash with all the
following letters.

Was this solution helpful? Show your Appreciation by rating it:

Solution #5
posted on May 27, 2006
Not Rated (0)

LiZzIe

LiZzIe - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Hi,

Of course.

# lsmod | grep 2200
ipw2200 171656 0
ieee80211 51140 1 ipw2200
firmware_class 9856 2 pcmcia,ipw2200

eth1 device: Intel Corporation PRO/Wireless 2200BG (rev 05)
eth1 configuration: wlan-id-00:0e:35:34:3f:1d
eth1 Startmode is 'manual'

Oh... there is something interesting, though I'm unable to interpret it:

Nov 2 19:10:35 laptop-jstozek kernel: ipw2200: module not supported by
Novell, setting U taint flag.
Nov 2 19:10:35 laptop-jstozek kernel: ipw2200: Intel(R) PRO/Wireless
2200/2915 Network Driver, 1.0.6
Nov 2 19:10:35 laptop-jstozek kernel: ipw2200: Copyright(c) 2003-2004 Intel
Corporation
Nov 2 19:10:35 laptop-jstozek kernel: ipw2200: Detected Intel PRO/Wireless
2200BG Network Connection
Nov 2 19:10:35 laptop-jstozek kernel: ipw2200: Radio Frequency Kill Switch
is On:
Nov 2 19:10:35 laptop-jstozek kernel: Kill switch must be turned off for
wireless networking to work.

What the h*ll is this kill switch?

--
Best regards,

(js).

PS. When responding directly, please remove a dash with all the
following letters.

Was this solution helpful? Show your Appreciation by rating it:

Solution #6
posted on May 27, 2006
Not Rated (0)

Phoebe

Phoebe - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Hi,

eth0 is a 10/100 built-in Ethernet interface
- it works, of course
- set up with ifplugd (being turned on, when cable is plugged in)

eth1 is a built-in Intel WLAN interface
- I cannot make work
- it does not associate with an AP
- it does not obtain DHCP address
- set up for manual start
- I have no external means to check, if the radio gets turned on
- It works under WXP, so at least it's not a hardware problem.

eth2 is a pluggable (PCMCIA) Cisco/Aironet WLAN card
- it does work
- set up as hot-pluggable
- it does not set up a default route for some reason

--
Best regards,

(js).

Was this solution helpful? Show your Appreciation by rating it:

Solution #7
posted on May 27, 2006
Not Rated (0)

Melissa

Melissa - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Jan, I had a similar problem to yours, and had to install the drivers
for the wireless card. I wrote detailed instructions on how I did it
here:
#

Hopefully you'll have the same luck!

Was this solution helpful? Show your Appreciation by rating it:

Solution #8
posted on May 27, 2006
Not Rated (0)

Odud

Odud - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Jan Stozek schrieb:

That's a good point to start. Well, I did not doubt that the hardware is
no working ...

Hmm, maybe I'm lucky because it took a little longer with SuSE 9.3
(where I had to "play" with various options until it was running ...)

For the SuSE 10.0 instllation I did it straight forward:

(1) Do the basic installation with the LAN port (leaving the WLAN port
untouched)

(2) By using YaST I set up the WLAN port *completely* with all the
router/AP parameters required (without using any other tool like
kwifimanager, kinternet, etc.).

Maybe that's the point because after setting up the WLAN port hardware
you will be prompted for the router/AP parameters (like ESSID, WEP or
WPA parameters, etc.,.

Maybe you should start it another time ...
--
Never give up !

Best regards,
Reinhard.

Was this solution helpful? Show your Appreciation by rating it:

Solution #9
posted on May 27, 2006
Not Rated (0)

Rogers

Rogers - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
On Sat, 29 Oct 2005 17:45:17 +0200, Jan Stozek took a five minute break
from flipping burgers at the local fast food joint and scribbled on an
etch-a-sketch:

Me, too. (Dell notebook.)

Here's what I found on 10 - which was different from installing 9.3 - The
WLAN worked like a charm during installation. Oddly enough, the built-in
ethernet did not originally work. After install, both worked fine.

I did nothing other than check to make sure DHCP was set on both interfaces

Which port is your wlan? eth1 or eth0?

--
k

Was this solution helpful? Show your Appreciation by rating it:

Solution #10
posted on May 27, 2006
Not Rated (0)

Peter1

Peter1 - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
A ASUS M6882NEWP with that Interface works fine for me.
Is ipw-firmware-5-6.noarch.rpm installed ?
What says lsmod about the driver module ?
Are there any messages from the driver in /var/log/boot.msg
and/or /var/log/messages ?

Was this solution helpful? Show your Appreciation by rating it:

Solution #11
posted on May 27, 2006
Not Rated (0)

Riddle

Riddle - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Can't remember how I set it up in 10.0. It was easy though. I'm just
running WEP right now. I have other wireless devices that will only
do WEP. With SUSE 9.3 I remember I had to enter my WEP key (hex) into
the /etc/syconfig/... file directly. YaST wouldn't do it for me for
some strange reason. I think all of that worked fine in 10, regardless,
editing the file wasn't difficult.

Was this solution helpful? Show your Appreciation by rating it:

Solution #12
posted on May 27, 2006
Not Rated (0)

Charlie

Charlie - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Reinhard Gimbel zmarszczy?? si??, zamy??li?? i w wiadomo??ci z sobota, 29
pa??dziernika 2005 17:13 napisa??:

It means that at least some of the programs do work, at least some
times... :)

I'm also sure that the hardware works - I have wxp installed on the
same laptop, and its wlan works with my AP.

It's tough to answer, since I was trying and guessig and googling
with it for a number of hours yesterday and today.

It was a clean install. YAST discovered a hardware and loaded a
rexpective module during install. Then it allowed me to configure the
interface in YaST along with an Ethernet interface - I set it up for
a manual start, and the Ethernet for hot-plug, which works cleanly
btw. Then I turned my AP on and tried to run the wlan with kinternet,
but it did not work - it showed 0% signal. Then I started playing
with various parametres; first with gui, and after some time - I
discovered iwconfig and tried to turn it on using cli utils.

I have not yet. I'm still looking for hints. :)

Thanks.

--
Best regards,

(js).

PS. When responding directly, please remove a dash with all the
following letters.

Was this solution helpful? Show your Appreciation by rating it:

Solution #13
posted on May 27, 2006
Not Rated (0)

Grant

Grant - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
Hi all !

Yes, me ...

My notebook has got the same WLAN interface. This worked with SuSE 9.3
pro and it works also with SuSE 10.0 right now.

Question is: What did you do exactly ? Did you use the upgrade option of
SuSE 10.0 ? Or did you do a clean installation of SuSE 10.0 ?

What I did after an installation from scratch was to leave the WLAN port
disabled until all the installation was completed (incl. 1st run of
YOU). After that I enabled the WLAN port. The system is running without
any problem since then ...
--
Never give up !

Best regards,
Reinhard.

Was this solution helpful? Show your Appreciation by rating it:

Solution #14
posted on May 27, 2006
Not Rated (0)

Phoebe

Phoebe - usenet poster

Rank:Apprentice Apprentice
Rating: 0%, 0 votes
In article <dd8c5$43638624$540a12d5$>,
Jan Stozek <> wrote:

My IBM Thinkpad has the same wireless card. I didn't do anything
special to configure and use it under SUSE 9.3 and SUSE 10.0. I don't
know how to help you but my advice is: don't give up.

--
rr

Was this solution helpful? Show your Appreciation by rating it:

Can you Help with these Wireless Adapters problems?

Wireless Adapters
Asante Areolan AL1611 PCMCIA...
The Asante Areolan AL1611... Answer This...
Intel PRO/Wireless 2200BG 802.11g/b
I have an Intel PRO/Wireless...
I have a Gateway Laptop with an... Answer This...
Intel PRO/Wireless 2200BG 802.11g/b
wireless driver
I have a intel pro 2200BG... Answer This...
Wireless Adapters
WMP55G
hi , i am using rhel 5.0. i... Answer This...
Wireless Adapters
Wireless card suddenly cannot...
My Buffalo wireless card has... Answer This...
Repair Service
Find Wireless Adapter Repairman Near You:

FixYa does not evaluate or guarantee the accuracy of any information provided through its proposed solutions, posts, or Expert Assistance Sessions. By entering this site you declare you read and agreed to its Terms. You may NOT copy or distribute the content that appears on this site without written permission from FixYa Inc.
© 2005-2008, FixYa, Inc. or its affiliates
When the original poster rates a solution that was given to his own problem, that rating is locked!
X

Are you sure the solution content is Inappropriate?
   
Tech buddies can communicate directly to answer questions. Become a Tech Buddy and have direct access to your favorite expert for FREE!