Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 48

Thread: DWA-131 Ver b Frm/w 2.00

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

    Re: DWA-131 Ver b Frm/w 2.00

    As you can see, there is nothing significant here. How about:
    Code:
    cat /var/log/syslog | grep -i 330d | tail -n20
    cat /var/log/syslog | grep -i usb | tail -n20
    If we can't identify and correct the crash, we ought to remove ndiswrapper and try another approach. I am rather unclear, at this point, what other approach is even available!

    Is your a 64-bit system?
    Code:
    uname -a
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #22
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    So I did some research and it seems that there was a bug in the kernel that caused the crash with the DWA-131 plugged in once the system begin to recognize it. To fix this I upgraded to the newest kernel version (3.7.4). Unfortunately, this only fixed the crashing issue. The device still is working.

    Also to answer your question my processor is 64bit.

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

    Re: DWA-131 Ver b Frm/w 2.00

    To fix this I upgraded to the newest kernel version (3.7.4).
    May we see:
    Code:
    modinfo rtl8192cu | grep 330D
    sudo modprobe ndiswrapper
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #24
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    Quote Originally Posted by chili555 View Post
    May we see:
    Code:
    modinfo rtl8192cu | grep 330D
    sudo modprobe ndiswrapper
    Thanks.
    Code:
    modinfo rtl8192cu | grep 330D
    returned nothing and
    Code:
    sudo modprobe ndiswrapper
    returned "FATAL: Module ndiswrapper not found."

  5. #25
    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 try an old trick since we know ndiswrapper is out of the picture for now:
    Code:
    sudo modprobe rtl8192cu
    echo "2001 330D" | sudo tee /sys/bus/usb/drivers/rtl8192cu/new_id
    Now let's see if there is any action in the message logs:
    Code:
    dmesg | grep 8192
    And if a wireless interface, ideally wlan0, was created:
    Code:
    iwconfig
    And if it scans and sees networks:
    Code:
    sudo iwlist wlan0 scan
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #26
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    Quote Originally Posted by chili555 View Post
    Let's try an old trick since we know ndiswrapper is out of the picture for now:
    Code:
    sudo modprobe rtl8192cu
    echo "2001 330D" | sudo tee /sys/bus/usb/drivers/rtl8192cu/new_id
    Now let's see if there is any action in the message logs:
    Code:
    dmesg | grep 8192
    And if a wireless interface, ideally wlan0, was created:
    Code:
    iwconfig
    And if it scans and sees networks:
    Code:
    sudo iwlist wlan0 scan
    Code:
    echo "2001 330D" | sudo tee /sys/bus/usb/drivers/rtl8192cu/new_id
    returned "2001 330D"
    Code:
    dmesg | grep 8192
    returned "[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88005bc00000 s84736 r8192 d21760 u1048576[ 0.000000] pcpu-alloc: s84736 r8192 d21760 u1048576 alloc=1*2097152
    [ 2826.250156] usbcore: registered new interface driver rtl8192cu"

    Code:
    iwconfig
    returned "eth0 no wireless extensions.


    lo no wireless extensions."
    and
    Code:
    sudo iwlist wlan0 scan
    returned "Interface doesn't support scanning."

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

    Re: DWA-131 Ver b Frm/w 2.00

    The next thing I suggest is compiling ndiswrapper against your new kernel version. Then see if ndiswrapper and the Windows XP .inf will finally succeed. Here is an outline: http://ubuntuforums.org/showthread.p...1#post12527981 Please see post #122. Since you already have the .inf and .sys files installed, it ought to, if it's going to, start up when you modprobe ndiswrapper.

    Off for the evening. They insist I have food and sleep around here.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #28
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    Quote Originally Posted by chili555 View Post
    The next thing I suggest is compiling ndiswrapper against your new kernel version. Then see if ndiswrapper and the Windows XP .inf will finally succeed. Here is an outline: http://ubuntuforums.org/showthread.p...1#post12527981 Please see post #122. Since you already have the .inf and .sys files installed, it ought to, if it's going to, start up when you modprobe ndiswrapper.

    Off for the evening. They insist I have food and sleep around here.
    Followed the instructions but the device still didn't start.

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

    Re: DWA-131 Ver b Frm/w 2.00

    Are there any informative messages here?
    Code:
    dmesg | grep ndis
    I have just about exhausted all my mojo except newegg.com.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #30
    Join Date
    Feb 2013
    Beans
    16

    Re: DWA-131 Ver b Frm/w 2.00

    Quote Originally Posted by chili555 View Post
    Are there any informative messages here?
    Code:
    dmesg | grep ndis
    I have just about exhausted all my mojo except newegg.com.
    Code:
    dmesg | grep ndis
    returned
    [ 113.222234] ndiswrapper version 1.58 loaded (smp=yes, preempt=no)
    [ 240.964381] [<ffffffffa034505e>] load_wrap_device+0x18e/0x1e0 [ndiswrapper]
    [ 240.964430] [<ffffffffa0353dac>] wrap_pnp_start_pci_device+0x4c/0x90 [ndiswrapper]
    [ 240.964940] [<ffffffffa0345214>] loader_init+0xa4/0x150 [ndiswrapper]
    [ 240.964970] [<ffffffffa0317073>] wrapper_init+0x73/0x1000 [ndiswrapper]

Page 3 of 5 FirstFirst 12345 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
  •