Announcement

Collapse
No announcement yet.

set up for a ndis wrap

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    set up for a ndis wrap

    can someone out there run me through this? i have a netgear wireless and my software buddy who set up kubuntu for me didn't have time to do. any help would be greatly appreciated.

    #2
    Re: set up for a ndis wrap

    I'm going to assume you want to know how to use ndiswrapper to install a windows driver.

    hears how I did it.

    first I made a folder in /home/vinny cald drivers.
    then I copey'd the XP drivers to this folder.
    in my case ......ar5416.sys net5416.cat net5416.inf

    then open a terminal in the folder that contanes the drvers and do...

    Code:
    sudo ndiswrapper -i net5416.inf
    this is MY .inf file use YOUR'S in the ubuve comand !

    then
    Code:
    sudo ndiswrapper -m
    then
    Code:
    sudo ndiswrapper -ma
    then
    Code:
    sudo ndiswrapper -mi
    then
    Code:
    sudo modprobe ndiswrapper
    now the card should work you may halft to reboot but not shure.

    and are you shure you nead to install drivers with ndiswrapper a lot of wirless is good to go from the start now.

    wicd is a faveret of a lot of pepole to but I had allredey had good resalt's with ndiswrapper so never tryed it.

    good luck VINNY

    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment

    Working...
    X