I did try to use the wlan drivers from the 1.09 build from vega. but did not get it working.
After pusing the drivers then it hangs at the reboot with this message in logcat:
Code:
--------- beginning of /dev/log/main
I/DEBUG ( 924): debuggerd: Mar 29 2011 21:49:07
I/Netd ( 927): Netd 1.0 starting
D/dhcpcd ( 934): dhcpcd 4.0.15 starting
D/dhcpcd ( 934): hardware address = 02:80:37:ec:02:00
D/dhcpcd ( 934): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason PREINIT
D/dhcpcd ( 934): waiting for carrier
D/dhcpcd ( 934): host does not support a monotonic clock - timing can skew
D/ ( 933): NVRM_DAEMON(1374): critical error(Unknown error: 0) failed to initialize AudioFx
E/dhcpcd ( 934): timed out
D/dhcpcd ( 934): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason FAIL
I will look at it some more when i get home from work as it might as well just be the script i use to push and set the permissions that fails.
---EDIT----
Got it to boot but it dont load the wifi drivers anyway. Anyone knows what the nook uses of wifi chip...
----EDIT 2----
Looks like the nook uses another chip as this is the message i get when trying to enable the wifi with the drivers on the device.
I have seen that when i did compile android-x86 and forgot to change the name to the right one in the build scripts.
Code:
E/WifiService( 1008): Invoking mWifiStateMachine.setWifiEnabled
E/WifiStateMachine( 1008): Failed to load driver!
E/WifiStateMachine( 1008): DriverFailedState
E/WifiService( 1008): Invoking mWifiStateMachine.setWifiEnabled
E/WifiStateMachine( 1008): Failed to load driver!
E/WifiStateMachine( 1008): DriverFailedState
E/WifiService( 1008): Invoking mWifiStateMachine.setWifiEnabled
E/WifiStateMachine( 1008): Failed to load driver!
E/WifiStateMachine( 1008): DriverFailedState
Bookmarks