Results 1 to 2 of 2

Thread: Bring WiFi "up" via command line

  1. #1
    Join Date
    2020-May
    Posts
    1

    Bring WiFi "up" via command line

    I have a wifi adapter that shows up when I type

    Code:
    ip link show wlan0
    As you can see here

    Code:
    3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
        link/ether 26:12:4e:8d:eb:9f brd ff:ff:ff:ff:ff:ff
    If I run
    Code:
    iw wlan0 scan
    I see a list of available WiFi networks. When I type
    Code:
    ip link set wlan0 up
    it will not change the state from DOWN to UP.

    How can I enable this Wifi Adapter through the command line? (I only have terminal access at this moment)

  2. #2
    Join Date
    2018-Sep
    Posts
    2
    Did you ever figure this out? I'm having the same issue.

Similar Threads

  1. Replies: 0
    Last Post: 2022-04-14, 02:30
  2. Replies: 1
    Last Post: 2021-02-11, 20:00
  3. Replies: 0
    Last Post: 2020-01-24, 12:20

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •