Hello Ken Yang,
Sorry for very late. Here is link to compiled kernel on Google Drive
https://docs.google.com/file/d/0B7PmdsPeTtVOeHpHQ3dNX0pDMk0/edit?usp=sharing.
** USB WiFi adapter must be plugged in before power-on.
1. extract content to root file system.
tar -xvf kernel.tar.gz -C /
2. Rebuild the module list.
depmod -a
3. Probe the module.
modprobe 8188eu
4. Generate encrypted WiFi pass phrase.
wpa_passphrase <ssid> <passphrase>
ex. My SSID=Sek, passphrase=sekranger
wpa_passphrase Sek sekranger
This command will output something similar to this.
network={
ssid="Sek"
#psk="sekranger"
psk=f5d1c49e15e679bebe385c37648d4141bc5c9297796a8a185d7bc5ac62f954e3
}
5. copy your encrypted pass phrase. For me, it's:
f5d1c49e15e679bebe385c37648d4141bc5c9297796a8a185d7bc5ac62f954e3
6. Use your favorite text editor to edit /var/lib/connman/wifi.config.
If it doesn't exists, create one.
7. Put this into wifi.config.
[service_home]
Type=wifi
Name=<ssid>
Passphrase=<encrypted_passphrase>
ex.
[service_home]
Type=wifi
Name=Sek
Passphrase=f5d1c49e15e679bebe385c37648d4141bc5c9297796a8a185d7bc5ac62f954e3
8.restart your BBB.
9.If you have any issue, please let me know. I may not be to help you. But we
can mess everything up together. LOL
On Saturday, October 12, 2013 12:17:30 AM UTC+7, Ken Yang wrote:
>
> Thanks so much. Please share what you had. I understand the risk and will
> not be blaming you if anything happens to my BBB LOL
>
> On Friday, 11 October 2013 06:24:11 UTC-4, [email protected] wrote:
>>
>> Sorry
>>
>> My friend borrowed my BBB since last monday. But I have a built kernel in
>> tar ball (with 8188eus module).
>>
>> Would you like to try it?
>>
>> On Thursday, October 10, 2013 11:08:27 PM UTC+7, Nicola Farina wrote:
>>>
>>> I'm also interested in your solution as I'm recycling that same dongle
>>> from the RaspberryPi and remember I had to fiddle there too.
>>>
>>> Il giorno martedì 1 ottobre 2013 19:23:15 UTC+2, [email protected] ha
>>> scritto:
>>>>
>>>> I can get my rtl8188eus(TL-WN723N) to work now. I don't know if anyone
>>>> still want to know.
>>>> I will post the way I get this to work tomorrow.
>>>>
>>>> If someone read my post here, please show a sign of life.
>>>>
>>>
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.