How to install/enable WiFi dongle with pre installed Android

6,083 views
Skip to first unread message

Mani Robots

unread,
Feb 4, 2013, 1:50:53 AM2/4/13
to cubie...@googlegroups.com
Hi,
I have a following wifi dongle and i want to enable/install on the pre installed NAND android. Please let me know how to do it.
http://www.dlink.com/us/en/home-solutions/connect/adapters/dwa-131-wireless-n-nano-usb-adapter

Thanks,
Mani

Mani Robots

unread,
Feb 6, 2013, 4:10:02 AM2/6/13
to cubie...@googlegroups.com
Any response. I want to connect with wifi.

Is this a correct section to post this question?

Simos Xenitellis

unread,
Feb 6, 2013, 4:59:40 AM2/6/13
to cubie...@googlegroups.com
On Wed, Feb 6, 2013 at 11:10 AM, Mani Robots <robot...@gmail.com> wrote:
> Any response. I want to connect with wifi.
>
> Is this a correct section to post this question?
>

The way it works with the Linux kernel is that if the device is
supported in the Linux kernel, then it should work with Android.
Android does not come with a single Linux kernel version, and in
addition, it is possible to switch between kernel versions and
drivers.
Therefore, for your case, it is an issue to figure out which USB ID
your WiFi dongle has.
And also whether it requires special firmware to work.

Once you have shell access to your runnind Android image, connect the
WiFi dongle.
And with 'dmesg', you can see whether the dongle was detected or not,
whether a suitable driver has been found or not, and whether there is
need for special firmware.

If you give your USB ID for the WiFi dongle, then someone may provide an answer.
Since it apparently does not work, you need to delve deeper, and it
required, change the Linux kernel.

Simos

> On Monday, February 4, 2013 12:20:53 PM UTC+5:30, Mani Robots wrote:
>>
>> Hi,
>> I have a following wifi dongle and i want to enable/install on the pre
>> installed NAND android. Please let me know how to do it.
>>
>> http://www.dlink.com/us/en/home-solutions/connect/adapters/dwa-131-wireless-n-nano-usb-adapter
>>
>> Thanks,
>> Mani
>
> --
> You received this message because you are subscribed to the Google Groups
> "Cubieboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cubieboard+...@googlegroups.com.
> Visit this group at http://groups.google.com/group/cubieboard?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

tonebank

unread,
Feb 6, 2013, 6:24:24 AM2/6/13
to cubie...@googlegroups.com
It's only plug and play. Works out of the box. Insert wifi adapter go to settings enable wifi and connect to your network. I had some problem with wpa2 personal and aes. When I changed to wpa it worked flawless.

Mani Robots

unread,
Feb 13, 2013, 1:17:28 PM2/13/13
to cubie...@googlegroups.com, simos...@googlemail.com
How to get the shell access and how to run the "dmesg". Please guide me....

Mani Robots

unread,
Feb 13, 2013, 1:31:50 PM2/13/13
to cubie...@googlegroups.com, simos...@googlemail.com
Thanks simos... Got the shell access. after running dmesg got the below id

usb 3-1: new high speed USB device number 3 using sw-ehci
init: waitpid returned pid 3417 exited

is this the USB ID?

Simos Xenitellis

unread,
Feb 13, 2013, 7:39:40 PM2/13/13
to Mani Robots, cubie...@googlegroups.com
On Wed, Feb 13, 2013 at 8:31 PM, Mani Robots <robot...@gmail.com> wrote:
> Thanks simos... Got the shell access. after running dmesg got the below id
>
> usb 3-1: new high speed USB device number 3 using sw-ehci
> init: waitpid returned pid 3417 exited
>
> is this the USB ID?
>

No, it is not the USB ID.
The USB ID is of the form xxxx:yyyy.

It is highly unlikely that the Android image has additional, not
required, WiFi drivers.
From the above message I understand that the new device was detected,
but no driver (kernel module) was available to get loaded.

The question should probably be: How can I change the Android kernel
with one that has your specific WiFi kernel module?
To narrow down which kernel module you need, you can connect the WiFi
device to your Linux box, and see what kernel module gets loaded.

Simos
Reply all
Reply to author
Forward
0 new messages