Changelog:
1. Add the WIFI Hot-Spot support
2. Fix the login out issue(lightdm)
3. Modify the default wireless device name from 'wlan1' to 'wlan0'
Username: geekbox
Password: geekbox
Firmware:
http://www.mediafire.com/download/sl...ntu_V160309.7z
Guidance to setup WIFI hotspot:
http://forum.geekbox.tv/viewtopic.php?f=2&t=3271
Guidance to flash the firmware:
Windows PC:http://forum.geekbox.tv/viewtopic.php?f=2&t=26
Linux PC: http://forum.geekbox.tv/viewtopic.php?f=2&t=41
Building log for reference:
1. Add the WIFI Hot-Spot support
2. Fix the login out issue(lightdm)
3. Modify the default wireless device name from 'wlan1' to 'wlan0'
Username: geekbox
Password: geekbox
Firmware:
http://www.mediafire.com/download/sl...ntu_V160309.7z
Guidance to setup WIFI hotspot:
http://forum.geekbox.tv/viewtopic.php?f=2&t=3271
Guidance to flash the firmware:
Windows PC:http://forum.geekbox.tv/viewtopic.php?f=2&t=26
Linux PC: http://forum.geekbox.tv/viewtopic.php?f=2&t=41
Building log for reference:
Code:
gouwa@gouwa:~/project/geekbox/ubuntu$ cp -a utils/rockdev/output/Image/rootfs.img images/rootfs.img gouwa@gouwa:~/project/geekbox/ubuntu$ rm -rf rootfs && install -d rootfs gouwa@gouwa:~/project/geekbox/ubuntu$ sudo mount -o loop images/rootfs.img rootfs [sudo] password for gouwa: gouwa@gouwa:~/project/geekbox/ubuntu$ ls rootfs/ bin dev home media opt root sbin sys tmp var boot etc lib mnt proc run srv system usr gouwa@gouwa:~/project/geekbox/ubuntu$ sudo cp -a archives/hotspot/nm-connection-editor rootfs/usr/bin/nm-connection-editor gouwa@gouwa:~/project/geekbox/ubuntu$ sudo cp -a archives/hotspot/hotspot.conf rootfs/etc/init gouwa@gouwa:~/project/geekbox/ubuntu$ sudo cp -a archives/hotspot/ce-page-wifi.ui rootfs/usr/share/nm-applet/ce-page-wifi.ui gouwa@gouwa:~/project/geekbox/ubuntu$ sudo modprobe binfmt_misc gouwa@gouwa:~/project/geekbox/ubuntu$ sudo mount -t devpts devpts rootfs/dev/pts gouwa@gouwa:~/project/geekbox/ubuntu$ sudo mount -t devpts devpts rootfs/proc gouwa@gouwa:~/project/geekbox/ubuntu$ sudo chroot rootfs/ root@gouwa:/# root@gouwa:/# apt-get install iptables Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libxtables10 The following NEW packages will be installed: iptables libxtables10 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 257 kB of archives. After this operation, 1,273 kB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://ports.ubuntu.com/ubuntu-ports/ trusty/main libxtables10 armhf 1.4.21-1ubuntu1 [24.4 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports/ trusty/main iptables armhf 1.4.21-1ubuntu1 [233 kB] Fetched 257 kB in 6s (42.8 kB/s) Selecting previously unselected package libxtables10. (Reading database ... 49994 files and directories currently installed.)
No comments:
Post a Comment