Hi there
I tried followoing the steps you gave to install the rt2x00 driver on opensuse 10.3, i however receive the following ouput after doing make in the cvs directory :
-----------------------------------------------------------------
make -C ../../../linux-2.6.22.9-0.4 O=../linux-2.6.22.9-0.4-obj/i386/default modules
CC [M] /home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.o
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c: In function ‘rt2x00lib_stop_link_tuner’:
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c:97: error: implicit declaration of function ‘cancel_delayed_work_sync’
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c: In function ‘rt2x00lib_packetfilter_scheduled’:
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c:434: error: ‘const struct ieee80211_ops’ has no member named ‘configure_filter’
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c: In function ‘rt2x00lib_configuration_scheduled’:
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c:445: error: ‘IEEE80211_ERP_CHANGE_PREAMBLE’ undeclared (first use in this function)
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c:445: error: (Each undeclared identifier is reported only once
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c:445: error: for each function it appears in.)
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c: In function ‘rt2x00lib_probe_dev’:
/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.c:1158: error: ‘IEEE80211_IF_TYPE_INVALID’ undeclared (first use in this function)
make[4]: *** [/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306/rt2x00dev.o] Error 1
make[3]: *** [_module_/home/itchy8me/Desktop/rt2x00-cvs-daily/rt2x00-cvs-2007101306] Error 2
make[2]: *** [modules] Error 2
make[1]: *** [modules] Error 2
make: *** [default] Error 2
-------------------------------------------------------------------------------------------------------------------------
do you perhaps know how i could solve the problem?
greets wernher