Hi Sami, I just did repo sync the latest source. Both Bluetooth and WiFi worked as usual. I checked the log you sent to me, and it seems that hci transport channel couldn't be opened correctly.
> I/hci_qcomm_init( 1000): /system/bin/hci_qcomm_init -d /dev/ttyHS0 -s 3000000 > -i 115200 -r 32000000 -p 0 -P 1 -b BC:F5:AC:01:9A:7B > I/hci_qcomm_init( 1000): ro.qualcomm.bt.hci_transport: smd > I/hci_qcomm_init( 1000): init_transport: Cannot open /dev/smd3: No ===> > HERE > such file or directory > I/hci_qcomm_init( 1000): . Retry after 2 secondsinit_transport: Cannot open > /dev/smd3: No such file or directory The device node 'smd3' didn't exist, never hit this before though. - Eric ----- Original Message ----- > From: "s x veerapandian" <[email protected]> > To: [email protected] > Sent: Tuesday, January 21, 2014 6:06:38 PM > Subject: [b2g] WiFi and BT Not Working - Latest Source > > Hi All, > > > > With my recent sync, WiFi and Bluetooth not working. > > In the configuration both the peripherals are enabled. I attached the Logs > files. Android_Version is "18". > > > > > > if test -d "$gonkdir/external/bluetooth/bluez"; then > GONK_INCLUDES="$GONK_INCLUDES -I$gonkdir/external/dbus > -I$gonkdir/external/bluetooth/bluez/lib" > MOZ_B2G_BT=1 > MOZ_B2G_BT_BLUEZ=1 > elif test -d "$gonkdir/external/bluetooth/bluedroid"; then > MOZ_B2G_BT=1 > MOZ_B2G_BT_BLUEDROID=1 > fi > > > > > > Error Message : > > D/NetUtils( 172): failed to remove default route for wlan0: No such device > I/Gecko ( 172): -*- NetworkService: disableNetworkInterfaceAlarm for wlan0 > E/WifiHW ( 162): Failed to write wlan fw path param (Operation not > permitted) > > > > > > with regards, > > Sami. > > ________________________________ > > This message is for the designated recipient only and may contain privileged, > proprietary, or otherwise confidential information. If you have received it > in error, please notify the sender immediately and delete the original. Any > other use of the e-mail by you is prohibited. Where allowed by local law, > electronic communications with Accenture and its affiliates, including > e-mail and instant messaging (including content), may be scanned by our > systems for the purposes of information security and assessment of internal > compliance with Accenture policy. . > ______________________________________________________________________________________ > > www.accenture.com > > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
