Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bcm4329 will not build for CM10 galaxysmtd (Samsung Galaxy S i9000) #3

Open
GoogleCodeExporter opened this issue May 25, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Attempt to 'make modules' to build bcmon bcm4329.ko against current CM10 
android_samsung_aries kernel

What is the expected output? What do you see instead?

  CC [M]  drivers/net/wireless/bcm4329/bcmon.o
  CC [M]  drivers/net/wireless/bcm4329/dhd_linux.o
  CC [M]  drivers/net/wireless/bcm4329/linux_osl.o
  CC [M]  drivers/net/wireless/bcm4329/bcmutils.o
  CC [M]  drivers/net/wireless/bcm4329/dhd_common.o
  CC [M]  drivers/net/wireless/bcm4329/dhd_custom_gpio.o
  CC [M]  drivers/net/wireless/bcm4329/wl_iw.o
  CC [M]  drivers/net/wireless/bcm4329/siutils.o
  CC [M]  drivers/net/wireless/bcm4329/sbutils.o
  CC [M]  drivers/net/wireless/bcm4329/aiutils.o
  CC [M]  drivers/net/wireless/bcm4329/hndpmu.o
  CC [M]  drivers/net/wireless/bcm4329/bcmwifi.o
  CC [M]  drivers/net/wireless/bcm4329/dhd_sdio.o
  CC [M]  drivers/net/wireless/bcm4329/dhd_linux_sched.o
  CC [M]  drivers/net/wireless/bcm4329/dhd_cdc.o
  CC [M]  drivers/net/wireless/bcm4329/bcmsdh_sdmmc.o
  CC [M]  drivers/net/wireless/bcm4329/bcmsdh.o
  CC [M]  drivers/net/wireless/bcm4329/bcmsdh_linux.o
drivers/net/wireless/bcm4329/bcmsdh_linux.c: In function 
'bcmsdh_register_oob_intr':
drivers/net/wireless/bcm4329/bcmsdh_linux.c:639: error: implicit declaration of 
function 'set_irq_wake'
make[4]: *** [drivers/net/wireless/bcm4329/bcmsdh_linux.o] Error 1
make[3]: *** [drivers/net/wireless/bcm4329] Error 2
make[2]: *** [drivers/net/wireless] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2

What version of the product are you using? On what operating system?


Please provide any additional information below.

I am inexperienced at building kernel modules, not sure where I could grab the 
necessary headers from

Original issue reported on code.google.com by Samuel.B...@gmail.com on 21 Sep 2012 at 5:15

@GoogleCodeExporter
Copy link
Author

Hey man!, i also tryed to build this drivers but, you have to make some changes 
in source to compile without issues.


Now i'm trying to run in my Nexus S 4.1.1 but i see this error when load the 
module:
insmod: init_module 'bcm4329.ko' failed (Exec format error)
255|shell@android:/storage/sdcard0/nexus_bundle #

Original comment by berni.emerald@gmail.com on 22 Sep 2012 at 12:43

Attachments:

@GoogleCodeExporter
Copy link
Author

Used this patch, module built but also got the Exec error.

Original comment by Samuel.B...@gmail.com on 22 Sep 2012 at 3:41

@GoogleCodeExporter
Copy link
Author

Hey Samuel, you can solve it setting up propperly  "magic version" on kernel.

Now i solved this issue, but when I when make insmod i got a new error mesasge:

insmod $(pwd)/bcm4329-ruta.ko 
insmod: init_module '/sdcard/bcm4329-ruta.ko' failed (No such file or directory)

Original comment by berni.emerald@gmail.com on 22 Sep 2012 at 4:45

@GoogleCodeExporter
Copy link
Author

with "modinfo", you can see if modver is the same as your kernel (uname -a), it 
works even on the build machine: modinfo [yourmodulepath]/bcm4329-ruta.ko

Original comment by tanguy.pruvot@gmail.com on 1 Jul 2013 at 9:10

@GoogleCodeExporter
Copy link
Author

Its showing cant run as root su failed ..i cant open it..please help me.

Original comment by isaac.ro...@gmail.com on 23 Jun 2014 at 2:30

@GoogleCodeExporter
Copy link
Author

where can i download this module?maybe i can help to test the module on my 
i9023 or i9001.

Original comment by cidy0...@gmail.com on 4 Oct 2014 at 2:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant