Skip to content
Snippets Groups Projects
Commit ee31ef8f authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

NET += axagon

parent 5cf3a586
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd "$(dirname "$0")"
. ../userconfig-lib.sh
version 4
version 5
need_root
install_begin
......
# orico usb-c hub
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:4c:42:03:39",ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="orico"
# axagon 2.5Gbit
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:4c:68:00:12",ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="axagon"
# samsung monitor
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="54:44:a3:2b:41:e2",ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="sm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment