Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 61

Thread: Wireless connect w/12.04 on AspireOne D-250

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

    Re: Wireless connect w/12.04 on AspireOne D-250

    When I ran the next two modprob lines, Nothing happened...or at least not that was evident
    Please run them again and let me see:
    Code:
    iwconfig
    sudo iwlist wlan0 scan
    Does it try to connect?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #32
    Join Date
    Sep 2012
    Beans
    32

    Re: Wireless connect w/12.04 on AspireOne D-250

    Yes, It tries to connect. I get the "wireless network authentication required" Click, and it tries and fails and comes back and wants authentication again. Little icon comes up says im offline.

    blackie@sherpa:~$ iwconfig
    lo no wireless extensions.

    eth1 IEEE 802.11 Access Point: Not-Associated
    Link Quality:5 Signal level:219 Noise level:199
    Rx invalid nwid:0 invalid crypt:4 invalid misc:0

    eth0 no wireless extensions.

    blackie@sherpa:~$ sudo iwlist wlan0 scan
    [sudo] password for blackie:
    Sorry, try again.
    [sudo] password for blackie:
    wlan0 Interface doesn't support scanning.

    blackie@sherpa:~$

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

    Re: Wireless connect w/12.04 on AspireOne D-250

    If eth1 is showing as your wireless interface, then wl, possibly the wrong driver, is still loaded. Please try again:
    Code:
    sudo modprobe -r wl
    sudo modprobe b43
    Verify that wl is NOT loaded and b43 is:
    Code:
    lsmod | grep -e wl -e b43
    ONLY b43 should be listed. Now see if your interface is wlan0:
    Code:
    iwconfig
    Now does it try to connect?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #34
    Join Date
    Sep 2012
    Beans
    32

    Re: Wireless connect w/12.04 on AspireOne D-250

    I don't think I see what I'm supposed to.....? I'm guessing b43 0 means it's not loaded?


    blackie@sherpa:~$ sudo modprobe -r wl
    [sudo] password for blackie:
    blackie@sherpa:~$ sudo modprobe -r wl
    blackie@sherpa:~$ sudo modprobe b43
    blackie@sherpa:~$ lsmod | grep -e wl -e b43
    b43 342643 0
    mac80211 436455 1 b43
    cfg80211 178679 2 b43,mac80211
    bcma 25651 1 b43
    ssb 50691 1 b43
    blackie@sherpa:~$ iwconfig
    lo no wireless extensions.

    wlan0 IEEE 802.11bg ESSIDff/any
    Mode:Managed Access Point: Not-Associated Tx-Power=off
    Retry long limit:7 RTS thrff Fragment thrff
    Power Managementn

    eth0 no wireless extensions.

    blackie@sherpa:~$

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

    Re: Wireless connect w/12.04 on AspireOne D-250

    b43 is loaded correctly. You now have an interface wlan0. Does it scan?
    Code:
    sudo iwlist wlan0 scan
    Does it try to 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. #36
    Join Date
    Sep 2012
    Beans
    32

    Re: Wireless connect w/12.04 on AspireOne D-250

    Crumbs!

    I get "Interface does not support scanning"

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

    Re: Wireless connect w/12.04 on AspireOne D-250

    Is b43 still loaded and not wl? Do you need to repeat the sequence first?
    Code:
    sudo modprobe -r wl
    sudo modprobe b43
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #38
    Join Date
    Sep 2012
    Beans
    32

    Re: Wireless connect w/12.04 on AspireOne D-250

    Now I'm getting beyond confused (if that is possible) I'm not sure what you're asking me.... I ran these two commands and get:

    blackie@sherpa:~$ sudo modprobe -r wl
    [sudo] password for blackie:
    blackie@sherpa:~$ sudo modprobe b43
    blackie@sherpa:~$ suod modprobe -r wl
    No command 'suod' found, did you mean:
    Command 'sudo' from package 'sudo' (main)
    Command 'sudo' from package 'sudo-ldap' (universe)
    suod: command not found
    blackie@sherpa:~$ sudo modprobe b43
    blackie@sherpa:~$


    This doesn't look good I suspect

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

    Re: Wireless connect w/12.04 on AspireOne D-250

    Quote Originally Posted by 8lackie View Post
    Now I'm getting beyond confused (if that is possible) I'm not sure what you're asking me.... I ran these two commands and get:

    blackie@sherpa:~$ sudo modprobe -r wl
    [sudo] password for blackie:
    blackie@sherpa:~$ sudo modprobe b43
    blackie@sherpa:~$ suod modprobe -r wl
    No command 'suod' found, did you mean:
    Command 'sudo' from package 'sudo' (main)
    Command 'sudo' from package 'sudo-ldap' (universe)
    suod: command not found
    blackie@sherpa:~$ sudo modprobe b43
    blackie@sherpa:~$


    This doesn't look good I suspect
    It looks fine. Now do you have an interface wlan0?
    Code:
    iwconfig
    Does it scan and connect?
    Code:
    sudo iwlist wlan0 scan
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #40
    Join Date
    Sep 2012
    Beans
    32

    Re: Wireless connect w/12.04 on AspireOne D-250

    blackie@sherpa:~$ iwconfig
    lo no wireless extensions.

    eth1 IEEE 802.11 Access Point: Not-Associated
    Link Quality:5 Signal level:0 Noise level:0
    Rx invalid nwid:0 invalid crypt:0 invalid misc:0

    eth0 no wireless extensions.

    blackie@sherpa:~$ sudo iwlist wanl0 scan
    [sudo] password for blackie:
    Sorry, try again.
    [sudo] password for blackie:
    wanl0 Interface doesn't support scanning.

    blackie@sherpa:~$ sudo modprobe -r wl
    blackie@sherpa:~$ sudo modprobe b43
    blackie@sherpa:~$

Page 4 of 7 FirstFirst ... 23456 ... 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
  •