MAC address of Pine wifi and Bluetooth addon - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32) +---- Forum: Accessories (https://forum.pine64.org/forumdisplay.php?fid=15) +---- Thread: MAC address of Pine wifi and Bluetooth addon (/showthread.php?tid=2499) |
MAC address of Pine wifi and Bluetooth addon - clawinus - 11-02-2016 How do I find the MAC address of the Pine Wifi and Blue-tooth addon? My router is setup to only allow devices on the wireless network whose MAC addresses are listed in the router MAC address table. RE: MAC address of Pine wifi and Bluetooth addon - Gnx - 11-07-2016 http://askubuntu.com/questions/17504/how-can-i-have-a-bluetooth-keyboard-auto-connect-at-startup/91565#91565 the code you need is one of the steps here if your on linux. idk about android. RE: MAC address of Pine wifi and Bluetooth addon - pfeerick - 11-07-2016 Not sure about the bluetooth, but if you are on linux, to get the wifi mac address, run ifconfig | grep "HWaddr" and look at the wlan1 line. On android, it you should be able to find it under System -> About (tablet) -> Status. (11-02-2016, 11:31 AM)clawinus Wrote: How do I find the MAC address of the Pine Wifi and Blue-tooth addon? |