in KDE under network it does show the wireless router port I connect to
and use in Ubuntu 10.10. In Ubuntu to get the D-Link DWA-125 wireless
adapter configured I run a shell file with this contains:
#!/bin/sh
echo 'install rt2870sta modprobe --ignore-install rt2870sta ; /bin/echo
"07d1 3c16" > /sys/bus/usb/drivers/rt2870/new_id' | sudo tee
/etc/modprobe.d/rt2870sta.conf
sudo modprobe rt2870sta
sudo cp 10-d_link.rules /etc/udev/rules.d/
sudo service udev reload
The "10-d_link.rules" file contains this:
# UDEV-Rule for D-LINK DWA-125N ID 07D1 :3C16 SUBSYSTEM=="usb",
SYSFS{idVendor}=="07d1", SYSFS{idProduct}=="3c16", RUN+="/sbin/modprobe
rt2870sta"
which gets copied to directory /etc/udev/rules.d/
The activity LED on the wireless adapter blinks occasionally. In Ubuntu
almost all the time. In Ubuntu it does not blink at all until the config
shell file ran. All this tells me that I'm close but no cigar.
Also, how do I get the speakers to at least put out some kind of sound when
the test button is clicked?