Hi everyone,
It's my first post, I have done a search but have not come to a conclusion on my problem.
I am running Fedora 8
Kernel 2.6.24.3-50 (latest)
USB wifi = D-Link DWL-G122 ver B1
Driver = rt2750 ver 1.6.1
Before kernel 2.6.24 I've had this USB wifi stick running very well, no problems
I think it's a kernel compat problem or I'm just doing something wrong.
Here is the output from make, like I said it had always worked in the past and I haven't changed anything.
Code:
[root@mylaptop Module]# make
make[1]: Entering directory `/usr/src/kernels/2.6.24.3-50.fc8-i686'
CC [M] /home/ben/Download/Install/rt2570-k2wrlz-1.6.1/Module/rtusb_main.o
/home/ben/Download/Install/rt2570-k2wrlz-1.6.1/Module/rtusb_main.c: In function ‘usb_rtusb_probe’:
/home/ben/Download/Install/rt2570-k2wrlz-1.6.1/Module/rtusb_main.c:1964: error: implicit declaration of function ‘SET_MODULE_OWNER’
/home/ben/Download/Install/rt2570-k2wrlz-1.6.1/Module/rtusb_main.c:1984: error: ‘struct net_device’ has no member named ‘weight’
/home/ben/Download/Install/rt2570-k2wrlz-1.6.1/Module/rtusb_main.c:2015: error: too few arguments to function ‘first_net_device’
make[2]: *** [/home/ben/Download/Install/rt2570-k2wrlz-1.6.1/Module/rtusb_main.o] Error 1
make[1]: *** [_module_/home/ben/Download/Install/rt2570-k2wrlz-1.6.1/Module] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.24.3-50.fc8-i686'
rt2570.ko failed to build!
make: *** [module] Error 1
[root@mylaptop Module]#
I look forward to some suggestions,
Cheers,
BlownCPU