LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 03-10-2006, 02:53 PM   #1
everyonebleeds
Member
 
Registered: Jan 2005
Posts: 74

Rep: Reputation: 15
madwifi problem


alright well i got a netgear WG511T and im trying to install the madwifi driver using this http://madwifi.org/wiki/UserDocs/FirstTimeHowTo guide and i get to the part where it says type in as root:

wlanconfig ath0 create wlandev wifi0 wlanmode sta

once i hit enter i get something that says:

wlanconfig: ioctl: No such device
 
Old 03-10-2006, 04:44 PM   #2
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
edit hwconf and replace ath0 with wifi0, you may need to reboot
 
Old 03-10-2006, 05:38 PM   #3
everyonebleeds
Member
 
Registered: Jan 2005
Posts: 74

Original Poster
Rep: Reputation: 15
where is hwconf?
 
Old 03-11-2006, 06:02 PM   #4
JunctaJuvant
Member
 
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488

Rep: Reputation: 31
If you are using a recent svn snapshot (it would help to know which version of the madwifi-ng code you're using), there should be no need to manually create VAPs anymore. Just load the module and it automagically creates a VAP in station mode by default.
 
Old 03-11-2006, 07:37 PM   #5
everyonebleeds
Member
 
Registered: Jan 2005
Posts: 74

Original Poster
Rep: Reputation: 15
im not quite sure the version but i ran:
svn checkout http://svn.madwifi.org/trunk madwifi-ng
about a day or two ago, so i guess its the latest one out, and i really have no idea what your talking about w/ VAPs, like the power light to my card blinks, but i dont think my computer recongnizes it, and by the way i found my hwconfig and i think my wirless device was eth1, but i did change eth1 to wifi0, and nothing happened still

Last edited by everyonebleeds; 03-11-2006 at 08:03 PM.
 
Old 03-12-2006, 06:48 AM   #6
JunctaJuvant
Member
 
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488

Rep: Reputation: 31
Since you are using a recent version of madwifi-ng, you do NOT need to execute the command "wlanconfig ath0 create wlandev wifi0 wlanmode sta". This was only necessary with the code before january 23rd 2006, just like it says clearly on the page you posted. You only need to load the ath_pci module, as instructed on the madwifi page.
 
Old 03-12-2006, 05:55 PM   #7
everyonebleeds
Member
 
Registered: Jan 2005
Posts: 74

Original Poster
Rep: Reputation: 15
well it didnt work when i did that either so i figure i'd give wlanconfig ath0 create wlandev wifi0 wlanmode sta a shot, well i posted my entire install and my hwconf file on my site, http://piratesofsnellville.freewebspace.com/, the stuff i saw that looked weird i wrote on the bottom

Last edited by everyonebleeds; 03-12-2006 at 06:22 PM.
 
Old 03-12-2006, 07:15 PM   #8
JunctaJuvant
Member
 
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488

Rep: Reputation: 31
I perceive the following
Code:
desc: "Broadcom Corporation: Unknown device 4318"
This does not look right, because "Broadcom Corporation" is not "Atheros Communications", thus not supported by madwifi. That would certainly explain why madwifi isn't working for you.
 
Old 03-12-2006, 11:17 PM   #9
everyonebleeds
Member
 
Registered: Jan 2005
Posts: 74

Original Poster
Rep: Reputation: 15
thats weird because i looked at the supported list on the madwifi site and this card was on it, and i just tried ndiswrapper w/ it, and that didnt work either

Last edited by everyonebleeds; 03-13-2006 at 01:34 AM.
 
Old 03-13-2006, 05:34 AM   #10
JunctaJuvant
Member
 
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488

Rep: Reputation: 31
You could also try using the rpm method described here and here. When you reboot, try "lspci | grep Atheros". You should see something like this:
Code:
01:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
If you don't see anything like that, check wether the module is loaded with "lsmod | grep ath_pci". If the module is loaded and the output of lspci is not like I posted above, then I think we have a big problem.
Hope that helps.

PS
Regarding ndiswrapper: AFAIK that should work with this card as well. Although madwifi is preferable.

Last edited by JunctaJuvant; 03-13-2006 at 07:08 AM.
 
Old 03-13-2006, 03:03 PM   #11
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
Drivers for Broadcom 4318 can be found here:

http://bcm43xx.berlios.de/
 
Old 03-13-2006, 05:16 PM   #12
everyonebleeds
Member
 
Registered: Jan 2005
Posts: 74

Original Poster
Rep: Reputation: 15
well i just updated my kernel so i tried to see if that helped, but now i get this error:

[root@localhost madwifi-ng]# make
/bin/sh: line 0: cd: /lib/modules/2.6.15-1.1833_FC4/build: No such file or directory
Makefile.inc:104: *** KERNELPATH: does not exist. Stop.
 
Old 03-13-2006, 05:58 PM   #13
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
Do you have the kernel source installed? It looks like it is telling you the folder that it is supposed to be in does not exist. Or maybe there is no link to it, if it is there.
 
Old 03-13-2006, 10:01 PM   #14
everyonebleeds
Member
 
Registered: Jan 2005
Posts: 74

Original Poster
Rep: Reputation: 15
i just installed it with yum, i just reinstalled FC4 and tried it again, but it was the same thing

Last edited by everyonebleeds; 03-13-2006 at 10:33 PM.
 
Old 03-13-2006, 10:48 PM   #15
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
You seem to be having quite a bit of trouble. I don't normally suggest a distro as a fix, but I read that Ubuntu should recognize your wireless card. Maybe you could try the Ubuntu live CD, just to see if it works.
 
  


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
Madwifi-old + Aircrack/Trouble compiling madwifi Ashex Linux - Software 7 04-05-2006 11:39 PM
Madwifi-old + Aircrack/Trouble compiling madwifi Ashex Linux - Software 0 03-05-2006 06:55 PM
madwifi problem urban_hermit Linux - Wireless Networking 1 11-26-2005 04:04 PM
MadWifi Problem zephyr.zhao Linux - Networking 7 10-23-2005 01:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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