View previous topic :: View next topic |
Author |
Message |
maZan Tux's lil' helper
Joined: 30 Apr 2004 Posts: 78 Location: Sweden
|
Posted: Wed Nov 02, 2005 5:39 pm Post subject: ath0 error / button error?? |
|
|
I have trying to install my wireless nic fore awile now!
So my question is why dosen't the ath0 work.
My laptop is a: HP Pavilion ze2000 amd sempron 2800+
lspci |grep Network:
Code: |
0000:05:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) |
What I think is the problem here is that I have a button to activate the card and so on. When I use it in windows it is a blue light how tell me if it's on or not.
But when I try it in linux this buttom dont work, I have tryed to se if it's give me a keycode with "xev" but it's totaly dead!
So is this my problem why I cant find my wlan card.
Someone how can guid me to activate this button in linux or away to get around it, so I can use my wlan.
Thanks
//maZan _________________ Impossible is just a big word thrown around by small men who find it easier to live in the world they've been given than to explore the power they have to change it. Impossible is not a declaration. Impossible is potential. Impossible is temporary. |
|
Back to top |
|
|
maZan Tux's lil' helper
Joined: 30 Apr 2004 Posts: 78 Location: Sweden
|
Posted: Thu Nov 03, 2005 5:25 pm Post subject: |
|
|
Should I rest my case or what
I think I have read all the threads about wlan in this forum, I have tryed diffrent things like ndiswrapper and some other things. When I modprobe I'll get no errors but I cant start ath0 it's not there and yes I have symlinked it to net.lo ...
But I really think there's no power to the interface because of my "button"
This is what I think is the error that I cant see my wlan card.
But there must be some kind of workaround or something (I hope)
Tnx _________________ Impossible is just a big word thrown around by small men who find it easier to live in the world they've been given than to explore the power they have to change it. Impossible is not a declaration. Impossible is potential. Impossible is temporary. |
|
Back to top |
|
|
maZan Tux's lil' helper
Joined: 30 Apr 2004 Posts: 78 Location: Sweden
|
Posted: Mon Nov 07, 2005 4:22 pm Post subject: |
|
|
Ok Im think Im bak in the game now.
I found some driver how worked fore me.
But I cant connect to my wlan I use wpa-psk.
this is my wlan0:
Code: | wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.412 GHz Access Point: 00:00:00:00:00:00
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
Link Quality:100/100 Signal level:-53 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0 |
And this is my /etc/conf.d/net:
Code: | config_wlan0=( "dhcp" )
modules=( "wpa_supplicant" "!iwconfig" )
wpa_supplicant_wlan0="-dddd -Dndiswrapper"
dhcp_wlan0="nontp nonis"
wpa_timeout_wlan0=10
essid_wlan0="xxx" |
And this is my /etc/wpa_supplicant.conf
Code: | ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="xxx"
scan_ssid=1
psk="xxxxxxx"
pairwise=TKIP
key_mgmt=WPA-PSK
proto=WPA
group=TKIP
# The higher the priority the sooner we are matched.
priority=5
}
|
When I try to start wlan0.
Code: |
/etc/init.d/net * Caching service dependencies ... [ ok ]
* Starting wlan0
* Starting wpa_supplicant on wlan0 ...
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'ndiswrapper'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
Line: 6 - start of a new network block
ssid - hexdump_ascii(len=5):
6d 61 7a 61 6e xxx
scan_ssid=1 (0x1)
PSK (ASCII passphrase) - hexdump_ascii(len=11): [REMOVED]
pairwise: 0x8
key_mgmt: 0x2
proto: 0x1
group: 0x8
priority=5 (0x5)
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 5
id=0 ssid='xxx'
Initializing interface (2) 'wlan0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
Own MAC address: 00:90:4b:f9:c7:20
Setting scan request: 0 sec 100000 usec
Daemonize.. [ ok ]
* timed out .wlan0 start
|
Is there someone how have a sugestion what can be wrong here. plz help
iwlist wlan0 scan: I found my net and 2 more so it must work.
Tnx
//mazan _________________ Impossible is just a big word thrown around by small men who find it easier to live in the world they've been given than to explore the power they have to change it. Impossible is not a declaration. Impossible is potential. Impossible is temporary. |
|
Back to top |
|
|
|