Page 62 of 98 FirstFirst ... 1252606162636472 ... LastLast
Results 611 to 620 of 978

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

  1. #611
    Join Date
    Jul 2008
    Beans
    11

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

    Quote Originally Posted by kevdog View Post
    Are you sure your interface is eth0 -- that is usually the ethernet wired interface.
    Hi, MeThinks I was confused by our Eee's which show ath0 as the interface.

    I have re-run the instructions several times and now have the message:
    No DHCPOFFERS received.
    No working leases in persitent database - sleeping.

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

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

    kinrose

    Best advice

    Figure out the interface
    Try an unencrypted connection
    Use an ESSID with only letters or numbers -- no spaces or crazy characters.
    Broadcast the Essid

    Make sure you can see your router with
    iwlist scan

    Hmm. maybe you could provide more info.

  3. #613
    Join Date
    Feb 2008
    Beans
    12
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    I put "sleep 20" in, and still nothing.

    I tried it again manually (deleted the commands out of rc.local) and it does work that way. But when I enter the line "sudo wpa_supplicant -w -Dmadwifi -iath0 -c/etc/wpa_supplicant.conf" with and without "-dd", it either goes in a loop or just sits there without returning back to commandline. I then open up another terminal, type the rest of the commands, and voila, it connects. Could this be the problem when rc.local runs at boot?
    Last edited by tornsolitude; July 14th, 2008 at 02:17 AM. Reason: forgot something

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

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

    Can you try with a -Bw flag instead of a -w flag? B sends it into the background. Not sure if this will make a difference in your case.

  5. #615
    Join Date
    Feb 2008
    Beans
    12
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    It worked! Thank you so much!

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

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

    Does it work without the sleep statement and only the -Bw flag?

  7. #617
    Join Date
    Feb 2008
    Beans
    12
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    Yes, I took out the sleep statement and used -Bw.

  8. #618
    Join Date
    Jun 2008
    Beans
    13

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

    Hi Guys,

    Please i need help with my wireless conection, i have a Toshiba P25 with Atheros AR5211 802.11ab NIC, i installed the lastest version of madwifi and WICD Manager, i can see my router but i can't conect to it, i'm using WPA-PSK.

    Here some output:

    Code:
    gabby@gabby-laptop:~$ lshw -C network
    WARNING: you should run this program as super-user.
      *-network:0             
           description: Ethernet interface
           product: RTL-8139/8139C/8139C+
           vendor: Realtek Semiconductor Co., Ltd.
           physical id: 1
           bus info: pci@0000:02:01.0
           logical name: eth0
           version: 10
           serial: 00:02:3f:82:3c:02
           width: 32 bits
           clock: 33MHz
           capabilities: bus_master cap_list ethernet physical
           configuration: broadcast=yes driver=8139too driverversion=0.9.28 ip=192.168.4.8 latency=32 maxlatency=64 mingnt=32 module=8139too multicast=yes
      *-network:1
           description: Wireless interface
           product: AR5211 802.11ab NIC
           vendor: Atheros Communications Inc.
           physical id: 2
           bus info: pci@0000:02:02.0
           logical name: wifi0
           version: 01
           serial: 00:90:96:59:f5:dc
           width: 32 bits
           clock: 33MHz
           capabilities: bus_master cap_list logical ethernet physical wireless
           configuration: broadcast=yes driver=ath_pci latency=168 maxlatency=28 mingnt=10 module=ath_pci multicast=yes wireless=IEEE 802.11a
    gabby@gabby-laptop:~$
    gedit /etc/network/interfaces

    Code:
    auto lo
    iface lo inet loopback
    
    auto ath0
    iface ath0 inet dhcp
    wpa-driver madwifi
    wpa-ssid ITCS
    wpa-key-mgmt WPA-PSK
    wpa-proto WPA
    wpa-pairwise TKIP
    wpa-group TKIP
    wpa-psk mykey
    sudo iwlist scan

    Code:
    o        Interface doesn't support scanning.
    
    eth0      Interface doesn't support scanning.
    
    wifi0     Interface doesn't support scanning.
    
    ath0      Scan completed :
              Cell 01 - Address: 00:13:10:27:24:31
                        ESSID:"thegirls"
                        Mode:Master
                        Frequency:2.462 GHz (Channel 11)
                        Quality=25/70  Signal level=-70 dBm  Noise level=-95 dBm
                        Encryption key:on
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                                  24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                                  12 Mb/s; 48 Mb/s
                        Extra:bcn_int=100
              Cell 02 - Address: 00:1A:2F:91:E2:D0
                        ESSID:"ITCS"
                        Mode:Master
                        Frequency:2.462 GHz (Channel 11)
                        Quality=43/70  Signal level=-52 dBm  Noise level=-95 dBm
                        Encryption key:on
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                                  11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                                  48 Mb/s; 54 Mb/s
                        Extra:bcn_int=100
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (1) : TKIP
                            Authentication Suites (1) : PSK
                        Extra:wme_ie=dd180050f2020101830003a4000027a4000042435e0062322f00
              Cell 03 - Address: 00:11:20:1B:5B:DC
                        ESSID:"ITCS"
                        Mode:Master
                        Frequency:2.462 GHz (Channel 11)
                        Quality=32/70  Signal level=-63 dBm  Noise level=-95 dBm
                        Encryption key:on
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
                        Extra:bcn_int=100
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (1) : TKIP
                            Authentication Suites (1) : PSK
                        Extra:wme_ie=dd180050f20201018c0003a4000027a4000042435e0062322f00
              Cell 04 - Address: 00:0A:95:F6:48:6C
                        ESSID:"Maxx Network"
                        Mode:Master
                        Frequency:2.462 GHz (Channel 11)
                        Quality=10/70  Signal level=-85 dBm  Noise level=-95 dBm
                        Encryption key:on
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                                  9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                                  48 Mb/s; 54 Mb/s
                        Extra:bcn_int=100
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (2) : CCMP TKIP
                            Authentication Suites (1) : PSK
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (1) : TKIP
                            Authentication Suites (1) : PSK
    gksu gedit /etc/wpa_supplicant.conf

    Code:
    ap_scan=1
    ctrl_interface=/var/run/wpa_supplicant 
    
    network={
            ssid="ITCS"
            scan_ssid=0
            proto=WPA
            key_mgmt=WPA-PSK
            psk="mykey"
            pairwise=TKIP
            group=TKIP
    }

    Do i need to do something else?.

    Thanks in advance.

  9. #619
    Join Date
    Apr 2006
    Location
    Perth, Australia
    Beans
    70
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Brilliant!! I love you!!
    It's so great to go back to the very basic level, that's why I love Linux when things aren't working you can start from scratch and build them up.

    Thank you!

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

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

    elegua

    What's the problem?? -- We are not using the /etc/network/interfaces file in this example. -- neither does wicd.

    Did you type any commands on the command line?

Page 62 of 98 FirstFirst ... 1252606162636472 ... 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
  •