Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Dlink Dub-E100 adapter problems - MK808B w/ Finless 1.7

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dlink Dub-E100 adapter problems - MK808B w/ Finless 1.7

    I just bought this Dlink E-100 adapter but was dissappointed to see it not work with my MK808B. Here is what I have gathered so far:

    - The adapter is detected but the eth0 interface is not brought up by the system
    - Compiling the driver provided on the CD (asix.ko) and insmod gives a 'device is busy' error.

    I am willing to test different kernels to make this work but need some help. I am currently unable to compile omegamoon's or androiddb's rk3066 kernels using the arm-linux-gnueabi toolkit in ubuntu because compilation keeps terminating after some errors.

    #2
    So I've been playing around with the provided driver and I have an idea about what may be the problem.
    I have tested the module on my Ubuntu computer and it turns out that the device I have (DLink Dub E100 Rev C) isn't actually listed in the source files. When I tweak the source file to add my device and use the 8872b driver profile, it starts to work.

    I have lookd at the kernel sources provided by AndrewDB and omegamoon, and both of them have an asix.c file that doesn't mention the Rev C device as a supported device. I'm pretty confident that if this file is replaced by the one I provide, my device will start to work.

    So far, testing the driver on my MK808B has given me an error (init_module: Device or rerouce busy). I'm assuming that this is because the asix driver is built into the kernel and therefore cannot be unloaded before I test my own compiled driver (lsmod | grep asix doesn't show anything).

    So to test this further, I would like to request finless bob to provide a kernel that doesn't have the asix module supported.

    Comment

    Working...
    X