Open GoogleCodeExporter opened 9 years ago
What kernel were you using? Eclair has the wifi driver as a module, so if the
version
in your file system doesn't match the kernel, it won't work.
Original comment by scarhill
on 18 Feb 2010 at 12:49
to me neither worked wifi!
Original comment by baxterp...@gmail.com
on 18 Feb 2010 at 2:54
To get wifi working in Master I had to set the "Regulatory domain" option to 11
channels. You find it on the Advanced menu option - push the menu button when
you are
in Wi-Fi settings. Different countries have regulated different channel ranges
as
allowable.
Not sure why this should be an issue as I use channel 3, but Wifi has been
behaving
perfectly with my home WAP router since. Need to play a bit with other options
and
builds to see if this is always needed.
Original comment by hmu...@gmail.com
on 19 Feb 2010 at 8:43
Original comment by hmu...@gmail.com
on 19 Feb 2010 at 8:44
When i go to settings->networks...->Wi-Fi->I can`t run wifi menu.(I have Polish
menu)
I can`t change any wifi settings, I think becuase module doesn`t load on boot,
and
without root is impossible to run it, after launching process. I
Original comment by willingm...@gmail.com
on 19 Feb 2010 at 8:59
[deleted comment]
Using android-on-freerunner-master-daily-20100302.tar.bz2, apparently only root
is
able to read the wpa_supplicant.conf file :
D/SettingsWifiEnabler( 1156): Received wifi state changed from Disabled to
Enabling
E/WifiHW ( 859): Cannot access "/data/misc/wifi/wpa_supplicant.conf":
Permission denied
E/WifiHW ( 859): Wi-Fi will not be enabled
E/WifiService( 859): Failed to start supplicant daemon.
user@localhost:~% ./adb shell ls -l /data/misc/wifi/wpa_supplicant.conf
-rw-rw---- root root 950 2010-01-27 01:45 wpa_supplicant.conf
user@localhost:~% ./adb shell chmod 666 /data/misc/wifi/wpa_supplicant.conf
... and now it works :-D
Original comment by kewlcat...@gmail.com
on 6 Mar 2010 at 6:38
In Master/Eclair builds wi-fi don`t work after first launch. After reboot
everything
works correctly.
Sorry, I`m not native English.
Original comment by willingm...@gmail.com
on 24 Apr 2010 at 7:21
Forget about my "Permission denied" error message !
It was caused by the fact that I "adb push" the wpa_supplicant.conf file after
install, and adb overwrites the file with root.root ownership instead of
system.wifi
It works fine with master-daily-20100522
Original comment by kewlcat...@gmail.com
on 30 May 2010 at 11:36
Original issue reported on code.google.com by
willingm...@gmail.com
on 17 Feb 2010 at 11:09