Dynamode Wireless Usb Adapter Drivers
You've reached the right place. We have every kind of drivers you'll ever need. Here you'll find free access to the drivers you need. Just do a search using one of.
Hi, I have just bought a Dynamode WL-700N-RXS USB wifi adapter and have tried to install it on Xubuntu 14.04. I couldn't figure out how to install the Linux driver so I tried installing the windows driver using Ndiswrapper.
I first checked the adapter was working on a Windows pc using the windows driver supplied on the CD. I then copied the.inf and.sys files to the Xubuntu pc. I then installed the driver with Ndiswrapper. I loaded the driver module using sudo depmod -a sudo modprobe ndiswrapper When I checked the driver with ip addr iwconfig I found that the driver had not been loaded. The documentaion says 'Your wireless card should appear with an interface name of wlan0. If it doesn't appear here, then the driver is not working properly'.
Obviously the driver is not working, could you help me find out where I have gone wrong? Hi Here are the outputs requested everyone@ black-desktop: ~$sudo lshw -C network [sudo] password foreveryone: *-network description: Ethernet interface product: AR8131 Gigabit Ethernet vendor: Qualcomm Atheros physical id:0 bus info:pci@ 0000:01: 00.0 logical name:eth0 version: c0 serial: 14:da:e9: 6c:4a:cc size:1Gbit/s capacity: 1Gbit/s width: 64bits clock: 33MHz capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configura tion: autonegotiation=on broadcast=yes driver= atl1cdriververs ion=1.0. 1.1-NAPI duplex=full ip=192.168.0.5 latency=0link=yes multicast=yes port=twisted pair speed=1Gbit/s resources: irq:44 memory: febc0000- febfffff ioport: ec00(size= 128) everyone@ black-desktop: ~$uname -a Linux black-desktop3. 13.0-37- generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014 i686i686 i686 GNU/Linux everyone@ black-desktop: ~$lsb_release -a No LSB modules areavailable. DistributorID:Ubuntu Description:Ubuntu14.04.1 LTS Release:14.04 Codename:trusty everyone@ black-desktop: ~$lsusb Bus 001 Device 003:ID 18e3:9106 Fitipower Integrated Technology Inc Bus 001 Device 004:ID 148f:7601 Ralink Technology, Corp. Bus 001 Device 001:ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 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 003 Device 001:ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002:ID 1267:0210 Logic3 / SpectraVideo plc LG Optical Mouse 3D-310 Bus 002 Device 001:ID 1d6b:0001 Linux Foundation 1.1 root hub everyone@ black-desktop: ~$ Regards. -----Original Message----- From: Manfred Hampl To: Sent: Sun, 12 Oct 2014 9:56 Subject: Re: [Question #255620]: Dynamode wireless USB adapter installation Your question #255620 on Ubuntu changed: Status: Open =>Needs information Manfred Hampl requested more information: please plug in the adapter and provide the output of the following terminal commands uname -a lsb_release -a lsusb -- To answer this request for more information, you can either reply to this email or enter your reply at the following page: You received this question notification because you asked the question.
Hi Here is the output requested everyone@ black-desktop: ~$sudo lshw -C network [sudo] password foreveryone: *-network description: Ethernet interface product: AR8131 Gigabit Ethernet vendor: Qualcomm Atheros physical id:0 bus info:pci@ 0000:01: 00.0 logical name:eth0 version: c0 serial: 14:da:e9: 6c:4a:cc size:1Gbit/s capacity: 1Gbit/s width: 64bits clock: 33MHz capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configura tion: autonegotiation=on broadcast=yes driver= atl1cdriververs ion=1.0. 1.1-NAPI duplex=full ip=192.168.0.5 latency=0link=yes multicast=yes port=twisted pair speed=1Gbit/s resources: irq:44 memory: febc0000- febfffff ioport: ec00(size= 128) everyone@ black-desktop: ~$uname -a Linux black-desktop3. 13.0-37- generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014 i686i686 i686 GNU/Linux everyone@ black-desktop: ~$lsb_release -a No LSB modules areavailable. DistributorID:Ubuntu Description:Ubuntu14.04.1 LTS Release:14.04 Codename:trusty everyone@ black-desktop: ~$lsusb Bus 001 Device 003:ID 18e3:9106 Fitipower Integrated Technology Inc Bus 001 Device 004:ID 148f:7601 Ralink Technology, Corp.
Hi, The device driver name is RT2870. I'm not sure if there is a native driver. -----Original Message----- From: actionparsnip To: Sent: Sun, 12 Oct 2014 10:12 Subject: Re: [Question #255620]: Dynamode wireless USB adapter installation Your question #255620 on Ubuntu changed: actionparsnip requested more information: Also what is the output of: sudo lshw -C network Is there no native driver for the wireless chip?
-- To answer this request for more information, you can either reply to this email or enter your reply at the following page: You received this question notification because you asked the question. Hi I am afraid I am getting out of my depth here when I looked at the possible solutions you suggest. I would still like to pursue the Ndiswrapper line as I feel I am close to getting the wifi working that way. I know this may not be the most elegant solution but it would get the wifi working until a native driver appears. So to recap where I am up to: lsusb gives Bus 001 Device 003: ID 148f:7601 Ralink Technology, Corp. Ndiswrapper -l gives rt2870: driver installed device (148f:7601) present I then come to load the driver using sudo depmod -a which responds with nothing and sudo modprobe ndiswrapper which responds with nothing At this point I was expecting the wifi to fire up and I would then be home and dry. Does anyone know why the driver didn't load?
Regards, Richard. Ubuntu as all Unix/Linux variants acts mainly with a 'no news is good news' strategy. So if you execute a command and you do not get any output, that usually means that the command was successfully executed. 'sudo modprobe ndiswrapper' giving no output most probably indicates that the ndiswrapper module has been successfully loaded. Senor Coconut El Baile Aleman Rarest. You can check with the command 'lsmod grep ndis'. This, however, does not provide If you have changed something related to the windows driver for that WLAN card, you might try unloading and reloading the ndiswrapper module with the commands sudo modprobe -r ndiswrapper sudo modprobe ndiswrapper does the terminal command ndiswrapper -l list your device? I assume you have read If you cannot get the device running with ndiswrapper, I recommend using the instructions from question 251824 to compile a native driver.
Hi I removed and re-installed ndiswrapper as you suggested. Ndiswrapper -l shows the driver is installed and the device is present. When I re-booted I noticed some messages relating to nsdiswrapper briefly on the screen. I looked in the syslog file and found references to nsdiswrapper as follows. It seems that something in the ndiswrapper setup for your device is not yet correct.
There are several possible causes, among others wrong versions of the Windows driver (sometimes the Windows 2000 driver works and the Vista driver doesn't, or the wrong architecture 32/64 bit, etc.). I always had success in getting a native driver running, so I do not have any experience with ndiswrapper myself. I can only recommend that you try googling for possible solutions of your ndiswrapper problem, or that you try compiling the native driver as shown in the question document referred by Mark. Hi You will be glad to know that I have abandoned my attempt to get the wifi working using ndiswrapper. I eventually managed to find and decipher the instructions you refer to above. A few points to mention that may help others: It would have been a lot easier if you had just sent me the relevant instructions written in a clearer to follow form.
I read somewhere that the next time a new kernel arrives because of a software update, I will have to go through this procedure again because the new kernel may not contain the RT2780 driver, is that right? Will future software update kernels eventually contain the RT2870 driver? Thank you very much for your help Mark. Regards, Richard. Hi, When I reboot, I have to go to the directory /lib/modules/ 3.13.0- 37-generic/ kernel/ drivers/ net/wireless Then run the command sudo /sbin/insmod mt7601Usta.ko The wireless then works. 'sudo make install' is supposed to copy the driver files into the right directory. Due to the fact that the directory name includes the version number of the kernel, this has to be done after each new kernel installation.
There is the possibility to automate this with dkms. For getting the module loaded automatically with each boot, you might try the following: issue the commands cat /etc/modules echo mt7601Usta sudo tee --append /etc/modules cat /etc/modules copy/paste the output into this question document. And then reboot, and after booting try lsmod grep 7601 to check whether the module was correctly loaded. Hi Manfred, I tried your suggestion and here is the output. Richard@ silver- desktop: ~$ cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with '#' are ignored.
# Parameters can be specified after the module name. Lp richard@ silver- desktop: ~$ echo mt7601Usta sudo tee --append /etc/modules [sudo] password for richard: mt7601Usta richard@ silver- desktop: ~$ cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with '#' are ignored.
# Parameters can be specified after the module name. Lp mt7601Usta richard@ silver- desktop: ~$ Following a reboot, the module has been loaded and the wifi is working.
Thanks for your help. Regards, Richard.
Product information: Nano 802.11n 300Mbps Wireless USB Adapter(2T2R) (WL-700N-XSX) DESCRIPTION The new WL-700N-XSX is your ideal partner for Notebook, Netbook and Macbook Computers. Featuring the new Dynamode Nano Wireless ASIC processor allows for one of the most compact Wireless 802.11n devices on the market. Fully compatible with Windows, MAC OS X and Linux, the WL-700N-XSX is compact enough so that it can be used as a direct replacement fo your internal Wireless device and as such will not come loose when connected to a portable computer when enclosed in a Laptop bag for example. Using the latest Wireless Encryption including WPA2, 8021.x and WPS for trouble-free Wireless Encryption, the WL-700N-XSX is ideal for all your mobile, next generation mobile needs. FEATURES - 802.11n, 802.11g compliant WiFi - Plug n' Play USB2.0 connection - Supports multiple frequencies for a better connection - Auto detects Wireless connection speeds - Supports Soft Access Point Mode - Supports WPA2, WPS and legacy Encryption modes - Ultra Compact design - 'can be left as a permanent attachment for Notebooks' - Operating System SupportWindow 2000/WinXP/Vista/Win7/Windows 8.1/ Windows 10/Mac OS/Linux.