Page 10 of 98 FirstFirst ... 891011122060 ... LastLast
Results 91 to 100 of 978

Thread: How To: Manual Network Configuration without the need for Network Manager

  1. #91
    Join Date
    Jul 2006
    Beans
    121
    Distro
    Ubuntu Development Release

    Wink Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    Well I, # out what ndiswrapper configured in /etc/modules, and /etc/modprobe.d/blacklist. I set /etc/network/interfaces to

    auto lo
    iface lo inet loopback

    I have Wireless back, I have been using the internet for the past 3 hrs, on another router, not mine. I disabled my WEP about an hour ago, and the NM still showes a security key in the NM Wireless networks. I will watch and see what happens!!!!!
    One Team One Mission, Keep it all Open Source

  2. #92
    Join Date
    Jan 2007
    Location
    Here.
    Beans
    419
    Distro
    Ubuntu

    Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    I can't believe I missed this but...

    sudo ifconfig ath0 up
    sudo dhclient ath0 essid myessid
    <ignore error messages>
    <open webbrowser and...>

    Internet all works! I think my problem before was that when I saw errors in the command line and NM still showed unconnected, I nievely thought that it mustn't have worked, yet when I actually use a browser / instant messenger / adept it all just works. Almost instantly NM then notices and shows connected.

    Happy d'oh!

    Thanks Kevdog, you are a legend amongst men for supporting this thread (and you have the coolest avatar ever!).

    Praise be to Kevdog, awooooooooooooo!
    Facebook, Apple, Google, corrupt governments, the ISP's and Telco's
    can be beaten at their own game by free and open source software.
    Here's how. (Extra credit)

  3. #93
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    I definitely no legend, legend in your mine but not mine.

  4. #94
    Join Date
    Oct 2005
    Location
    Wimborne, Dorset, England
    Beans
    85
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    Quote Originally Posted by kevdog View Post
    The commands are the same, however Im not sure if this will work. Its something about the drivers and Linux. So basically Im saying is that Im not certain ubuntu can connect to any router with hidden ssid broadcast.
    It does. Kubuntu Feisty and Gutsy both connected fine to my router. I am using a 3COM 3CRUSB100075 usb stick.

    This is without encryption. I am still trying to get WPA working.

    Madsmaddad

  5. #95
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    Thanks for the tip about connecting to a hidden SSID.

    How are you trying to get WPA working?

  6. #96
    Join Date
    Oct 2005
    Location
    Wimborne, Dorset, England
    Beans
    85
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    Tried via the Gui programs: is it kwifimanager? But it didn't work, then tried installing wpa_supplicant, and it didn't work either, But thanks to your post about the wkihelps, I have learned that supplicant does not support ZD1211 chipset, so am thinking that I am back to square 1.

    Still have encryption enabled on my router, so am doing this from XP, which means I can't get at all the info about what I have done.

    Any pointers appreciated.

    Peter M.

  7. #97
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    Where did you find the info that the wpasupplicant package does not support your chipset??? Im only curious since Ive never seen this before.

  8. #98
    Join Date
    Oct 2005
    Location
    Wimborne, Dorset, England
    Beans
    85
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    http://hostap.epitest.fi/wpa_supplicant/

    does not show the Zydas ZD1211 chipset as being supported.

    I note that page was last updated 2/12/07, so guess that the information is current.

  9. #99
    Join Date
    Dec 2006
    Location
    USA
    Beans
    42

    Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    I started another thread but this thread already seems to be dealing with my issues. My problem is that I can connect to secured networks (at least 2 different networks) but I cannot connect to any unsecured networks. To connect to my secured network I am using:
    Code:
    sudo ifconfig eth1 down
    sudo iwconfig eth1 essid 'MY_NETWORKS_ESSID' key MY_KEY mode Managed
    sudo ifconfig eth1 up
    sudo dhclient eth1
    It works and I have a connection.
    When I try to connect to an unsecured network with:
    Code:
    sudo ifconfig eth1 down
    sudo iwconfig eth1 mode Managed essid 'NETGEAR'
    sudo ifconfig eth1 up
    sudo dhclient eth1
    I get the error:
    Code:
    There is already a pid file /var/run/dhclient.pid with pid 7188
    killed old client process, removed PID file
    Internet Systems Consortium DHCP Client V3.0.4
    Copyright 2004-2006 Internet Systems Consortium.
    All rights reserved.
    For info, please visit http://www.isc.org/sw/dhcp/
    
    Listening on LPF/eth1/00:16:cf:8f:80:98
    Sending on   LPF/eth1/00:16:cf:8f:80:98
    Sending on   Socket/fallback
    DHCPREQUEST on eth1 to 255.255.255.255 port 67
    DHCPREQUEST on eth1 to 255.255.255.255 port 67
    DHCPREQUEST on eth1 to 255.255.255.255 port 67
    DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7
    DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
    DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 13
    DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3
    No DHCPOFFERS received.
    Trying recorded lease 192.168.1.103
    PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
    
    --- 192.168.1.1 ping statistics ---
    1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
    
    No working leases in persistent database - sleeping.
    I can connect to this network under XP so I know that there is no MAC filtering going on or anything like that.
    Thanks in advance for any advice.
    --
    There are 10 kinds of people,
    those who understand binary and those who don't.

  10. #100
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: How To: Troubleshoot your Wireless Network Connection - Connecting at Command Li

    For your zydas card, what driver are you using??


    ----


    For your unencrypted network, can you post
    iwlist scan

    Try to connect from the command line leaving out the mode Managed part.

Page 10 of 98 FirstFirst ... 891011122060 ... LastLast

Tags for this Thread

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
  •