When I have an issue with a device, I google the lsusb device id: 07d1:3c0d
This is the first hit on Google, so here is how to get the device working on 
Lucid 10.04:

1. Download the "RT3070USB(RT307x)"-driver from 
http://www.ralink.com.tw/support.php?s=2
Direct link: 
http://www.ralink.com.tw/license_us.php?n=2&p=0&t=U0wyRnpjMlYwY3k4eU1ERXdMekEwTHpFMUwyUnZkMjVzYjJGa09Ea3pOREU1TnpBeE9TNWllakk5UFQxRVVFOWZVbFF6TURjd1gweHBiblY0VTFSQlgxWXlMak11TUM0eVh6SXdNVEF3TkRFeUM%3D

2. Extract the file, open a terminal and cd into it
tar -xvf DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.bz2
cd DPO_RT3070_LinuxSTA_V2.3.0.2_20100412

3. Change a file according to instructions here: 
http://www.linuxforums.org/forum/wireless-internet/161550-rt3070sta-module-license-unspecified-taints-kernel-solved.html
Under "Here is what you need to do:"
...until the instructions tells you to recompile the driver. 

4. Compile and install the driver:
make
sudo make install

5. Add a missing symlink:
ln -s /etc/Wireless/RT3070STA/RT3070STA.dat 
/etc/Wireless/RT2870STA/RT2870STA.dat

6. Load the driver
sudo modprobe rt3070sta

This worked for me. Lucid 10.04 with all updates installed as of today.

-- 
Dlink DWA-125 (07d1:3c0d) is processed by wrong module
https://bugs.launchpad.net/bugs/546653
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to