LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 05-31-2007, 02:50 PM   #1
elachys
LQ Newbie
 
Registered: May 2007
Posts: 7

Rep: Reputation: 0
Wireless LAN Driver Woes


So. I've just got hold of mandriva (spring edition i think...).
Everything works brilliantly on my laptop. Except my wireless LAN.

Since it's an
Code:
Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
I thought BRILLIANT not only are there linux drivers for it. But they come with the distro!

Unfortunately they do not work so well!


/var/log/messages says:
Code:
May 31 20:30:34 localhost kernel: ieee80211: Unknown symbol ieee80211_debug_level
May 31 20:30:34 localhost kernel: ieee80211: Unknown symbol ieee80211_debug_level
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_get_encodeext
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_set_encode
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_get_encode
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_txb_free
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_set_encodeext
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_get_scan
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol escape_essid
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_freq_to_channel
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_set_geo
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_rx
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_get_channel
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_channel_to_index
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_rx_mgt
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_get_geo
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol free_ieee80211
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_tx_frame
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_is_valid_channel
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol ieee80211_get_channel_flags
May 31 20:30:34 localhost kernel: ipw3945: Unknown symbol alloc_ieee80211
May 31 20:31:20 localhost kernel: ieee80211: Unknown symbol ieee80211_debug_level
May 31 20:31:20 localhost kernel: ieee80211: Unknown symbol ieee80211_debug_level
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_get_encodeext
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_set_encode
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_get_encode
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_txb_free
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_set_encodeext
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_wx_get_scan
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol escape_essid
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_freq_to_channel
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_set_geo
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_rx
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_get_channel
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_channel_to_index
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_rx_mgt
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_get_geo
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol free_ieee80211
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_tx_frame
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_is_valid_channel
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol ieee80211_get_channel_flags
May 31 20:31:20 localhost kernel: ipw3945: Unknown symbol alloc_ieee80211
Not sure what "Unknown symbol" means?
Could someone point me in the right direction?

Thanks in advance.
 
Old 05-31-2007, 10:49 PM   #2
Coldfire
LQ Newbie
 
Registered: May 2003
Distribution: Ubuntu
Posts: 22

Rep: Reputation: 15
Does Mandriva come with ndiswrapper?
 
Old 06-01-2007, 12:53 AM   #3
elachys
LQ Newbie
 
Registered: May 2007
Posts: 7

Original Poster
Rep: Reputation: 0
Yup! But none of the drivers i download from itel seem to work!

I've checked the ndiswrapper website and i can't find the exact driver version they suggest.
 
Old 06-01-2007, 09:21 AM   #4
Coldfire
LQ Newbie
 
Registered: May 2003
Distribution: Ubuntu
Posts: 22

Rep: Reputation: 15
My guess from those "unknown symbol" messages is that you probably have some kind of driver conflict (where two modules are getting loaded at once). Can you post the output of lsmod so we can see what modules you have loaded?

I saw a post on linuxforums where they mentioned that Vista drivers won't work-apparently only the XP ones do. You aren't trying to load Vista drivers are you?
 
Old 06-11-2007, 06:43 PM   #5
DiBosco
Member
 
Registered: Nov 2001
Location: Manchester, UK
Distribution: Mageia
Posts: 807

Rep: Reputation: 40
Did you try:

Start Menu | System | Configuration | Configure your computer

Go to Network and Internet and click on Setup a New Network Interface then choose Wireless?

I did that on my laptop and it told me what Intel drivers to download and where to get them and put them. Was very straightforward; much easier than the time I had to get madwifi drivers going!
 
  


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
Wireless Driver Woes Israel213 Linux - Wireless Networking 2 01-04-2006 03:33 PM
Should i install the zd1201 driver for usb wireless lan? dr_zayus69 Linux - Hardware 3 12-23-2005 03:17 PM
3Com 11Mbps Wireless LAN NIC driver? csvke Linux - Wireless Networking 0 01-09-2005 10:10 AM
Driver for Wireless lan for HP Omnibook 6100 KTLiberty Linux - Hardware 0 06-21-2004 11:07 AM
installing driver for truemobile integreted wireless lan donewithMS Linux - Newbie 12 03-27-2004 12:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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