Announcement

Collapse
No announcement yet.

Changes required to use Ethernet instead of Wi-Fi

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Changes required to use Ethernet instead of Wi-Fi

    I have two Raspberry 3 model B+ feeds sending data via Wi-Fi and I wish to stop the Wi-Fi and use an Ethernet connection.

    Can someone advise me please on what changes are required to the Raspberry; thank you
    .

  • #2
    Plugging in a cable and restarting.
    Posts not to be taken as official support representation - Just a helpful uploader who tinkers

    Comment


    • #3
      Thanks Oblivian....

      I therefore assume that there is nothing to be done to disable the wi-fi ? That plugging in the ethernet cable disables the wi-fi ?

      Thank you

      Comment


      • #4
        Originally posted by Traveller View Post
        Thanks Oblivian....

        That plugging in the ethernet cable disables the wi-fi ?

        Thank you
        When Network cable is plugged in, both WiFi & Ethernet connections are working and available, but Ethernet (cable) is used as default connection.
        If you want to turn off WiFi, give this command. However this is temporary and on reboot, the WiFi will start again.

        STOP WiFi
        Code:
        sudo ifconfig wlan0 down

        START WiFi
        Code:
        sudo ifconfig wlan0 up
        For permanent method, please see this:


        How to disable Wi-Fi on Raspberry Pi? (7 ways, Lite/Desktop)


        .

        Comment


        • #5
          Thanks Captain; appreciated !

          Comment


          • #6
            You may have to select the Ethernet option from your internet settings on the OS, but it's worth trying just plugging in and restarting too...

            Comment

            Working...
            X