Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 30

Thread: config network once wireless card installed, here is the output

  1. #11
    Join Date
    Jun 2008
    Beans
    32

    Re: config network once wireless card installed, here is the output

    Quote Originally Posted by alspal View Post
    finally edited the interface settings. and then run command sudo ifdown ra0 && sudo ifup ra0

    got this reply
    error for wireless request "set encode" (8B2A)
    set failed on device ra0 ; network is down
    error for wireless request "set encode" (8B1A)
    set failed on device ra0 ; network is down
    I have run the commands you requested and got these output results. THe wireless network i am trying to connect to is Goosen-WLAN should, the essid therefore not be set to Gooosen-WLAN instead of DLINK?

  2. #12
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: config network once wireless card installed, here is the output

    THe wireless network i am trying to connect to is Goosen-WLAN should, the essid therefore not be set to Gooosen-WLAN instead of DLINK?
    Your scan results, see post #1, showed two scan results. I'm sorry, I assumed the first one listed was yours. Please change to Gooosen-WLAN in your interfaces file.

    It doesn't like your WEP key. You do have a 10 or 26-character key, right? The lines in interfaces should look something like this, assuming you have a 10-character key:
    Code:
    auto lo
    iface lo inet loopback
    
    auto ra0
    iface ra0 inet static
    address 192.168.0.92
    netmask 255.255.255.0
    broadcast 192.168.0.255
    gateway 192.168.0.1
    wireless-essid Goosen-WLAN
    wireless-key 0123abc789d
    Is that what your file looks like with your details substituted, of course?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #13
    Join Date
    Jun 2008
    Beans
    32

    Re: config network once wireless card installed, here is the output

    Yes that is what the interfaces file looks like now. And when I run sudo ifup ra0...

    i get the following
    error for wireless request "set encode" (8B2A)
    set failed on device ra0 ; network is down
    error for wireless request "set encode" (8B1A)
    set failed on device ra0 ; network is down

    what to do?

  4. #14
    Join Date
    Jun 2008
    Beans
    32

    Re: config network once wireless card installed, here is the output

    those errors dissapear when I use iface ra0 inet ipv4ll instead of static address. However I am still not connected?!

  5. #15
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: config network once wireless card installed, here is the output

    Let's try a different approach. Please amend intefaces to:
    Code:
    auto lo
    iface lo inet loopback
    
    auto ra0
    iface ra0 inet static
    address 192.168.0.92
    netmask 255.255.255.0
    broadcast 192.168.0.255
    gateway 192.168.0.1
    up iwconfig ra0 essid Goosen-WLAN
    up iwconfig ra0 key 0123abc789d
    Then do:
    Code:
    sudo ifdown ra0 && sudo ifup ra0
    Did you connect?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #16
    Join Date
    Jun 2008
    Beans
    32

    Re: config network once wireless card installed, here is the output

    no connection, and no messages

  7. #17
    Join Date
    Jun 2008
    Beans
    32

    Re: config network once wireless card installed, here is the output

    output says,

    ifdown: interface ra0 not configured

  8. #18
    Join Date
    Jun 2008
    Beans
    32

    Re: config network once wireless card installed, here is the output

    Hopeless?

  9. #19
    Join Date
    Jun 2008
    Beans
    32

    Re: config network once wireless card installed, here is the output

    output says,

    ifdown: interface ra0 not configured

  10. #20
    Join Date
    Jun 2008
    Beans
    32

    Re: config network once wireless card installed, here is the output

    Need help, please help.

Page 2 of 3 FirstFirst 123 LastLast

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
  •