Here is your device:
Bus 001 Device 003: ID 07d1:3c16 D-Link System
Please remove the device and amend these files to reflect your usb.id:
Code:
sudo gedit /etc/udev/rules.d/network_drivers.rules
Add one long line:
Code:
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="07d1", ATTR{idProduct}=="3c16", RUN+="/sbin/modprobe -qba rt2870sta"
Proofread twice, save and close gedit.
Code:
sudo gedit /etc/modprobe.d/network_drivers.conf
Add one long line:
Code:
install rt2870sta /sbin/modprobe --ignore-install rt2870sta $CMDLINE_OPTS; /bin/echo "07d1 3c16" > /sys/bus/usb/drivers/rt2870/new_id
Proofread twice, save and close gedit. Re-insert the device and run:Do you now have a wireless interface? Can you click the Network Manager icon and connect?
Bookmarks