Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

How to determine my WiFi / BT chip?

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

    How to determine my WiFi / BT chip?

    I have a MK809 III stick. The wireless chip has been blocked. Can I tell what it is from shell?

    #2
    Try lsub, lspci, dmesg.

    You might have to compile some of these tools with the Android toolchain. Alternatively you can grep through the /proc fs

    You can also try lsmod or cat /proc/modules and to see what modules are loaded into the kernel. This can tell you if what Wi-Fi drivers are missing which might indicate the chip.

    You can also open the device and see what chip is being used.

    HTH

    Comment


      #3
      Thanks. I will try it tonight. I hope I don't need root for that.

      I have previously opened the stick but the Wireless chip is painted over. You can see the photo below.

      Comment


        #4
        lsmod didn't show anything interesting:

        rk29_ipp
        mali
        ump
        rk30xxnand_ko

        nothing interesting from /proc/fs either

        But under /system/vendor/firmware/ there are a few names starting with bcm that is related to some Broadcom WiFi/BT chip (e.g. bcm4329). There is also awnb108.hcd, rk903, nh660.

        Comment

        Working...
        X