networking - Disable a network interface in Arch Linux -
networking - Disable a network interface in Arch Linux -
i have next problem. pc old , has built in ethernet port doesn't work, not due misconfiguration, think it's physically damaged. didn't work in either ubuntu or on windows. have ethernet pci card 1 use. problem is, odd reason, card works changes eth0
eth1
, have run dhcpd
don't ip via dhcp. now, actual question is, there way disable card doesn't work using mac address or something? can't disable either eth0
or eth1
i'm sure it's not "pointing" same card.
are same kind of chipset or different ones?
if differnt simplest solution blacklist modules ethernet chipset.
you first need find module name (this eth0):
dmesg | grep eth0
see if have following:
[ 2.209295] r8169 0000:05:00.0: eth0: rtl8168d/8111d @ 0xffffc90000c6e000, 00:24:1d:11:b6:64, xid 081000c0 irq 44
in case 'r8169' module name. can see list of loaded modules 'lsmod' check appears in there.
next need black list module. there entry on arch wiki that.
linux networking ethernet archlinux
Comments
Post a Comment