kevin760515 / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

A0A110 no wifi eclair #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ethernet off wifi power cycles and report unable to scan for networks
2. works perfectly on donut built from source
3.

What is the expected output? What do you see instead?
expect to see available ssids instead see unable to scan for networks

What version of the product are you using? On what operating system?
eclair built from source

Please provide any additional information below.
ls sys/class/net returns
lo
eth0
wmaster0
wlan0

ls data/misc/wifi returns
sockets
wpa_supplicant.conf

lsmod returns

ath5k 106424 0- Live 0xf8e61000
mac80211 127692 1 ath5k, Live 0xf8e61000
cfg80211 35884 2 athh5k,mac80211 Live 0xf8e62000
r8169 31128 0 Live 0xf8c22000

wifi card is atheros5001 and ethernet is rtl8101e/8102e

Original issue reported on code.google.com by dustin.t.knight@gmail.com on 23 Jun 2010 at 7:04

GoogleCodeExporter commented 9 years ago
I am seeing the same issue in T91MT. It works with the donut release but 
doesn't work on eclair.

Original comment by rskant...@gmail.com on 3 Jul 2010 at 6:14

GoogleCodeExporter commented 9 years ago
Well, it seems to work again after the froyo merge. Can anyone explain to me 
why I have to use "noapic acpi=off" options for the wireless(ath9k) interface 
to be detected?

Original comment by rskant...@gmail.com on 7 Jul 2010 at 3:03