Coder Social home page Coder Social logo

Comments (3)

ZubairLK avatar ZubairLK commented on August 30, 2024

The wifi firmware is already there in /lib/firmware/iw8103/fw_bcm4330b2.bin

I'm not sure if the drivers support hostapd. Please do try and tell.

Also, have you seen https://groups.google.com/forum/#!forum/mips-creator-ci20

That is a better place for such discussions as others in the community are subscribed and can contribute as well.

This one is generally for issues that are linux kernel specific as it is the kernel repository.

from ci20_linux.

acidicX avatar acidicX commented on August 30, 2024

It's not about the firmware - you can also get the firmware in the android source. Installing the firmware package on debian also works. It's about the brcm80211 driver. The standard 'wl' driver does not support hostapd, that much is known.

Because loading the module (modprobe brcmsmac) fails, I guess it is not included in the current kernel. I've seen the Google Group, but this means it's a kernel issue - and therefore here should be the right place?

from ci20_linux.

ZubairLK avatar ZubairLK commented on August 30, 2024

When drivers are compiled as a module, then they need to be loaded using modprobe.
But in this case, modprobe is not needed because the wireless drivers are compiled into the kernel. And not compiled as a separate module.

From http://wireless.kernel.org/en/users/Drivers/brcm80211
"Broadcom brcmsmac(PCIe) and brcmfmac(SDIO/USB) drivers"

modprobe brcmsmac won't work on the ci20 as it has the sdio based chip 4330 which needs the brcm full mac driver.

The broadcom brcmfmac driver for the CI20 in 3.16 (wip) works with a few patches
https://groups.google.com/forum/#!topic/mips-creator-ci20-dev/EdCgigq5Aps

The CI20 ships with 3.0.8 by default.
Which uses an old version of broadcoms android driver.
https://github.com/MIPS/CI20_linux/tree/ci20-v3.0.8/drivers/net/wireless/bcmdhd

I am unaware of the level of support for hostapd for either of these drivers..

from ci20_linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.