GithubHelp home page GithubHelp logo

setup.sh error about bcmon HOT 8 CLOSED

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
setup.sh error

from bcmon.

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Using cm9.1.0. Having the exact same issue.

Original comment by [email protected] on 18 Sep 2012 at 7:40

from bcmon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Is the gs2_bundle bcm4330?  I was just looking at the setup script and thought 
I saw something odd... driver file name is:
DRIVER_FLNM="bcm4329.ko"
and 
FW_PATH="$CUR_DIR/fw_bcm4330.bcmon.bin"

issue with the grep as well probably.

https://code.google.com/p/bcmon/source/browse/trunk/bcm4330/scripts/setup.sh

#!/system/bin/sh
CUR_DIR=`dirname $0`
CUR_DIR=`readlink -f $CUR_DIR`
DRIVER_NAME="dhd"
DRIVER_FLNM="bcm4329.ko"
FW_PATH="$CUR_DIR/fw_bcm4330.bcmon.bin"

IS_BCM_LOADED=`lsmod | grep bcm4329 | wc -l`

if [ $IS_BCM_LOADED == 1 ]; then 
        IS_BCM_PATCHED=`grep "bcmon_loaded" /proc/kallsyms | wc -l`
        if [ $IS_BCM_PATCHED == 0 ]; then 
                echo Original module loaded. disabling WiFi 
                svc wifi disable
        fi
fi
echo LOADING MODULE
rmmod $DRIVER_NAME 2>/dev/null
insmod $DRIVER_FLNM firmware_path=$FW_PATH
ifconfig eth0 up

Original comment by [email protected] on 18 Sep 2012 at 8:15

from bcmon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
this is the script for the nexus not the gs2

Original comment by 01ttouch on 19 Sep 2012 at 9:17

from bcmon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
the driver name in the gs2 script was fixed.

Original comment by [email protected] on 19 Sep 2012 at 2:11

  • Changed state: Fixed

from bcmon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Using stock CM9 on sgs2, the issue still remains.

# sh setup.sh
Original module loaded. disabling WiFi
LOADING MODLE
insmod: can't insert 'dhd.ko': invalid module format
ERROR: SIOCGIFFLAGS (No such device)

This occurs while using the gs2_bundle: 
http://bcmon.googlecode.com/svn/trunk/bundles/gs2_bundle.zip

Basically, this issue in the first post is still active.  I'm learning on how 
to build the driver from source, but until then, my bug reports are the best 
that I can do for now.

Original comment by [email protected] on 20 Sep 2012 at 2:22

from bcmon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
issue still remains...
also sgs2 has a bcm4330 not 4329

Original comment by 01ttouch on 20 Sep 2012 at 3:16

from bcmon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Hello!!  I tried to run mode monitoring Xperia S LT26i bcm4330
I have same error 
insmod: can't insert 'dhd.ko': invalid module format
ERROR: SIOCGIFFLAGS (No such device)

Original comment by [email protected] on 23 Nov 2012 at 9:01

from bcmon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I make it on cm9.1.0 and Miui same same error

Original comment by [email protected] on 23 Nov 2012 at 9:03

from bcmon.

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.