Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Netgear WG511 V2 (China)

  1. #1
    Join Date
    Dec 2009
    Beans
    6

    Unhappy Netgear WG511 V2 (China)

    Hello Guys,

    As most of us say that we are new to Linux, i can confirm i am as well.

    I have read on Ubuntu, and searched on Google, and some people are saying it has worked and some are saying its not.

    So can someone please tell me what i need to do to get my wireless working please.

    Many Thanks,
    No_ID

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

    Re: Netgear WG511 V2 (China)

    This should do it! http://ubuntuforums.org/showthread.php?t=76804

    The file you need to add prism54 to is now /etc/modprobe.d/blacklist.conf instead of what is listed in the HOWTO. I just tried the download (wget) and it is still live.

    Please post back if you get stuck.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Dec 2009
    Beans
    6

    Re: Netgear WG511 V2 (China)

    Hello,

    THank you for the information, can you please confirm what i need to download from here.

    http://wireless.kernel.org/en/users/Download

    and then download this.

    http://sourceforge.net/projects/ndiswrapper/files/

    But then where do i type this?

    Code:
    sudo apt-get install ndiswrapper-utils
    and should i follow the post which is 2nd, as mine isnt a 3rd version.

    Many Thanks.

  4. #4
    Join Date
    Dec 2009
    Beans
    6

    Re: Netgear WG511 V2 (China)

    Hello,

    Can someone please tell me how to find if i have SUDO is installed.

    Thank you

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

    Re: Netgear WG511 V2 (China)

    You have sudo installed by default. You will type those commands in a terminal. If you use Gnome, it's Applications -> Accessories -> Terminal. You need nothing from kernel.org. Also, the commands assume you have an internet connection; that is, you can drag that laptop over to the router, modem or otherwise, connect an ethernet cable and install things over the internet. Post back, we will help you.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #6
    Join Date
    Dec 2009
    Beans
    6

    Re: Netgear WG511 V2 (China)

    Hello,

    After typing this,

    sudo apt-get install ndiswrapper-utils

    [img]http://img692.imageshack.us/img692/8...reenshotpc.png[/img]

    Is this fine? Or do i need to change something or carry on?

    Many Thanks

  7. #7
    Join Date
    Dec 2009
    Beans
    6

    Re: Netgear WG511 V2 (China)

    also after that i still went forward and download the file by using the command, after that i tried to unzip the file and i got the following code, can you please tell me what it means.

    Code:
    unzip:  cannot find or open AVDR_2802wV.2_WHQL.zip, AVDR_2802wV.2_WHQL.zip.zip or AVDR_2802wV.2_WHQL.zip.ZIP.
    I know what it means but i dont know where the file is, as i typed the command and it downloaded the file.

    Many Thanks Guys

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

    Re: Netgear WG511 V2 (China)

    Quote Originally Posted by no_id View Post
    Hello,

    After typing this,

    sudo apt-get install ndiswrapper-utils

    [img]http://img692.imageshack.us/img692/8...reenshotpc.png[/img]

    Is this fine? Or do i need to change something or carry on?

    Many Thanks
    It suggests ndiswrapper-common, so I suggest:
    Code:
    sudo apt-get install ndiswrapper-common
    Last edited by chili555; December 18th, 2009 at 11:43 PM.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

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

    Re: Netgear WG511 V2 (China)

    Quote Originally Posted by no_id View Post
    also after that i still went forward and download the file by using the command, after that i tried to unzip the file and i got the following code, can you please tell me what it means.

    Code:
    unzip:  cannot find or open AVDR_2802wV.2_WHQL.zip, AVDR_2802wV.2_WHQL.zip.zip or AVDR_2802wV.2_WHQL.zip.ZIP.
    I know what it means but i dont know where the file is, as i typed the command and it downloaded the file.

    Many Thanks Guys
    By default, Ubuntu downloads to your desktop. In your home directory, there is a subdirectory called Desktop. In the terminal, do:
    Code:
    cd Desktop
    unzip AV*
    cd AV   <---press Tab, it will fill in for you
    cd Driver/WinXP/
    ndiswrapper -i 2802W.inf
    Carry on with the instructions as listed in the forum post.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #10
    Join Date
    Dec 2009
    Beans
    6

    Re: Netgear WG511 V2 (China)

    Hello,

    the problem is i dont have a CD with the drivers, will that be a problem?

    Many Thanks.

Page 1 of 2 12 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
  •