Results 1 to 7 of 7

Thread: D-Link DWl G122 Rev. A2

  1. #1
    Join Date
    Jan 2008
    Beans
    33

    D-Link DWl G122 Rev. A2

    I am using the windows XP driver installed with ndiswrapper GUI. The problem is that I keep losing my connectivity. The usb dongle just goes dead at various times. The weird thing is that when I installed Ubuntu Hardy H, I had the usb and a wired connection. The USB worked fine for a couple of days without having to install any driver. Then couple days later, it went completely dead, so, I installed the windows driver with ndiswrapper.

    Is there a way to re-establish the usb antenna without rebooting?

    Any ideas on:

    1. Why was it working originally? I don't think this chipset is supported out-of-the box.

    2. Why does it keep dropping out with the windows driver?

    thanks for any help.

    bobby
    Last edited by braganfamily; May 30th, 2008 at 10:14 PM.

  2. #2
    Join Date
    Jan 2008
    Beans
    33

    Re: D-Link DWl G122 Rev. A2

    a gentle bump...

    Not sure why i keep losing my usb wireless. But it did stay up most of the day!

  3. #3
    Join Date
    Oct 2007
    Location
    Chennai, India
    Beans
    3,804
    Distro
    Ubuntu Development Release

    Re: D-Link DWl G122 Rev. A2

    Quote Originally Posted by braganfamily View Post
    The problem is that I keep losing my connectivity. The usb dongle just goes dead at various times.
    Try using the following commands to turn off power management for your wireless:
    Code:
    sudo iwconfig eth0 txpower fixed
    sudo iwconfig eth0 power off
    sudo iwconfig eth0 commit
    Replace eth0 with the actual name of your interface.

    The third command may give an error as "feature not supported" that can be ignored.

    Either one of the first two commands should work and will take effect immediately, _until_ your next reboot.

    So give the commands, then surf for an hour or two to check if it is effective. If it is effective, you can add the commands to your "/etc/rc.local" to take effect on every reboot.

    Note that in the rc.local file, the last line should not be disturbed (ie, "exit 0")
    Last edited by prshah; June 2nd, 2008 at 05:34 PM.
    Cheers,PRShah
    Make your own: Ubuntu, Kubuntu, Xubuntu, Mythbuntu All-in-One Live DVD
    "I never make mistakes; I thought I did, once.. but I was wrong."

  4. #4
    Join Date
    Jan 2008
    Beans
    33

    Re: D-Link DWl G122 Rev. A2

    Thanks for the suggestion. I'll give it a try.

    Also, I just discovered that every time my usb wireless drops out, my usb printer does, also. Seems like all the usb ports go out at the same time.

    bobby

  5. #5
    Join Date
    Jan 2008
    Beans
    33

    Re: D-Link DWl G122 Rev. A2

    gave it a try, message

    bobby@bobby-desktop:~$ sudo iwconfig eth0 txpower fixed
    [sudo] password for bobby:
    Error for wireless request "Set Tx Power" (8B27) :
    GET failed on device eth0 ; Operation not supported.
    bobby@bobby-desktop:~$ sudo iwconfig eth0 power off
    Error for wireless request "Set Power Management" (8B2C) :
    SET failed on device eth0 ; Operation not supported.


    is that odd?

    bobby

  6. #6
    Join Date
    Oct 2007
    Location
    Chennai, India
    Beans
    3,804
    Distro
    Ubuntu Development Release

    Re: D-Link DWl G122 Rev. A2

    Quote Originally Posted by braganfamily View Post
    gave it a try, message

    bobby@bobby-desktop:~$ sudo iwconfig eth0 txpower fixed
    Error for wireless request "Set Tx Power" (8B27) :
    GET failed on device eth0 ; Operation not supported.
    Error for wireless request "Set Power Management" (8B2C) :
    SET failed on device eth0 ; Operation not supported.
    Err is eth0 your actual wireless device? If you are not sure, can you post the output of
    Code:
    iwconfig
    Beyond this, I have nothing... sorry!
    Cheers,PRShah
    Make your own: Ubuntu, Kubuntu, Xubuntu, Mythbuntu All-in-One Live DVD
    "I never make mistakes; I thought I did, once.. but I was wrong."

  7. #7
    Join Date
    Aug 2007
    Location
    Sofia, Bulgaria
    Beans
    27
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: D-Link DWl G122 Rev. A2

    I have v same problem with d-link g122 C1 on 7.10 Gutsy and I plug out and after plug in to make this usb to work. On hardy i have no problem with this.

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
  •