trying to install mt7610u (linksys ae6000)
|
15th May, 2017, 06:41 AM
Post: #77
|
|||
|
|||
RE: trying to install mt7610u (linksys ae6000)
PS. to have udev rename the interface "ra0" into "wlan0" at boot, run below one and replace "a0:b1:c2:d3:e4:f5" with the MAC address of the card.
The MAC address is displayed when you run "ip link show ra0". This works for almost any network card that you want to rename. Code: echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="a0:b1:c2:d3:e4:f5", ATTR{dev_id}=="0x0", ATTR{type}=="1", NAME="wlan0"' | sudo tee -a /etc/udev/rules.d/70-persistent-net.rules There are only 10 types of people in the world: those who understand binary, and those who don't |
|||
« Next Oldest | Next Newest »
|