Downloading the source packages from ralink and building locally has been entirely unsuccessful. Attempting to install the latest binary rpms from rpmfusion has also been unsuccessful.
Add the rpmfusion repos
wget the source rpm for the kernel module
yum uninstall buildsys-build-rpmfusion-kerneldevpkgs
attempt to run rpmbuild the
limit the architecture to the that of the host system.
limit the kernel version to the currently executing kernel
rpmbuild --rebuild --target $(uname -m) rt3070-kmod-2.3.0.4-1.fc14.7.src.rpm
yum install gcc
Kernel Modules
Wget the ralink install file.
tar -zxf
Install gcc.
Install kernel-devel
reboot
vi Makefile
vi os/linux/config.mk
vi os/linux/rt_usb_util.c
vi /etc/Wireless/RT2870STA
set HT_DisallowTKIP=0
make
make install
lsmod does not show the module
modprobe rt3070sta
lsmod now shows the module
http://chester-chiu.blogspot.com/2010/10/ralink-rt3070.html
How do you you list modules that are included in the kernel?
How do you load a kernel module? modprobe moduleNameWithoutKoExtention
depmod -a regenerates most of the files in /lib/modules/${uname -r}/
The only files that specify required dependencies are in /etc/modprobe.d/