> My question to the list is; How can I load and activate the driver as the
> machine boots?  In what directory do I put the driver?

If you put the module somewhere like /lib/modules/$(uname
-r)/kernel/drivers/net/wireless, then you could just create a file
under /etc/modprobe.d/ that binds it to eth1 (or eth0). Explicitly,
like so:
echo "alias eth1 rt2860sta" > /etc/modprobe.d/ralink

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to