View Single Post
  #483 (permalink)  
Old 02-26-2010, 12:58 PM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [1/25/2010] Google Android for TP2 CDMA [In Dev]

Has anyone been able to replicate MrPippy's wifi success?

insmod returns an error when i try to load bmc4329.ko "invalid parameters"

Anyone know how i should insmod the driver?

I don't know if the 4329 even takes any parameters. This is what i used as an example

module_loaded("bcm4329") || log(insmod("/system/lib/modules/bcm4329.ko", ""), "Loading bcm4329.ko module");
This is from the wifi tether google code.

Last edited by [ACL]; 02-26-2010 at 01:33 PM. Reason: more info