By driver do you mean the rt73.bin firmware file? That should make no difference, as long as you put it in the /lib/firmware folder. I still think that the
dmesg command should say something about the wireless. For my Broadcom wireless I get this, concerning the firmware.
Code:
b43-phy0 debug: Loading firmware version 410.2160 (2007-05-26 15:32:10
To see the output one page at a time, use this:
Use enter for next line, or page down for next page.
To see what all network cards are doing, use this command:
For wireless information, use this command:
You may want to try using the traditional ifup/ifdown method for activating the card. This is usually done in YaST, where the cards are configured. You would then use ifup to start the card, and iwconfig to send it configuration data, like this
Code:
iwconfig ra0 essid dlink
This would set the essid name of the connection. To see all of the options, use the help command:
Play around with it this way and see if you can get anything to work. After making a change, use the iwconfig command without options to see if the change took effect. You may want to stop and restart the card after any changes.
Code:
ifdown ra0
ifup ra0