LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cloned mac address feature not work? (SOLVED)
#7
this seems to be a big problem people are having with the newer versions of ubuntu so i thought i would share a fix to a broken feature they advertise falsely in their "edit connection" section.

sudo apt-get install macchanger
sudo apt-get  install gedit
make shell script with content below and put this in /home/username/Desktop/init.d/


#!/bin/bash
pre-start script
macchanger -m 00Big GrinE:AD:BE:EF:0f wlan0
/sbin/wpa_supplicant -u -s -O /var/run/wpa_supplicant &
python -c 'import dbus; print
dbus.SystemBus().call_blocking("fi.epitest.hostap.WPASupplicant",
"/fi/epitest/hostap/WPASupplicant", "fi.epitest.hostap.WPASupplicant",
"addInterface", "sa{sv}", ("wlan0", {"driver":"wext"}))'
end script

post-stop script
macchanger -p wlan0
end script

seems to be the solution until ubuntu fixes this bug. sharing and fixing bugs is a huge part of what makes linux the best operating system evar!! Smile
Reply


Messages In This Thread
cloned mac address feature not work? (SOLVED) - by elliott - 09-02-2014, 04:24 PM
Re: cloned mac address feature not work? - by elliott - 09-02-2014, 09:14 PM
Re: cloned mac address feature not work? - by elliott - 09-02-2014, 11:22 PM
Re: cloned mac address feature not work? (SOLVED!) - by elliott - 09-04-2014, 01:38 AM
Re: cloned mac address feature not work? (SOLVED) - by elliott - 09-05-2014, 04:52 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)