yucemahmut / android-on-freerunner

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

Eclair wifi #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Extract android-on-freerunner-eclair-week-2009-53.zip on sd card
2.Launch phone
3.

What is the expected output? What do you see instead?
On boot
sdio_ar6000 mmc1:0001:1 deviceInstertedHandler -1
sdio_ar6000 mmc1:001:1 kthread_stop (ar6000_io) -1
ar6000_activate  Failed to activates -4 

Later in settings is impossible to launch wifi.

What version of the product are you using? On what operating system?
android-on-freerunner-eclair-week-2009-53
Please provide any additional information below.
Rebooting phone doesn`t help.
Adata micro sd card 2gb.

Original issue reported on code.google.com by willingm...@gmail.com on 17 Feb 2010 at 11:09

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
to me neither worked wifi!

Original comment by baxterp...@gmail.com on 18 Feb 2010 at 2:54

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by hmu...@gmail.com on 19 Feb 2010 at 8:44

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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