Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: Wired network can't connect, Wireless fine

  1. #21
    Join Date
    Oct 2012
    Beans
    11

    Re: Wired network can't connect, Wireless fine

    Tried again with Wireless adapter turned off at laptop. No luck. I have been disconnecting the wireless when trying to connect beforehand. From now on I'll turn off properly but it seems to have made no difference.

  2. #22
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Wired network can't connect, Wireless fine

    Are ifconfig and nm-tool are still showing wlan0 as 'UP' and 'Connected' respectively?

    If so, then I'll have to consult someone who has much better experience than me. Perhaps I'm still missing something obvious.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #23
    Join Date
    Mar 2012
    Beans
    246

    Re: Wired network can't connect, Wireless fine

    Quote Originally Posted by mattjones701 View Post
    Tried again with Wireless adapter turned off at laptop. No luck. I have been disconnecting the wireless when trying to connect beforehand. From now on I'll turn off properly but it seems to have made no difference.
    Try this:
    firekage@deusex:/etc/NetworkManager$ cat NetworkManager.conf
    [main]
    plugins=ifupdown,keyfile
    dns=dnsmasq

    [ifupdown]
    managed=true
    firekage@deusex:/etc/NetworkManager$
    also i have to have something like this in /etc/network/interfaces to work correctly:

    firekage@deusex:/etc/network$ cat interfaces
    # the loopback network interface
    auto lo
    iface lo inet loopback

    # The primary network interface
    #auto eth0
    #iface eth0 inet dhcp

    # The secondary network interface
    auto eth1
    iface eth1 inet dhcp
    Than reboot machine/service.
    Last edited by firekage; October 14th, 2012 at 04:27 PM.

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

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