LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 03-15-2005, 12:04 AM   #1
ckwd
LQ Newbie
 
Registered: Mar 2005
Distribution: Debian
Posts: 4

Rep: Reputation: 0
ipw2100 unassociated..


I use a Toshiba Laptop Satellite M30 running Debian Sarge with kernel 2.6.8

I can't seem to get my wireless network card to work properly anymore. It used to work flawlessly. I googled my question and couldn't find an answer.

iwconfig gives me this output

Code:
eggs:~# iwconfig eth1
eth1      unassociated  ESSID:"lsys"  Nickname:"ipw2100"
          Mode:Managed  Channel=0  Access Point: 00:00:00:00:00:00
          Bit Rate=0 kb/s   Tx-Power:off
          Retry:on   RTS thr:off   Fragment thr:off
          Encryption key:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX   Security mode:open
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

eggs:~#
iwlist scan eth1 gives me this

Code:
eggs:~# iwlist eth1 scan
eth1      Scan completed :
          Cell 01 - Address: 00:12:17:45:22:72
                    ESSID:"lsys"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:6
                    Encryption key:on
                    Bit Rate:54 Mb/s
                    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
                    Signal level=-68 dBm
                    Extra: Last beacon: 11ms ago
          Cell 02 - Address: 00:04:E2:92:D5:C2
                    ESSID:"SMC"
                    Protocol:IEEE 802.11b
                    Mode:Master
                    Channel:1
                    Encryption key:off
                    Bit Rate:11 Mb/s
                    Extra: Rates (Mb/s): 1 2 5.5 11
                    Signal level=-75 dBm
                    Extra: Last beacon: 490ms ago

If I run the folllowing these commands

rmmod ipw2100
rmmod (unload other ieee modules here)
modprobe ipw2100

I get this output


Code:
eth1      IEEE 802.11b  ESSID:"SMC"  Nickname:"ipw2100"
          Mode:Managed  Frequency:2.412 GHz  Access Point: 00:04:E2:92:D5:C2
          Bit Rate=11 Mb/s   Tx-Power:off
          Retry:on   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=83/100  Signal level=-75 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:6
It automatically connected to an unsecured wireless network in my area.

I also tried loading the modules in an appropriate order:
ieee80211
ieee80211_crypt
ieee80211_crypt_wep
ieee80211_crypt_ccmp
ieee80211_crypt_tkip
ipw2100

After loading the last module from that order, it again connected to an unsecured wireless network in my area. Same output as above

I did not want to connect to other wireless routers so I typed ifup eth1 so that it'll load the settings from /etc/network/interfaces

Unfortunately this did not work, and it brought me back to this output

Code:
eth1      unassociated  ESSID:"lsys"  Nickname:"ipw2100"
          Mode:Managed  Channel=0  Access Point: 00:00:00:00:00:00
          Bit Rate=0 kb/s   Tx-Power:off
          Retry:on   RTS thr:off   Fragment thr:off
          Encryption key:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX   Security mode:open
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
It remains unassociated. I can't see what I'm doing wrong, this is a very odd issue.

Help me out if you can, I don't want to purchase a PCMCIA :[



- ckwd

Last edited by ckwd; 03-15-2005 at 06:46 AM.
 
Old 03-15-2005, 03:33 PM   #2
enemorales
Member
 
Registered: Jul 2004
Location: Santiago, Chile
Distribution: Ubuntu
Posts: 410

Rep: Reputation: 31
Hi,

I had the same problem until... a couple of minutes ago. My card worked perfect with Gentoo, but not in Debian (which I installed few days ago). I have kernel 2.6.8 also, so hopefully this would work for you also. This is how I made it work

First, I checked that I had support for ARC4 in the cryptographic algorithms: I noticed that Gentoo was loading that module. In Debian I had it in the kernel, so I changed to module, recompiled everything and rebooted.

Second, the version of the IPW drivers weren't the same. When I emerged the packages, Gentoo downloaded the version 0.56 of the drivers and the version 1.2 of the firmware. I had 1.05 and 1.4 in Debian... so I downgraded. I copied the packages from my Gentoo partition, compiled the driver and installed the firmware files. Then I run dhcpclient and voila! I'm posting from Debian !!!

Good luck!

Just a side remark: I'm not using ieee80211_crypt_ccmp or ieee80211_crypt_tkip. ipw2100 seems as it doesn't need them.
 
Old 03-15-2005, 06:15 PM   #3
ckwd
LQ Newbie
 
Registered: Mar 2005
Distribution: Debian
Posts: 4

Original Poster
Rep: Reputation: 0
I solved the problem, I'm not sure why it didn't work in the first place but this is what I did


1) First I downloaded both firmware and source from http://ipw2100.sf.net
2) modules-assistant a-i ipw2100 (it'll load from the ipw2100 tgz file)
3) Next, the .deb package was placed into the /usr/src directory
4) dpkg -i ipw2100-modules-2.6.8_1.0.5-2_i386.deb
5) modprobe ipw2100

This is the very first thing I did when I first downloaded the latest firmware and ipw2100 driver. It's very odd that it did not work in the first place. I issued those steps two times (including the first time) and it didn't work.

I was fed-up so I tried it again, practically the 30th time and poof! I connected. Not sure what's going on but I'm happy =)

Thanks

Last edited by ckwd; 03-16-2005 at 10:13 PM.
 
  


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
How do i use ny ipw2100 babyboss Debian 5 10-19-2005 10:47 PM
IPW2100 + Slack 10 lucas22 Linux - Wireless Networking 1 05-25-2005 04:50 AM
ipw2100 sbox Linux - Wireless Networking 8 03-20-2005 06:28 PM
ipw2100 + FC2 ilaiy Linux - Wireless Networking 1 11-21-2004 04:53 PM
Ipw2100 Cauthon Linux - Wireless Networking 0 07-30-2004 01:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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