Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

  1. #1
    Join Date
    Dec 2011
    Beans
    13

    WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    Hello,
    I have a D-Link DWA-130 (rev C1) USB Wireless Adapter, and I'm trying to work with Ubuntu 11.1 on a AMD quad-core desktop.
    Here is my lsusb for more adapter info:
    Code:
    tyler@Tyler:/$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 004: ID 2001:3301 D-Link Corp. DWA-130 802.11n Wireless N Adapter(rev.C1) [Realtek RTL8192U]
    Bus 004 Device 002: ID 045e:00b0 Microsoft Corp. Digital Media Pro Keyboard
    Bus 005 Device 002: ID 046d:c518 Logitech, Inc. MX610 Laser Cordless Mouse
    I have downloaded (ethernet works fine) and installed Ndiswapper and my device's driver from the D-Link webpage. I am using the dnet130c1.inf file in the WINXPx64 folder that D-Link provided as my driver. Ndiswapper says "dnet130c1 Hardware present: Yes", so I went to "Configure Network" and under Wireless I add a profile for my SSID and WPA passphrase. Reboot. Adapter is not lighting up and Wi-Fi is greyed out on the systray saying "Wireless Network wireless is disabled". I did iwconfig and ifconfig:
    Code:
    tyler@Tyler:/$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     802.11b/g/n  Mode:Managed  Access Point: Not-Associated   
              Bit Rate:1 Mb/s   
              Retry min limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    
    tyler@Tyler:/$ ifconfig
    eth0      Link encap:Ethernet  HWaddr 6c:f0:49:94:f5:45  
              inet addr:66.177.134.86  Bcast:66.177.135.255  Mask:255.255.254.0
              inet6 addr: fe80::6ef0:49ff:fe94:f545/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:66740 errors:0 dropped:0 overruns:0 frame:0
              TX packets:7179 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:9595059 (9.5 MB)  TX bytes:1164146 (1.1 MB)
              Interrupt:42 Base address:0xe000 
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:712 errors:0 dropped:0 overruns:0 frame:0
              TX packets:712 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:60680 (60.6 KB)  TX bytes:60680 (60.6 KB)
    I noticed on iwconfig it says Access Point: not associated. So I'm thinking that the driver is fine but somehow the adapter isn't "turned on", aka not looking for network for some reason. This is the same whether or not I unplug the ethernet and I don't have a radio tower key on my keyboard. What is my next step here? I'm stuck
    Last edited by SpiritBear; December 21st, 2011 at 03:25 AM.

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    Hi, welcome to the forum! You should not need ndiswrapper because ubuntu comes with the driver you need.

    Copy and paste all commands for accuracy.

    Please run these commands one at a time:
    Code:
    sudo modprobe -rf ndiswrapper
    sudo apt-get remove --purge ndiswrapper-common ndiswrapper-utils-1.9 ndisgtk
    sudo rm /etc/modprobe.d/ndiswrapper.conf
    sudo rm -r /etc/ndiswrapper/* 
    sudo depmod -a
    Then unplug your wired connection and run:
    Code:
    sudo modprobe r8192u_usb
    Thanks

  3. #3
    Join Date
    Dec 2011
    Beans
    13

    Re: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    Hey wildmanne,
    Thanks for your help. I did exactly what you posted to do. Ndiswrapper was successfully removed, but I have not gotten any further with the problem. Systray still says "Wireless Networks: device not ready" and the light is off on the adapter. I tried rebooting and unplugging/plugging the adapter. No change.

  4. #4
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    Hi, please post the results of:
    Code:
    cat /etc/lsb-release; uname -a
    iwconfig
    rfkill list all
    lsmod
    Thanks

  5. #5
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    Doesn't the DWA-130 use the ar9170 chipset, necessitating the use of the (comes with the 2.6 kernel and beyond) carl9170 driver with carl9170-1.fw? Or does the C1 version use another chipset?
    I was just working through this on someone else's machine. May not have been the same revision.

    Please ignore a forgetful old man...
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  6. #6
    Join Date
    Dec 2011
    Beans
    13

    Re: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    Code:
    tyler@Tyler:~$ cat /etc/lsb-release; uname -a
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=11.10
    DISTRIB_CODENAME=oneiric
    DISTRIB_DESCRIPTION="Ubuntu 11.10"
    Linux Tyler 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:34:47 UTC 2011 i686 athlon i386 GNU/Linux
    tyler@Tyler:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     802.11b/g/n  Mode:Managed  Access Point: Not-Associated   
              Bit Rate:1 Mb/s   
              Retry min limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    
    tyler@Tyler:~$ rfkill list all
    tyler@Tyler:~$ lsmod
    Module                  Size  Used by
    rfcomm                 38408  0 
    bnep                   17923  2 
    bluetooth             148839  10 rfcomm,bnep
    parport_pc             32114  0 
    ppdev                  12849  0 
    binfmt_misc            17292  1 
    vesafb                 13489  1 
    r8192u_usb            248351  0 
    joydev                 17393  0 
    snd_hda_codec_hdmi     31426  1 
    snd_hda_codec_realtek   254125  1 
    snd_hda_intel          24262  2 
    snd_hda_codec          91754  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              13276  1 snd_hda_codec
    snd_pcm                80435  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_midi           13132  0 
    snd_rawmidi            25241  1 snd_seq_midi
    snd_seq_midi_event     14475  1 snd_seq_midi
    snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
    snd_timer              28932  2 snd_pcm,snd_seq
    snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
    fglrx                2595537  116 
    snd                    55902  14 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    serio_raw              12990  0 
    k10temp                12990  0 
    soundcore              12600  1 snd
    snd_page_alloc         14115  2 snd_hda_intel,snd_pcm
    sp5100_tco             13495  0 
    ati_agp                13242  0 
    lp                     17455  0 
    parport                40930  3 parport_pc,ppdev,lp
    i2c_piix4              13093  0 
    usbhid                 41905  0 
    hid                    77367  1 usbhid
    floppy                 60310  0 
    pata_atiixp            12967  0 
    r8169                  43104  0 
    ahci                   21634  2 
    libahci                25727  1 ahci
    Quote Originally Posted by wildmanne39 View Post
    Hi, please post the results of:
    Code:
    cat /etc/lsb-release; uname -a
    iwconfig
    rfkill list all
    lsmod
    Thanks

  7. #7
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    Dang! OK. Forget the old man. It was in his original post.

    I'll go drool somewhere in my boxers and black socks with garters.

    Carry on!
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  8. #8
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    Hi QIII
    Chocolate-Covered Ubuntu, there are probably some that do but each wireless card comes with many chips and that is what you have to go by that is why I ask him to run commands and post information because of so many different chips even in the same card, I will show you how to tell which chip later if you would like.

    SpiritBear I have to get off for tonight, I will start on this tomorrow we have made progress you are using the right driver now that is a big start.
    Thanks

  9. #9
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    No thanks. I saw the chipset when I bothered to tip my bifocals and look back at his original post.

    I've been doing this computer gig since the days of punch cards and acoustic couplers. Just the eyes going bad.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  10. #10
    Join Date
    Dec 2011
    Beans
    13

    Re: WiFi troubles: D-Link DWA-130 on Ubuntu 11.1

    Quote Originally Posted by wildmanne39 View Post
    Hi QIII
    SpiritBear I have to get off for tonight, I will start on this tomorrow we have made progress you are using the right driver now that is a big start.
    Thanks
    thanks for your help so far

Page 1 of 3 123 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
  •