🔒 Closed How to rename WiFi adapter in linux ubuntu?

Status
Not open for further replies.

ThreadRipper

Forum Guru
May tutorial po ba kayo na alam or sino po may alam mag rename ng wifi adapter name. Nag stuck kasi kapag nag momonitor mode ako kasi mahaba daw name ng adapter kasi malalagyan nga ng "mon" sa dulo. Salamat in advance!
 
simple. edit o create mo yung file na to:

/etc/udev/rules.d/70-persistent-net.rules

yung mac address ng wifi mo ipalit sa ATTR{address}

Code:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

then reboot.
 
simple. edit o create mo yung file na to:

/etc/udev/rules.d/70-persistent-net.rules

yung mac address ng wifi mo ipalit sa ATTR{address}

Code:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

then reboot.
Thank you sir. Will try this one mamaya. Salamat ulit!
 
Status
Not open for further replies.

About this Thread

  • 2
    Replies
  • 440
    Views
  • 2
    Participants
Last reply from:
ThreadRipper

Trending Topics

Online now

Members online
1,010
Guests online
999
Total visitors
2,009

Forum statistics

Threads
2,276,215
Posts
28,968,392
Members
1,231,170
Latest member
nico062026
Back
Top