I don't know about your wireless issues but apparently you have a shift lock usage function that just screams "help me".
Actually I believe you can do it by editing,
#/etc/udev/rules.d/70-persistent-net.rules
HELLO FORUM, WELL MY PROBLEM IS SIMPLE. HOW CAN I CHANGE MY WIRELESS INTERFACE NAME FROM WLAN1 TO WLAN0.
APPRECIATE ANY HELP....![]()
I don't know about your wireless issues but apparently you have a shift lock usage function that just screams "help me".
Actually I believe you can do it by editing,
#/etc/udev/rules.d/70-persistent-net.rules
Last edited by Archangel-Amael; 04-05-2010 at 09:49 PM.
Hi sab3awi,
- Change/replace this line (KERNEL=="wlan*", NAME="wlan0") in /etc/udev/rules.d/70-persistent-net.rules:
(put your real mac in XX:XX:XX:XX:XX:XX)
- With this: (NAME="wlan0")Code:# USB device ALFA-AWUS036H 0x0bda:0x8187 (rtl8187) #SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:XX:XX:XX:XX:XX", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
Bye JanoCode:# USB device ALFA-AWUS036H 0x0bda:0x8187 (rtl8187) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:XX:XX:XX:XX:XX", ATTR{type}=="1", NAME="wlan0"
Thanxxx alot Jano it Worked Fine.........![]()