LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 11-14-2005, 02:21 PM   #1
guevera4
LQ Newbie
 
Registered: Oct 2005
Posts: 7

Rep: Reputation: 0
ipw2200 probs on dell inspiron/ubuntu 5.10


i have a dell inspiron 9300 which includes an intel 2200. i put ubuntu 5.10 on there. it didn't see the wireless card. only networking devices were lo, eth0 and sit0.

this is what i've done so far:
I downloaded the latest ipw2200-fw: 2.3, ieee80211: 1.1.6 package, and ipw2200 package: 1.0.8
uncompressed each archive.
copied firmware files (.fw) to 'usr/lib/hotplug/firmware'
ran' make', then 'sudo make install' on ieee80211 and ipw2200.
compiled without errors. the ipw2200 install concluded by reminding me to put firmware files in the 'usr/lib/hotplug/firmware' directory. i'm assuming that's normal.)

when i try 'sudo modprobe ipw2200' i get this:


bosque00@charlotte:~/Desktop/ieee80211-1.1.6$ sudo modprobe ipw2200
FATAL: Error inserting ipw2200 (/lib/modules/2.6.12-9-386/kernel/drivers/net/wireless/ipw2200.ko): Unknown symbol in module, or unknown parameter (see dmesg)



dmesg output (pertaining to relevant modules, full dmesg in next post):

[4295713.453000] ieee80211_crypt: registered algorithm 'NULL'
[4295713.493000] ieee80211: disagrees about version of symbol ieee80211_get_crypto_ops
[4295713.494000] ieee80211: Unknown symbol ieee80211_get_crypto_ops
[4295713.494000] ieee80211: disagrees about version of symbol ieee80211_crypt_deinit_entries
[4295713.494000] ieee80211: Unknown symbol ieee80211_crypt_deinit_entries
[4295713.494000] ieee80211: disagrees about version of symbol ieee80211_crypt_delayed_deinit
[4295713.494000] ieee80211: Unknown symbol ieee80211_crypt_delayed_deinit
[4295713.494000] ieee80211: disagrees about version of symbol ieee80211_crypt_quiescing
[4295713.494000] ieee80211: Unknown symbol ieee80211_crypt_quiescing
[4295713.531000] ieee80211: 802.11 data/management/control stack, 1.0.3
[4295713.531000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[4295713.536000] ipw2200: disagrees about version of symbol ieee80211_get_crypto_ops
[4295713.537000] ipw2200: Unknown symbol ieee80211_get_crypto_ops
[4295713.537000] ipw2200: disagrees about version of symbol ieee80211_wx_set_encode
[4295713.537000] ipw2200: Unknown symbol ieee80211_wx_set_encode
[4295713.537000] ipw2200: disagrees about version of symbol ieee80211_wx_get_encode
[4295713.537000] ipw2200: Unknown symbol ieee80211_wx_get_encode
[4295713.537000] ipw2200: disagrees about version of symbol ieee80211_txb_free
[4295713.537000] ipw2200: Unknown symbol ieee80211_txb_free
[4295713.537000] ipw2200: disagrees about version of symbol ieee80211_crypt_delayed_deinit
[4295713.537000] ipw2200: Unknown symbol ieee80211_crypt_delayed_deinit
[4295713.537000] ipw2200: disagrees about version of symbol ieee80211_wx_get_scan
[4295713.537000] ipw2200: Unknown symbol ieee80211_wx_get_scan
[4295713.537000] ipw2200: Unknown symbol escape_essid
[4295713.538000] ipw2200: disagrees about version of symbol ieee80211_rx
[4295713.538000] ipw2200: Unknown symbol ieee80211_rx
[4295713.538000] ipw2200: disagrees about version of symbol ieee80211_rx_mgt
[4295713.538000] ipw2200: Unknown symbol ieee80211_rx_mgt
[4296052.623000] ipw2200: disagrees about version of symbol ieee80211_get_crypto_ops
[4296052.623000] ipw2200: Unknown symbol ieee80211_get_crypto_ops
[4296052.623000] ipw2200: disagrees about version of symbol ieee80211_wx_set_encode
[4296052.624000] ipw2200: Unknown symbol ieee80211_wx_set_encode
[4296052.624000] ipw2200: disagrees about version of symbol ieee80211_wx_get_encode
[4296052.624000] ipw2200: Unknown symbol ieee80211_wx_get_encode
[4296052.624000] ipw2200: disagrees about version of symbol ieee80211_txb_free
[4296052.624000] ipw2200: Unknown symbol ieee80211_txb_free
[4296052.624000] ipw2200: disagrees about version of symbol ieee80211_crypt_delayed_deinit
[4296052.624000] ipw2200: Unknown symbol ieee80211_crypt_delayed_deinit
[4296052.624000] ipw2200: disagrees about version of symbol ieee80211_wx_get_scan
[4296052.624000] ipw2200: Unknown symbol ieee80211_wx_get_scan
[4296052.624000] ipw2200: Unknown symbol escape_essid
[4296052.624000] ipw2200: disagrees about version of symbol ieee80211_rx
[4296052.625000] ipw2200: Unknown symbol ieee80211_rx
[4296052.625000] ipw2200: disagrees about version of symbol ieee80211_rx_mgt
[4296052.625000] ipw2200: Unknown symbol ieee80211_rx_mgt
 
Old 11-14-2005, 09:18 PM   #2
guevera4
LQ Newbie
 
Registered: Oct 2005
Posts: 7

Original Poster
Rep: Reputation: 0
the problem seemed to be with some files from the older version of the 80211 hanging around. after enough locates and make cleans it loads.

--

now i can get the modules to load (ipw2200 and as a result ipw2200 and the firmware), but it still doesn't see any wireless hardware. i only get eth0.

the 2200 is invisible. but works fine if i boot in windows.

dmesg contains this clue:

bosque00@charlotte:~$ dmesg | grep ieee8
[4294876.788000] ieee80211_crypt: registered algorithm 'NULL'
[4294876.855000] ieee80211: 802.11 data/management/control stack, 1.1.6
[4294876.855000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
bosque00@charlotte:~$ dmesg | grep ipw
[4294876.993000] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.8
[4294876.993000] ipw2200: Copyright(c) 2003-2005 Intel Corporation


Last edited by guevera4; 11-15-2005 at 12:55 AM.
 
  


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
Ubuntu and Dell Inspiron 6000 rprakasam Linux - Laptop and Netbook 1 08-30-2005 02:52 PM
IPW2200 Wireless Card With Ubuntu Linux Corallis Linux - Wireless Networking 1 07-16-2005 11:29 AM
Ubuntu IPW2200 Problems Eklipz Linux - Newbie 1 11-13-2004 08:35 AM
Suse 9.1 on a Dell Inspiron 2650 Success but Sound & Mouse probs...Any Help? Testing901 Linux - Laptop and Netbook 1 07-08-2004 05:18 AM
Help with Dell TrueMobile 1100 wlan adapter on Dell inspiron 8200 with suse8.1 simpson75us Linux - Laptop and Netbook 0 08-11-2003 10:34 AM

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

All times are GMT -5. The time now is 11:49 AM.

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