Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 48

Thread: DWA-131 Ver b Frm/w 2.00

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

    Re: DWA-131 Ver b Frm/w 2.00

    Quote Originally Posted by revelias View Post
    Everything seemed to go well until I entered the last code
    Code:
     sudo modprobe ndiswrapper
    then it returned "FATAL: Module ndiswrapper not found."
    Please try:
    Code:
    sudo apt-get install ndiswrapper-dkms
    sudo apt-get install --reinstall ndiswrapper-common ndiswrapper-utils-1.9
    sudo modprobe ndiswrapper
    Don't make me get out the big hammer!!
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #12
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    Quote Originally Posted by chili555 View Post
    Please try:
    Code:
    sudo apt-get install ndiswrapper-dkms
    sudo apt-get install --reinstall ndiswrapper-common ndiswrapper-utils-1.9
    sudo modprobe ndiswrapper
    Don't make me get out the big hammer!!
    I ran the codes without errors but it did not get the device running.

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

    Re: DWA-131 Ver b Frm/w 2.00

    Let's see if there are any informative messages:
    Code:
    ndiswrapper -l
    That's a lower-case L for 'list.'
    Code:
    dmesg | grep ndis
    The pipe symbol | is on the right side of my US keyboard on the same key with \.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #14
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    Quote Originally Posted by chili555 View Post
    Let's see if there are any informative messages:
    Code:
    ndiswrapper -l
    That's a lower-case L for 'list.'
    Code:
    dmesg | grep ndis
    The pipe symbol | is on the right side of my US keyboard on the same key with \.
    I ran the codes
    Code:
    ndiswrapper -l
    returned "netrtwlanu : driver installed" while
    Code:
    dmesg | grep ndis
    didn't return anything.

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

    Re: DWA-131 Ver b Frm/w 2.00

    What..?? Was the device inserted at the time? If so, and the .inf file was correct for the device, it ought to have also returned 'device present.' Check:
    Code:
    lsusb
    Does the device show up as before?
    Device 003: ID 2001:330d D-Link Corp.
    Now check the .inf file:
    Code:
    less Desktop/xp/WinXP/netrtwlanu.inf   <--or WinX64 if yours is a 64-bit system
    Do you see the parts I quoted?
    %DLink.DeviceDesc% = RTL8192cu.ndi, USB\VID_2001&PID_330D
    ;;************************************************ ****************************
    ;; IDs for X64
    ;;************************************************ ****************************

    [DLink.NTamd64]

    %DLink.DeviceDesc% = RTL8192cu.ndi, USB\VID_2001&PID_330D
    Get out of 'less' with q.

    Perhaps the module needs to be loaded first:
    Code:
    sudo modprobe ndiswrapper
    ndiswrapper -l
    dmesg | grep ndis
    This case gets more interesting by the moment!
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #16
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    Quote Originally Posted by chili555 View Post
    What..?? Was the device inserted at the time? If so, and the .inf file was correct for the device, it ought to have also returned 'device present.' Check:
    Code:
    lsusb
    Does the device show up as before?Now check the .inf file:
    Code:
    less Desktop/xp/WinXP/netrtwlanu.inf   <--or WinX64 if yours is a 64-bit system
    Do you see the parts I quoted?Get out of 'less' with q.

    Perhaps the module needs to be loaded first:
    Code:
    sudo modprobe ndiswrapper
    ndiswrapper -l
    dmesg | grep ndis
    This case gets more interesting by the moment!
    OK I re-ran the codes with the device in and got: driver installed device (2001:330D) present for "ndiswrapper -l" and nothing returned for the second code.

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

    Re: DWA-131 Ver b Frm/w 2.00

    OK I re-ran the codes with the device in
    Excellent.

    Please do:
    Code:
    sudo su
    echo ndiswrapper >> /etc/modules
    exit
    Reboot so we have a clean slate. Then run:
    Code:
    iwconfig > revelias.txt
    dmesg  >> revelias.txt
    Find the text file revelias.txt in your user directory and paste it here: http://paste.ubuntu.com/

    Give us the link so we can study the messages and try to see what's going wrong.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #18
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    Quote Originally Posted by chili555 View Post
    Excellent.

    Please do:
    Code:
    sudo su
    echo ndiswrapper >> /etc/modules
    exit
    Reboot so we have a clean slate. Then run:
    Code:
    iwconfig > revelias.txt
    dmesg  >> revelias.txt
    Find the text file revelias.txt in your user directory and paste it here: http://paste.ubuntu.com/

    Give us the link so we can study the messages and try to see what's going wrong.
    I ran
    Code:
    sudo su
    echo ndiswrapper >> /etc/modules
    exit
    and rebooted with the device in which resulted in kernal panic with the gui crashing. I then rebooted without the device and was able to log in but once i plugged the device in it crashed the system.

    Here is the link to the output:
    http://paste.ubuntu.com/5582795/
    Last edited by revelias; March 3rd, 2013 at 06:30 PM.

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

    Re: DWA-131 Ver b Frm/w 2.00

    Yikes! Any clues here?
    Code:
    cat /var/log/syslog | grep ndis | tail -n20
    If there are few or no lines of output, look here:
    Code:
    cat /var/log/syslog.1 | grep ndis | tail -n20
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #20
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    That code returned:

    Mar 3 11:11:45 daniel-Presario-F700-GR970UA-ABA kernel: [ 18.278590] ndiswrapper version 1.57 loaded (smp=yes, preempt=no)
    Mar 3 11:11:45 daniel-Presario-F700-GR970UA-ABA kernel: [ 18.355963] usbcore: registered new interface driver ndiswrapper
    Mar 3 11:13:03 daniel-Presario-F700-GR970UA-ABA kernel: [ 18.280781] ndiswrapper version 1.57 loaded (smp=yes, preempt=no)
    Mar 3 11:13:03 daniel-Presario-F700-GR970UA-ABA kernel: [ 18.440984] usbcore: registered new interface driver ndiswrapper
    Mar 3 11:15:57 daniel-Presario-F700-GR970UA-ABA kernel: [ 19.125667] ndiswrapper version 1.57 loaded (smp=yes, preempt=no)
    Mar 3 11:15:57 daniel-Presario-F700-GR970UA-ABA kernel: [ 19.319255] usbcore: registered new interface driver ndiswrapper

Page 2 of 5 FirstFirst 1234 ... 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
  •