After posting here, missing the most important issue that of massive connection drop out :mad:, i went looking for their drivers (
http://www.ralinktech.com/support.php?s=2 ) and got them working on my RT2070 stick (thanks to google and the Ubuntu forums that is):
*get
RT8070/RT3070/RT3370 USB ( yep, for the newer ones actually ) and unpack
*run
lsusb and take note of those two numbers of your wireless device:
Code:
Bus 001 Device 004: ID 148f:2070 Ralink Technology, Corp.
*edit
<ralink driver>\common\rtusb_dev_id.c and add yours if it's not listed there already:
Code:
{USB_DEVICE(0x148F,0x2070)}, /* My stupid Ralink 2070 stick */
*make & make install as root
*blacklist these modules: rt2870sta, rt2x00lib, rt2x00usb, rt2800lib, rt2800usb
*add an alias:
alias ra0 rt3070sta
*reboot and your new wireless device is named
ra0
since now i write from memory maybe I'm missing something, do ask if is not working as it should
on my system now with this driver the connection works fine as the iPod connects instantly at any time and my USB conflict seems to work out better now as only one reconnection is enough
one tricky thing is that the driver is build with -DDBG ( see
config.mk ) parameter meaning it spits some debug info into dmesg every other second, so far it looks like deleting the parameter makes the compilation fail
cheers