Fedora Linux Support Community & Resources Center
  #1  
Old 13th August 2006, 10:03 PM
blahboybang Offline
Registered User
 
Join Date: Jul 2005
Posts: 68
pre-compiled linux-wlan-ng

My problem is that whenever I try to compile anything, I am flooded with errors and fail miserably.

For this reason, I need a place to get a pre-compiled linux-wlan-ng package for kernel version 2.6.17-1.2145_FC5.

If someone could provide me with a link, or compile it for me, that would be appreciated.
Reply With Quote
  #2  
Old 13th August 2006, 10:07 PM
Antifreeze Offline
Registered User
 
Join Date: Feb 2006
Location: Baton Rouge, LA
Age: 40
Posts: 107
Could you possibly paste some of these errors here for us, we might actually be able to tell you how to fix the problem.
__________________
:D ~ Antifreeze
Registered Linux User #385952
System Specs:
F12 Linux 2.6.31.9, Intel Centrino 1.86ghz, 120gb hd, 2gb ram
Reply With Quote
  #3  
Old 13th August 2006, 10:59 PM
blahboybang Offline
Registered User
 
Join Date: Jul 2005
Posts: 68
Here. The log is too big, so I uploaded it to fileanchor.

http://fileanchor.com/52910
Reply With Quote
  #4  
Old 14th August 2006, 01:09 AM
Antifreeze Offline
Registered User
 
Join Date: Feb 2006
Location: Baton Rouge, LA
Age: 40
Posts: 107
First, I noticed you were not logged in as root when you compiled. Try SU'ing and compiling that way.

CMD
Quote:
su -
__________________
:D ~ Antifreeze
Registered Linux User #385952
System Specs:
F12 Linux 2.6.31.9, Intel Centrino 1.86ghz, 120gb hd, 2gb ram
Reply With Quote
  #5  
Old 14th August 2006, 05:58 AM
blahboybang Offline
Registered User
 
Join Date: Jul 2005
Posts: 68
still, same results
It's like this for everything.
Reply With Quote
  #6  
Old 14th August 2006, 11:32 AM
paolosca Offline
Registered User
 
Join Date: Jul 2006
Location: Denpasar, Indonesia
Posts: 100
Compiling as a normal user is a good security practice, you need to be root just when you actually install the kernel modules (make install).

Most of the log you sent are just warnings and you can safely ignore them, the error you get at the end is a missing file (/usr/devel/linux-wlan-ng-0.2.3/src/p80211/Modules.symvers).

Sorry for asking but are you sure the kernel headers (kernel-devel) for your current kernel are installed?

Paolo.
Reply With Quote
  #7  
Old 15th August 2006, 07:22 PM
blahboybang Offline
Registered User
 
Join Date: Jul 2005
Posts: 68
I read the readme for a change.

It looks like I need to configure the kernel source first.
I'm going to need the official list of configurations used for the 2.6.17-1.2145_FC5 kernel.

I also need configured PCMCIA_cs source. I need it configured the same way it is on FC5. Anyone know where I can find this?
Reply With Quote
  #8  
Old 16th August 2006, 05:31 PM
blahboybang Offline
Registered User
 
Join Date: Jul 2005
Posts: 68
ok, kernel source is configured.
Why is Modules.symvers missing, and how do I fix it?
Reply With Quote
  #9  
Old 16th August 2006, 07:17 PM
LinuxManMikeC's Avatar
LinuxManMikeC Offline
Registered User
 
Join Date: Aug 2005
Location: Ohio, USA
Age: 28
Posts: 299
I am all too familiar with this problem. A change in the kernel build process at the 2.6.17 version broke the compilation of the wlan-ng drivers. I got tired of waiting for a fix and booting FC4 with an old kernel, so I upgraded to FC5 and finally my SMC2532W worked with the drivers included in the kernel. After a kernel upgrade and some tweaking I got my card working with the hostap drivers (the orinoco drivers don't offer as many advanced options for prism chips). I have been keeping tabs on the wlan-ng project and there was a patch in the works and I recently read that a fix is in the latest svn version. I personally won't try the wlan-ng drivers until the next release and even then I may not use them. I found the hostap drivers to be easier to use and to integrate better with the desktop.

Edit: I belive this problem affects all 2.6.17 kernels, not just Fedora.
Reply With Quote
  #10  
Old 16th August 2006, 11:18 PM
blahboybang Offline
Registered User
 
Join Date: Jul 2005
Posts: 68
Hostap claims that their drivers are included in all newer kernels. I didn't think so, so I tried to compile the hostap drivers myself, but it seems that one of the makefiles is missing.

wtf?
Reply With Quote
  #11  
Old 19th August 2006, 02:05 PM
LinuxManMikeC's Avatar
LinuxManMikeC Offline
Registered User
 
Join Date: Aug 2005
Location: Ohio, USA
Age: 28
Posts: 299
You don't need to compile the hostap drivers yourself, they are included in the FC5 kernels. You may need to blacklist the orinoco drivers for it to work.
Reply With Quote
  #12  
Old 19th August 2006, 05:01 PM
centos_x Offline
Registered User
 
Join Date: Apr 2005
Location: italia
Posts: 157
Agreed on hostap much easier......I have to compile them FC3

I completely remove orinoco modules, depmod -a

add to modprobe.conf
install wlan0 /sbin/modprobe --ignore-install hostap_pci && sleep 2 && /usr/sbin/hostap_fw_load wlan0

make a configuration ifcfg-wlan0 in /etc/sysconfig/network-scripts/

Everything works great prism2.5 cheap D-LINK rev.E
Reply With Quote
  #13  
Old 19th August 2006, 10:34 PM
blahboybang Offline
Registered User
 
Join Date: Jul 2005
Posts: 68
install: unrecognized option `--ignore-install'
Reply With Quote
  #14  
Old 20th August 2006, 12:38 AM
blahboybang Offline
Registered User
 
Join Date: Jul 2005
Posts: 68
wtf do I put in ifcfg-wlan0??? Be more specific, I have no idea what to do. It still isn't working.
Reply With Quote
  #15  
Old 20th August 2006, 03:07 AM
LinuxManMikeC's Avatar
LinuxManMikeC Offline
Registered User
 
Join Date: Aug 2005
Location: Ohio, USA
Age: 28
Posts: 299
blahboybang, activate the NetworkManager service and you won't have to monkey with that ifcfg file. NetworkManager will manage your configurations on the fly, handy considering this is for WiFi, especially if its a laptop. It will scan and find all access points in range and ask for encryption keys as needed. Has a nice little tray icon in Gnome.

Ignore centos_x, he is using FC3 and compiling the drivers himself. It is unlikely it will apply to you, I didn't need to do any of that.

You may or may not need the following---
Edit /etc/modprobe.d/blacklist and add 3 lines to it:
Code:
blacklist orinoco
blacklist orinoco_cs
blacklist hermes
Reply With Quote
Reply

Tags
linuxwlanng, precompiled

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
linux/wireless.h: present but cannot be compiled RiotingPacifist Using Fedora 0 6th August 2009 06:53 AM
linux-wlan-ng blahboybang Hardware & Laptops 4 10th July 2006 04:38 AM
WLAN: DWL-122 USB and WLAN-LINUX-NG Camino Hardware & Laptops 1 6th January 2006 07:50 PM
linux-wlan-ng and VPN NLS Servers & Networking 0 5th April 2005 05:10 PM
linux-wlan-ng and fc2 with dlink -122 srinathcs Servers & Networking 0 12th September 2004 09:46 PM


Current GMT-time: 06:56 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat