Author Topic: blacklist a wifi adapter  (Read 1142 times)

gychang

  • Newbie
  • *
  • Posts: 14
    • View Profile
blacklist a wifi adapter
« on: April 07, 2017, 11:02:12 PM »
I am running microWattOS 10, have 2 USB wifi dongle being used simultaneously(long story...).  When I boot into microWattOS  I need to disable wlxec086b18693e listed on bottom.  I tried sudo geany /etc/modprobe.d/blacklist.conf and putting "blacklist wlxec086b18693e"  on the last line and reboot.  THis does not seem to work, what am I doing wrong?

Code: [Select]
apai3-Main~$ ifconfig -a
enx74da38afb7a1 Link encap:Ethernet  HWaddr 74:da:38:af:b7:a1 
          inet addr:192.168.0.101  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::c042:2665:60b4:5fe1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:58233 errors:0 dropped:50 overruns:0 frame:0
          TX packets:34072 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:76003204 (76.0 MB)  TX bytes:4316792 (4.3 MB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:888 errors:0 dropped:0 overruns:0 frame:0
          TX packets:888 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:79426 (79.4 KB)  TX bytes:79426 (79.4 KB)

wlp3s0    Link encap:Ethernet  HWaddr ac:d1:b8:d8:6d:dd 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:19

wlxec086b18693e Link encap:Ethernet  HWaddr ec:08:6b:18:69:3e 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:2605 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2728 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1399300 (1.3 MB)  TX bytes:639599 (639.5 KB)

apai3-Main~$

---
where is the MicroWatt OS??
---