Results 1 to 4 of 4

Thread: Verfying wireless status (Darter Ultra)

  1. #1
    Join Date
    Jan 2009
    Beans
    40

    Verfying wireless status (Darter Ultra)

    So, I get that Fn-F11 supposedly turns wireless on and off, but:

    a) does it really? Seems like the wireless card still knows about all the local networks, it just won't let me talk to them.

    b) how do I check which state it's in? Looks like ifconfig only tells me if I've received DHCP info, not whether the card is active.

  2. #2
    Join Date
    Sep 2006
    Location
    Denver, Colorado
    Beans
    5,638
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Verfying wireless status (Darter Ultra)

    If you right-click the network manager icon and then de-select "Enable Wireless Networking" you will not be able to see or connect to networks.

    I don't believe it removes power from the card (as it's still seen by iwconfig), but I think this keeps it from transmitting or receiving.
    To err is human, to forgive is very ... dog-like.

    Thomas Aaron
    FetchMasters, LLC

  3. #3
    Join Date
    Mar 2006
    Location
    Nantes
    Beans
    390
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Verfying wireless status (Darter Ultra)

    Does unloading the driver turn power off to the card?

  4. #4
    Join Date
    Sep 2006
    Location
    Denver, Colorado
    Beans
    5,638
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Verfying wireless status (Darter Ultra)

    Hmmm...

    Yes, I just tried that and it worked like a charm.

    To remove it...
    Code:
    sudo rmmod iwl3945
    To re-install it...
    Code:
    sudo modprobe iwl3945
    Your module name will vary. Run...
    Code:
    lsmod
    ...to find yours.
    To err is human, to forgive is very ... dog-like.

    Thomas Aaron
    FetchMasters, LLC

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
  •