ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #23392
Re: Wifi mac change BQ E4.5
I did not try this myself, but here are my 0,02€.
AFAIK ifconfig is deprecated, and you should use iproute2 instead, which
is available in a default ubuntu-touch image.
Commands such as "ifconfig eth0 down" get replaced with "ip link set
eth0 down".
To view all network "devices" just use "ip link show". In my E4.5 the
wifi "device" is "wlan0".
I hope you can work it from here.
Best,
Francisco
On 23-01-2017 14:30, Louis Holbrook wrote:
I wanted to use macchanger to hide my real mac, because I don't like
being tracked between wifi hotspots by the big comm companies.
I've made a chroot and installed it via apt-get. I've taken down the
interface. But still it says it's not permitted due to insufficient
permissions or interface up. ifconfig only shows lo when I try.
Is this not possible to do on this device?
References