← Back to team overview

touch-packages team mailing list archive

[Bug 1371313] Re: [krillin] Wi-Fi toggle disappears from menu when Wi-Fi disabled

 

Here's a test package with the latest urfkill changes.  It's required to
reproduce this bug along with the following instructions:

1. Make your image writable
2. Add the following pre-start script to the urfkill upstart job ( this will live in the device tarball when released ):

pre-start script
  setprop urfkill.hybris.wlan 1
end script 

3. Disable the Android wlan status script run on boot:

- - adb reboot recovery
 - adb shell

 # mkdir /mnt
 # mount /dev/block/mmcblk0p6 /mnt
 # mkdir /mnt2
 # mount /mnt/var/lib/lxc/android/system.img /mnt2
 # cd bin

 # delete or comment-out the 'setprop' command ( or just remove the file )
   in set_wlan_driver_status.sh

 # cd
 # umount /mnt2
 # umount /mnt
# sync
 
Note, you may get errors when trying to unmount /mnt.  If this happens to me, I just make sure to sync, exit and reboot using adb.


** Attachment added: "urfkill_0.6.0~20140918.070106.886990d-0ubuntu1~test1_armhf.deb"
   https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1371313/+attachment/4208019/+files/urfkill_0.6.0%7E20140918.070106.886990d-0ubuntu1%7Etest1_armhf.deb

** Changed in: indicator-network (Ubuntu)
   Importance: Undecided => Critical

** Changed in: indicator-network (Ubuntu)
     Assignee: (unassigned) => Antti Kaijanmäki (kaijanmaki)

** Tags added: rtm14

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1371313

Title:
  [krillin] Wi-Fi toggle disappears from menu when Wi-Fi disabled

Status in “indicator-network” package in Ubuntu:
  New

Bug description:
  Device/Image: krillin / rtm #44.

  Krillin's Wi-Fi driver has a broken rfkill implementation.  As such,
  urfkill has been updated to allow control over Wi-Fi power via
  libhybris.

  When this mechanism is used to disable Wi-Fi on krillin, the Wi-Fi
  driver is unloaded as a result, with the corresponding system/NM
  devices going away as well.   This causes the Wi-Fi enable/disable
  toggle to disappear from the indicator menu, making it impossible to
  re-enable Wi-Fi.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1371313/+subscriptions


References