Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35

Thread: Installing appropriate driver for D-Link Dwa-140 RevB

  1. #11
    Join Date
    Jan 2009
    Beans
    136
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    When I run the 'make command' I get this error message

    Code:
    make[2]: *** [/home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/rtmp_init.o] Error 1
    make[1]: *** [_module_/home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-11-generic-pae'
    make: *** [LINUX] Error 2
    root@david-linux:/home/david

  2. #12
    Join Date
    Jan 2009
    Beans
    136
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    [QUOTE=Burky;11329557]When I run the 'make command' I get this error message

    Code:
    root@david-linux:/home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0# make
    make -C tools
    make[1]: Entering directory `/home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/tools'
    gcc -g bin2h.c -o bin2h
    make[1]: Leaving directory `/home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/tools'
    /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/tools/bin2h
    cp -f os/linux/Makefile.6 /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/Makefile
    make  -C  /lib/modules/2.6.38-11-generic-pae/build SUBDIRS=/home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.38-11-generic-pae'
      CC [M]  /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/crypt_md5.o
      CC [M]  /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/crypt_sha2.o
      CC [M]  /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/crypt_hmac.o
      CC [M]  /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/mlme.o
    /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/mlme.c: In function ���BssTableSetEntry���:
    /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/mlme.c:4004:39: warning: operation on ���Tab->BssOverlapNr��� may be undefined
    /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/mlme.c: In function ���BssTableSortByRssi���:
    /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/mlme.c:4408:1: warning: the frame size of 1576 bytes is larger than 1024 bytes
      CC [M]  /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/cmm_wep.o
      CC [M]  /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/action.o
      CC [M]  /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/cmm_data.o
      CC [M]  /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/rtmp_init.o
    /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/rtmp_init.c: In function ���RtmpRaDevCtrlInit���:
    /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/rtmp_init.c:3710:2: error: implicit declaration of function ���init_MUTEX���
    /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/rtmp_init.c:3711:2: warning: passing argument 2 of ���os_alloc_mem��� from incompatible pointer type
    /home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/include/rtmp.h:5707:13: note: expected ���UCHAR **��� but argument is of type ���UCHAR *���
    make[2]: *** [/home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux/../../common/rtmp_init.o] Error 1
    make[1]: *** [_module_/home/david/Downloads/dwa140_revB_linux_drivers_2130/2010_0413_RT3070_Linux_STA_v2.1.3.0/os/linux] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-11-generic-pae'
    make: *** [LINUX] Error 2

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

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    Maybe this driver is too old. Try that one from my link.

  4. #14
    Join Date
    Jan 2009
    Beans
    136
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    Quote Originally Posted by praseodym View Post
    Maybe this driver is too old. Try that one from my link.
    Nope nothing.. (

    I even tried sudo modprobe rt2870sta

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

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    Are the needed tools for compiling installed?

    Code:
    sudo apt-get install --reinstall linux-headers-generic-pae build-essential dkms

  6. #16
    Join Date
    Jan 2009
    Beans
    136
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    I installed that packages, and tried recompiling.. same problem

    thanks, though

    Any other ideas?

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

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    Can you show the outputs of "make"?

  8. #18
    Join Date
    Aug 2012
    Beans
    7

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    Bump

    It's been a year since this thread went dead. Yet there was no solution on how to make this best selling (therefore used a lot) WiFi dongle...

    Please, Please Ubuntu people, can we get some working drivers for the system?

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

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    Quote Originally Posted by BlackDynamite View Post
    Bump

    It's been a year since this thread went dead. Yet there was no solution on how to make this best selling (therefore used a lot) WiFi dongle...

    Please, Please Ubuntu people, can we get some working drivers for the system?
    The thread went dead because the OP stopped posting. I'm pretty confident I can get it going if you'd like to try. Please post:
    Code:
    lsusb
    "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
    Oct 2012
    Beans
    8

    Re: Installing appropriate driver for D-Link Dwa-140 RevB

    I dont know if i should post this here but i am having the same problem trying to install the drivers for D-link Dwa-140

    Working on Ubuntu 10.04.4 (prerequisite for my university homework, not my choice)

    and the lsusb command gives me
    Code:
    Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 002 Device 004: ID 046d:c52b Logitech, Inc. 
    Bus 002 Device 003: ID 046d:c316 Logitech, Inc. HID-Compliant Keyboard
    Bus 002 Device 002: ID 8087:0020  
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 005: ID 2001:3c15 D-Link Corp. [hex] 
    Bus 001 Device 002: ID 8087:0020  
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    how should i proceed?

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