Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Dynamic Network Config
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Dynamic Network Config
15th Feb, 2014, 10:57 PM
Post: #6
mdkeil Offline
Registered
Posts: 5
Joined: Jan 2014
Reputation: 0
RE: Dynamic Network Config
thxs,

now I want to use a second dongle for building a repeater. I only have one problem, because the device-name (wlan0/wlan1) was switching between both wifi-dongles. I tryed to make the name fix by using udev-rules, but it doesnt work. I think udevd doesnt use the rule.

Code:
sudo nano /etc/udev/rules.d/10-wlan_stick.rules

SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="7392", ATTR{idProduct}=="7811", NAME="wlan0"
SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="148f", ATTR{idProduct}=="5370", NAME="wlan1"

EDIT: Now it works!

Code:
sudo nano /etc/udev/rules.d/70-persistent-net.rules

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", KERNEL=="wlan*", NAME="wlan1"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", KERNEL=="wlan*", NAME="wlan0"
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Dynamic Network Config - mdkeil - 27th Jan, 2014, 08:01 PM
RE: Dynamic Network Config - IriDium - 2nd Feb, 2014, 03:26 AM
RE: Dynamic Network Config - mk01 - 3rd Feb, 2014, 10:19 AM
RE: Dynamic Network Config - mdkeil - 3rd Feb, 2014, 03:59 PM
RE: Dynamic Network Config - mk01 - 3rd Feb, 2014, 05:14 PM
RE: Dynamic Network Config - mdkeil - 15th Feb, 2014 10:57 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 24th May, 2025, 07:46 PM Powered By MyBB, © 2002-2025 MyBB Group.