Results 1 to 8 of 8

Thread: how to make network manager visible?

  1. #1
    Join Date
    May 2010
    Beans
    107
    Distro
    Ubuntu 10.04 Lucid Lynx

    how to make network manager visible?

    I have Wlan available but I cannot connect to it
    I don't have wire network available so I can't connect to internet at all

    I'm writing this trough dual boot (win)

    how to make network manager visible so I can choose witch Wlan connect to?

    I already tried some things here: https://help.ubuntu.com/community/NetworkManager


    SOLVED:
    Quote Originally Posted by gandaran View Post
    if the network manager panel icon is missing all you have to do to get it back is right click on the empty panel area where you want it to be, choose add to panel and select the notification area applet and click add.
    Last edited by psihokiller4; April 23rd, 2011 at 10:20 AM.
    19.9.2012 moved from noob distro to Fedora after 3 years
    thank you all in learning Linux expirience

  2. #2
    Join Date
    Oct 2007
    Location
    Europe
    Beans
    3,564
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: how to make network manager visible?

    Quote Originally Posted by psihokiller4 View Post
    I have Wlan available but I cannot connect to it
    I don't have wire network available so I can't connect to internet at all

    I'm writing this trough dual boot (win)

    how to make network manager visible so I can choose witch Wlan connect to?

    I already tried some things here: https://help.ubuntu.com/community/NetworkManager
    the wireless networks should be visible, maybe you need to install a wireless drivers first, hook up the laptop to cable internet and run the software list update commamd
    Code:
    sudo apt-get update
    then look in system » administration » additional drivers for wireless card driver and enable it.
    if no driver there post the output of these commands so we can check what brand of wireless card.
    Code:
    lspci
    and
    Code:
    lsusb

  3. #3
    Join Date
    May 2010
    Beans
    107
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to make network manager visible?

    uh nice thanks

    will try to tipe output text as much as I could remember it


    I have no cable available for more 1 week :S
    this network manager was usually available at home so I don't know what's wrong
    I'll try to get out put
    19.9.2012 moved from noob distro to Fedora after 3 years
    thank you all in learning Linux expirience

  4. #4
    Join Date
    Oct 2007
    Location
    Europe
    Beans
    3,564
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: how to make network manager visible?

    Quote Originally Posted by psihokiller4 View Post
    uh nice thanks

    will try to tipe output text as much as I could remember it


    I have no cable available for more 1 week :S
    this network manager was usually available at home so I don't know what's wrong
    I'll try to get out put
    you mean network manager worked before? is the network manager icon missing from the panel? is this the problem you are referring to?

  5. #5
    Join Date
    May 2010
    Beans
    107
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to make network manager visible?

    ok just remembered Ii can mount win partition

    Code:
    lspci
    00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
    00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
    00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
    00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 04)
    00:1c.3 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 4 (rev 04)
    00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
    00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
    00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
    00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
    00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
    00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
    00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 04)
    00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
    01:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
    03:00.0 Ethernet controller: Atheros Communications Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller (rev b0)


    Code:
    lsusb
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 002: ID 046d:c404 Logitech, Inc. TrackMan Wheel
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 003: ID 093a:2700 Pixart Imaging, Inc. 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    19.9.2012 moved from noob distro to Fedora after 3 years
    thank you all in learning Linux expirience

  6. #6
    Join Date
    May 2010
    Beans
    107
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to make network manager visible?

    Quote Originally Posted by gandaran View Post
    you mean network manager worked before? is the network manager icon missing from the panel? is this the problem you are referring to?

    exactly

    and I need it to choose witch wireless I want to connect to

    I can't find it in menu but network connections is not it
    yes that icon on pannel


    EDIT:
    PS. I have at startup app enable the network manager
    Last edited by psihokiller4; April 23rd, 2011 at 10:00 AM.
    19.9.2012 moved from noob distro to Fedora after 3 years
    thank you all in learning Linux expirience

  7. #7
    Join Date
    Oct 2007
    Location
    Europe
    Beans
    3,564
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: how to make network manager visible?

    01:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
    no need to install driver for this card, it works out of the box.
    if the network manager panel icon is missing all you have to do to get it back is right click on the empty panel area where you want it to be, choose add to panel and select the notification area applet and click add.

  8. #8
    Join Date
    May 2010
    Beans
    107
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to make network manager visible?

    thank you very very very much writing from Linux \o/


    SOLVED
    19.9.2012 moved from noob distro to Fedora after 3 years
    thank you all in learning Linux expirience

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
  •