Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

net.ath0 cant find access point

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

net.ath0 cant find access point

  • Quote

Post by DaggyStyle » Wed May 10, 2006 6:01 pm

hello.
I have a problem with net.ath0
when it boots or when I boot it, I get this:

Code: Select all

FireBlade dagg # /etc/init.d/net.ath0 start
 * Starting ath0
 *   Configuring wireless network for ath0
 *     no access points found
 *   Couldn't find any access points on ath0
 *   Failed to configure wireless for ath0                                [ !! ]
FireBlade dagg #  
when I want to load it, I need to use the iwconfig
my kernel is 2.6.16-r6 with all needed kernel included

kernel-2.6

Code: Select all

ath_pci
ath_hal
ath_rate_sample
wlan
wlan_acl
wlan_ccmp
wlan_tkip
wlan_xauth
wlan_wep
wlan_scan_sta
wlan_scan_ap
network adaptor is WG511T
madwifi-ng and madwifi-ng-tools version is 0.1531.20060427
also tried with stable version and the old driver

how can I fix it?

dagg
Top
herrzattacke
n00b
n00b
Posts: 49
Joined: Sun Oct 26, 2003 1:41 pm

  • Quote

Post by herrzattacke » Thu May 11, 2006 9:21 am

same problem no answer ...

I think there is something missing in the baselayout but I'm not shure
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Thu May 11, 2006 3:39 pm

what version of baselayout you have?
Top
magbenji
n00b
n00b
User avatar
Posts: 45
Joined: Wed Mar 17, 2004 6:30 pm
Location: I-duh-no, USA

  • Quote

Post by magbenji » Fri May 19, 2006 6:12 pm

I have this same error. It seems like my wireless config in conf.d/net or conf.d/wireless is totally being ignored by the script. Right now I have to bring the card up manually by doing

Code: Select all

#iwconfig wlan0 essid blah key XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX enc open
#ifconfig wlan0 up
#dhcpcd wlan0
I have all of this stuff in the init script (and I've tried many different ways of giving it this info), but no dice... has anyone found a solution yet?
Top
magbenji
n00b
n00b
User avatar
Posts: 45
Joined: Wed Mar 17, 2004 6:30 pm
Location: I-duh-no, USA

  • Quote

Post by magbenji » Fri May 19, 2006 6:14 pm

btw... i have baselayout = 1.12.0_pre19-r2
Top
UberLord
Retired Dev
Retired Dev
User avatar
Posts: 6838
Joined: Thu Sep 18, 2003 10:26 am
Location: Blighty
Contact:
Contact UberLord
Website

  • Quote

Post by UberLord » Fri May 19, 2006 7:08 pm

This is a known problem with madwifi - best solution is to use wpa_supplicant to manage your connection even if your AP doesn't use WPA.
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Top
magbenji
n00b
n00b
User avatar
Posts: 45
Joined: Wed Mar 17, 2004 6:30 pm
Location: I-duh-no, USA

  • Quote

Post by magbenji » Fri May 19, 2006 8:17 pm

I'm using ndiswrapper not madwifi... does it make a difference?
Top
magbenji
n00b
n00b
User avatar
Posts: 45
Joined: Wed Mar 17, 2004 6:30 pm
Location: I-duh-no, USA

  • Quote

Post by magbenji » Fri May 19, 2006 11:36 pm

I tried changing to wpa_supplicant but still get the same problem.

Here are my config files:
/etc/conf.d/net

Code: Select all

modules=( "wpa_supplicant" )
wpa_supplicant_wlan0="-Dndiswrapper -c/etc/wpa_supplicant.conf"
wpa_timeout_wlan0=20
modules=( "dhcpcd" )
config_wlan0=( "dhcp" )
dhcpcd_wlan0="-t 20"
/etc/wpa_supplicant.conf

Code: Select all

ctrl_interface=/var/run/wpa_supplicant
ap_scan=2

network={
        ssid="XXXXXXX"
        key_mgmt=NONE
        wep_key0=XXXXXXXXXXXXXXXXXXXXXX
        wep_tx_keyidx=0
        auth_alg=OPEN
}
wpa_supplicant seems to work... but not when i put it into the init script :cry:
Top
Fi
n00b
n00b
Posts: 33
Joined: Sat Jul 27, 2002 10:23 pm

Madwifi does not work ndiswrapper does

  • Quote

Post by Fi » Mon Jun 19, 2006 9:12 am

Hi there,

I'm having some similar problems here, i have a dlinkag660
bought in north america
workd well there at least in b modulation using wep

I'm in europe at the moment, and cant associate with an acces point (linksys here)
iwlist scan finds the ap, reports a poor link quality, thought i'm just by the ap
the card keeps scanning, even though i tell it wich channel essid and ap to use
madiwifi-ng madwifi-old same results

ndiswrapper works (though it is reported 0/100 for link quality but it is almost perfect and using 54Mb modulation)

any Ideas? i would prefer to use madwifi than windows drivers

i havent tried wpa_supplicant yet

regards,

P.L.
Top
Shadow84
n00b
n00b
Posts: 10
Joined: Fri Jun 23, 2006 8:23 am
Location: Rheinland Pfalz

  • Quote

Post by Shadow84 » Sat Aug 12, 2006 11:46 am

@ Fi

I think you have to change the frequency. There is an other frequency in Europe as in North America.

@all

You have to config the /etc/conf.d/net

[code]modules=( "wpa_supplicant" )
# Users of madwifi add this:
wpa_supplicant_ath0="-Dmadwifi"
# Users of Intel ipw2100/2200 (Centrino) chips with older kernels add this:
wpa_supplicant_ath0="-Dipw"
wpa_timeout_ath0=60
# As of kernel 2.6.15 (and probably earlier), centrino users have to use
wpa_supplicant_ath0="-Dwext"
wpa_timeout_ath0=60
[/code]
Top
Post Reply

10 posts • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic