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

Thread: Netgear WG111T not working on Precise?

  1. #1
    Join Date
    May 2012
    Location
    Some planetary nebula...
    Beans
    85
    Distro
    Ubuntu 12.04 Precise Pangolin

    Netgear WG111T not working on Precise?

    Hey all!!!

    Wow its good to be back on Ubuntu but its inevitable that there will be issues and sadly they have arisen early this time around! I'm having trouble getting my Netgear WG111T Wireless-G USB adapter working on Precise and I have been having trouble getting Ubuntu to detect it or install any drivers. I have been able to find fixes for older versions of Ubuntu but they have become obsolete with the release of Precise. Any help would be greatly appreciated!!

    iMurshaq

    P.S. The computer is an eMachines EL-1333G-01w if that is necessary.
    Getting information off the Internet is like taking a drink from a fire hydrant. ~ Mitchell Kapor

  2. #2
    Join Date
    May 2012
    Location
    Some planetary nebula...
    Beans
    85
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Netgear WG111T not working on Precise?

    Bumparooni
    Getting information off the Internet is like taking a drink from a fire hydrant. ~ Mitchell Kapor

  3. #3
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Netgear WG111T not working on Precise?

    Please show:

    lsusb
    lsmod
    iwconfig
    rfkill list

  4. #4
    Join Date
    May 2012
    Location
    Some planetary nebula...
    Beans
    85
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Netgear WG111T not working on Precise?

    lsusb
    Code:
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 003: ID 1385:4251 Netgear, Inc WG111T (no firmware)
    Bus 001 Device 004: ID 058f:6361 Alcor Micro Corp. Multimedia Card Reader
    Bus 002 Device 002: ID 0518:0001 EzKEY Corp. USB to PS2 Adaptor v1.09
    Bus 001 Device 014: ID 05e3:0702 Genesys Logic, Inc. USB 2.0 IDE Adapter [GL811E]
    lsmod
    Code:
    Module                  Size  Used by
    nls_iso8859_1          12617  0 
    nls_cp437              12751  0 
    vfat                   17308  0 
    fat                    55605  1 vfat
    isofs                  39553  1 
    dm_crypt               22528  0 
    bnep                   17830  2 
    rfcomm                 38139  4 
    bluetooth             158438  10 bnep,rfcomm
    parport_pc             32114  0 
    ppdev                  12849  0 
    snd_hda_codec_realtek   174055  1 
    binfmt_misc            17292  1 
    snd_hda_intel          32765  3 
    snd_hda_codec         109562  2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              13276  1 snd_hda_codec
    snd_pcm                80845  2 snd_hda_intel,snd_hda_codec
    nvidia              10971098  40 
    snd_seq_midi           13132  0 
    acer_wmi               23612  0 
    snd_rawmidi            25424  1 snd_seq_midi
    snd_seq_midi_event     14475  1 snd_seq_midi
    sparse_keymap          13658  1 acer_wmi
    snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
    snd_timer              28931  2 snd_pcm,snd_seq
    snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
    psmouse                72846  0 
    serio_raw              13027  0 
    joydev                 17393  0 
    wmi                    18744  1 acer_wmi
    k8temp                 12905  0 
    snd                    62064  15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    mac_hid                13077  0 
    soundcore              14635  1 snd
    snd_page_alloc         14108  2 snd_hda_intel,snd_pcm
    i2c_nforce2            12906  0 
    lp                     17455  0 
    parport                40930  3 parport_pc,ppdev,lp
    vesafb                 13516  1 
    usbhid                 41906  0 
    hid                    77367  1 usbhid
    forcedeth              58096  0 
    pata_amd               13750  0 
    sata_nv                23360  3 
    usb_storage            39646  1
    iwconfig
    Code:
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    rfkill list
    Code:
    0: acer-wireless: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    Does that help at all???
    Getting information off the Internet is like taking a drink from a fire hydrant. ~ Mitchell Kapor

  5. #5
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Netgear WG111T not working on Precise?

    Did you try ndiswrapper?

    Code:
    sudo apt-get install linux-headers-$(uname -r) build-essential dkms ndiswrapper-utils-1.9 ndiswrapper-common ndisgtk ndiswrapper-dkms
    Try the atheros5523_usb_XPw9x driver from one of the attached tarballs.

    Its from the German forum:

    http://forum.ubuntuusers.de/post/2205984/

    I have split up the original tarball because of the size. The other 2 drivers are older.
    Attached Files Attached Files

  6. #6
    Join Date
    May 2012
    Location
    Some planetary nebula...
    Beans
    85
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Netgear WG111T not working on Precise?

    Should I install the ar5523.sys file with wine or is there another way????
    Getting information off the Internet is like taking a drink from a fire hydrant. ~ Mitchell Kapor

  7. #7
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Netgear WG111T not working on Precise?

    Install the .inf via terminal:

    Code:
    sudo ndiswrapper -i /path/to/folder/atheros5523_xpusb.inf
    Check:

    Code:
    ndiswrapper -l
    If the driver is shown, load the module:

    Code:
    sudo modprobe -v ndiswrapper
    and replug the stick. Check:

    Code:
    lsmod
    iwconfig
    dmesg | grep ndis
    rfkill list
    sudo iwlist scan

  8. #8
    Join Date
    May 2012
    Location
    Some planetary nebula...
    Beans
    85
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Netgear WG111T not working on Precise?

    ok if the .inf file is in a folder called ath5523usb_mod1 in my downloads folder what would be the path to the file? sorry im a noob
    Getting information off the Internet is like taking a drink from a fire hydrant. ~ Mitchell Kapor

  9. #9
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Netgear WG111T not working on Precise?

    Then it is:

    Code:
    sudo ndiswrapper -i ~/Downloads/ath5523usb_mod1/atheros5523_xpusb.inf
    But I recommend this one:

    atheros5523_usb_XPw9x.tar.gz

  10. #10
    Join Date
    May 2012
    Location
    Some planetary nebula...
    Beans
    85
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Netgear WG111T not working on Precise?

    I get this output:
    Code:
    tyler@EL1333G:~$ sudo ndiswrapper -i ~/Downloads/ath5523usb_mod1/atheros5523_xpusb.inf
    couldn't open /home/tyler/Downloads/ath5523usb_mod1/atheros5523_xpusb.inf: No such file or directory at /usr/sbin/ndiswrapper-1.9 line 219.
    Getting information off the Internet is like taking a drink from a fire hydrant. ~ Mitchell Kapor

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