| Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-04-2005, 05:05 PM
|
#1
|
|
Member
Registered: Apr 2004
Location: NY
Distribution: RHEL and Fedora
Posts: 30
Rep:
|
madwifi driver for RHEL4
Hi,
I am using RHEL4 on my IBM THinkpad G40.
I have Proxim's Orinoco Gold card (Atheros Chip-set) , and Linksys WPC54G.
I need help to configure any of these card to my laptop.
I am using kernel 2.6.9-5.0.3.EL .
I don't have kernel source code to compile madwifi or Ndiswraper .
Is there any wireless card in this universe work with Linux Kernel 2.6 with out compiling driver from source code.
Please help me....
regards/Naren
|
|
|
|
03-04-2005, 05:21 PM
|
#2
|
|
Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,697
Rep:
|
If you have prism54 compiled in the kerenl then Netgear wg511 work great. BEWARE Make sure you get one that says ' Made in Taiwan ' on the box. They are 2.0 version. The ones in the boxes that say ' Made in China ' are 3.0 and do not use the prism54 drivers. Read over this for install setup for the firmware. http://www.linuxquestions.org/questi...hreadid=295200
Brian1
" Google the Linux way @ http://www.google.com/linux "
|
|
|
|
03-04-2005, 05:32 PM
|
#3
|
|
Member
Registered: Apr 2004
Location: NY
Distribution: RHEL and Fedora
Posts: 30
Original Poster
Rep:
|
How to know that my kernel is compilled for prism54 ???
Regards/Naren
|
|
|
|
03-04-2005, 05:37 PM
|
#4
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,830
|
you will have a module by that name on your system. try "modinfo prism54" to see if it finds it. if it's there you can just "modprobe prism54" to get it to pick up any devices it can find.
|
|
|
|
03-04-2005, 05:42 PM
|
#5
|
|
Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,697
Rep:
|
To understand where modules are goto /lib/modules. Should see something like this ' 2.6.9-5.0.3 ' from info from above post. Then goto /kernel/drivers/net/wireless/prism54/prism.ko
Example of mine.
/lib/modules/2.6.11-rc3/kernel/drivers/net/wireless/prism54/prism54.ko
Brian1
" Google the Linux way @ http://www.google.com/linux "
Last edited by Brian1; 03-04-2005 at 05:44 PM.
|
|
|
|
03-04-2005, 06:57 PM
|
#6
|
|
Member
Registered: Mar 2004
Location: Meersburg (GER)
Distribution: Cygwin,RH 7.2 7.3, SuSe 6.4 8.2 9.1,TinyLinux, Debian Sarge, Knoppix 3.*, Knoppicilin, Knoppix STD
Posts: 191
Rep:
|
HI
about your Proxim, I got the silver version of the card and am using the MADWIFI drivers for it
except for some tweaking of the kernel conf, one modprobe and one ed on the /etc/modules
there was not much to it.
This should tell you most of what you want to know about how to create the drivers
http://www.mattfoster.clara.co.uk/madwifi-faq.htm
after you invoked
simply call
and this should bring up the card
for further notice add "ath_pci" to the /etc/modules
I also found it helpful to google for your distro + madwifi to find a more detailed description about the compile, as I compiled it on diffrent distros and some need some tweaking (e.g. Debian Sarge)
Hope it helps
BTW this driver works like a dream with KISMET and AIRSNORT
|
|
|
|
03-04-2005, 07:05 PM
|
#7
|
|
Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,697
Rep:
|
I don't think madwifi modules require source kernel to be installed. It just uses the location of your modules. I could be wrong. Been a long time since messing with madwifi stuff.
Brian1
|
|
|
|
03-04-2005, 07:12 PM
|
#8
|
|
Member
Registered: Mar 2004
Location: Meersburg (GER)
Distribution: Cygwin,RH 7.2 7.3, SuSe 6.4 8.2 9.1,TinyLinux, Debian Sarge, Knoppix 3.*, Knoppicilin, Knoppix STD
Posts: 191
Rep:
|
It needed it in my case, first time I installed them it complained about my kernel config file missing.
Could be that you can 'fake it' but I simply followed the "step-by-step" instructions and it worked, so no reason to complain
But I basically did nothing to the kernel except install the src, and create a config (which debian obligingly stores in /boot for you)
Isnt it all fun - specially when it is finally working
|
|
|
|
03-05-2005, 12:14 PM
|
#9
|
|
Member
Registered: Apr 2004
Location: NY
Distribution: RHEL and Fedora
Posts: 30
Original Poster
Rep:
|
Hi Brian1,
i brougnt Netgear WG511-V2(Made in Thiwan).
It is not working.
lspci -v results:
03:00.0 Ethernet controller: Marvell Technology Group Ltd.: Unknown device 1faa (rev 03)
Subsystem: Netgear: Unknown device 4e00
Flags: 66Mhz, medium devsel, IRQ 11
Memory at 30800000 (32-bit, non-prefetchable) [disabled] [size=64K]
Memory at 30810000 (32-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: [40] Power Management version 2
did i got any wrong card.
FCC ID: PY3WG511V2H1
tell me what to do ????
regards/Naren
|
|
|
|
03-05-2005, 12:22 PM
|
#10
|
|
Member
Registered: Apr 2004
Location: NY
Distribution: RHEL and Fedora
Posts: 30
Original Poster
Rep:
|
hi i forgot to mention about driver:
i have:
/lib/modules/2.6.9-5.0.3.EL/kernel/drivers/net/wireless/prism54/prism54.ko
[root@localhost prism54]# /sbin/modinfo prism54
filename: /lib/modules/2.6.9-5.0.3.EL/kernel/drivers/net/wireless/prism54/prism54.ko
parm: init_mode:Set card mode:
0: Auto
1: Ad-Hoc
2: Managed Client (Default)
3: Master / Access Point
4: Repeater (Not supported yet)
5: Secondary (Not supported yet)
6: Monitor
parm: init_channel:Check `iwpriv ethx channel` for available channels
parm: init_authen:Authentication method. Can be of seven types:
0 0x0000: None
1 0x0001: DOT11_AUTH_OS (Default)
2 0x0002: DOT11_AUTH_SK
3 0x0003: DOT11_AUTH_BOTH
parm: init_dot1x:
0: None/not set (Default)
1: DOT11_DOT1X_AUTHENABLED
2: DOT11_DOT1X_KEYTXENABLED
parm: init_mlme:Sets the MAC layer management entity (MLME) mode of operation,
0: DOT11_MLME_AUTO (Default)
1: DOT11_MLME_INTERMEDIATE
2: DOT11_MLME_EXTENDED
author: [Intersil] R.Bastings and W.Termorshuizen, The prism54.org Development Team <prism54-devel@prism54.org>
description: The Prism54 802.11 Wireless LAN adapter
license: GPL
vermagic: 2.6.9-5.0.3.EL 686 REGPARM 4KSTACKS gcc-3.4
depends:
alias: pci:v00001260d00003890sv*sd*bc*sc*i*
alias: pci:v000010B7d00006001sv*sd*bc*sc*i*
alias: pci:v00001260d00003877sv*sd*bc*sc*i*
alias: pci:v00001260d00003886sv*sd*bc*sc*i*
|
|
|
|
03-08-2005, 11:00 PM
|
#11
|
|
Member
Registered: Apr 2004
Location: NY
Distribution: RHEL and Fedora
Posts: 30
Original Poster
Rep:
|
hi Gibsonist,
thanks for info... i installed mad_wifi..it is working fine..
regards/Naren
|
|
|
|
05-23-2005, 03:36 PM
|
#12
|
|
LQ Newbie
Registered: May 2005
Posts: 1
Rep:
|
Hi narensr!
Is it true, that you are running a card that shows up like:
Code:
0000:02:00.0 Ethernet controller: Marvell Technology Group Ltd.: Unknown device 1faa (rev 03)
Subsystem: Netgear: Unknown device 4e00
Flags: 66Mhz, medium devsel, IRQ 11
Memory at 20800000 (32-bit, non-prefetchable) [disabled]
Memory at 20810000 (32-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: [40] Power Management version 2
With the madwifi driver (ath_pci) ?
In Post #9 you say this particular PCMCIA card has FCC ID: PY3WG511V2H1
My Card has the exact same FCC ID but i couldnt get it working with madwifi.
(The Module loads fine, but no ath0 device is created.)
Would you be so nice to confirm again that you are running this card with madwifi? And if so, maybe you could say, what else you did to get it running..
many thanks in advance
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:36 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|