[SLUG] The usual request for help ..

John Allsopp john at johnallsopp.co.uk
Mon Aug 5 16:14:50 UTC 2013


On 05/08/13 17:08, John Allsopp wrote:
> On 05/08/13 16:54, Ross Kendall wrote:
>> Hi John,
>>
>> It may be that the file permissions do not allow execute. Prior to 
>> running the file, type: chmod 755 makedrv
>>
>> Hope that helps.
>>
>> Cheers,
>> Ross.
>>
>>
>

This is a bit like watching a controlled demolition. The building seems 
like it's not going to fall and then slowly it leans and eventually 
crashes to the ground.

I'm guessing this isn't going to work .. unless y'all think otherwise.

ieee80211/
ieee80211/license
ieee80211/ieee80211_crypt.c
ieee80211/ieee80211_tx.c
ieee80211/ieee80211_softmac.c
ieee80211/ieee80211_softmac_wx.c
ieee80211/ieee80211_module.c
ieee80211/ieee80211_crypt_ccmp.c
ieee80211/ieee80211_rx.c
ieee80211/tags
ieee80211/ieee80211_crypt_tkip.c
ieee80211/Makefile
ieee80211/readme
ieee80211/.tmp_versions/
ieee80211/.tmp_versions/ieee80211-rtl.mod
ieee80211/.tmp_versions/ieee80211_crypt_wep-rtl.mod
ieee80211/.tmp_versions/ieee80211_crypt_tkip-rtl.mod
ieee80211/.tmp_versions/ieee80211_crypt-rtl.mod
ieee80211/.tmp_versions/ieee80211_crypt_ccmp-rtl.mod
ieee80211/ieee80211_crypt_wep.c
ieee80211/ieee80211.h
ieee80211/ieee80211_wx.c
ieee80211/ieee80211_crypt.h
rtl8187/
rtl8187/license
rtl8187/r8180_rtl8225z2.c
rtl8187/r8180_rtl8225.h
rtl8187/r8187_led.c
rtl8187/r8180_93cx6.h
rtl8187/r8180_wx.h
rtl8187/r8180_hw.h
rtl8187/copying
rtl8187/r8187_led.h
rtl8187/r8180_pm.h
rtl8187/tags
rtl8187/r8187.h
rtl8187/Makefile
rtl8187/r8180_rtl8225.c
rtl8187/readme
rtl8187/install
rtl8187/.tmp_versions/
rtl8187/.tmp_versions/r8187.mod
rtl8187/changes
rtl8187/r8180_wx.c
rtl8187/r8180_pm.c
rtl8187/r8187_core.c
rtl8187/r8180_93cx6.c
rtl8187/authors
rtl8187/ieee80211.h
rtl8187/ieee80211_crypt.h
rm -f *.mod.c *.mod *.o .*.cmd *.ko *~
rm -rf /home/john/wirelessDongle/ieee80211/tmp
make -C /lib/modules/3.6.10-2.fc16.i686/build 
M=/home/john/wirelessDongle/ieee80211 modules
make[1]: Entering directory `/usr/src/kernels/3.6.10-2.fc16.i686'
CC [M] /home/john/wirelessDongle/ieee80211/ieee80211_softmac.o
In file included from 
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:17:0:
/home/john/wirelessDongle/ieee80211/ieee80211.h:1019:24: error: field 
‘ps_task’ has incomplete type
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c: In function 
‘ieee80211_softmac_scan_wq’:
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:421:2: warning: 
passing argument 2 of ‘queue_delayed_work’ from incompatible pointer 
type [enabled by default]
include/linux/workqueue.h:371:12: note: expected ‘struct delayed_work *’ 
but argument is of type ‘struct work_struct *’
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c: In function 
‘ieee80211_softmac_stop_scan’:
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:495:3: warning: 
passing argument 1 of ‘cancel_delayed_work’ from incompatible pointer 
type [enabled by default]
include/linux/workqueue.h:410:20: note: expected ‘struct delayed_work *’ 
but argument is of type ‘struct work_struct *’
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c: In function 
‘ieee80211_associate_abort’:
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:915:2: warning: 
passing argument 2 of ‘queue_delayed_work’ from incompatible pointer 
type [enabled by default]
include/linux/workqueue.h:371:12: note: expected ‘struct delayed_work *’ 
but argument is of type ‘struct work_struct *’
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c: In function 
‘ieee80211_rx_frame_softmac’:
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:1527:3: error: 
implicit declaration of function ‘tasklet_schedule’ 
[-Werror=implicit-function-declaration]
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c: In function 
‘ieee80211_stop_protocol_rtl’:
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2120:2: warning: 
passing argument 1 of ‘cancel_delayed_work’ from incompatible pointer 
type [enabled by default]
include/linux/workqueue.h:410:20: note: expected ‘struct delayed_work *’ 
but argument is of type ‘struct work_struct *’
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c: In function 
‘ieee80211_softmac_init’:
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2229:78: error: 
macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2229:2: error: 
‘INIT_WORK’ undeclared (first use in this function)
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2229:2: note: 
each undeclared identifier is reported only once for each function it 
appears in
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2230:88: error: 
macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2231:94: error: 
macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2232:96: error: 
macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2233:82: error: 
macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2234:82: error: 
macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2244:2: error: 
implicit declaration of function ‘tasklet_init’ 
[-Werror=implicit-function-declaration]
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c: In function 
‘ieee80211_softmac_free’:
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2255:2: warning: 
passing argument 1 of ‘cancel_delayed_work’ from incompatible pointer 
type [enabled by default]
include/linux/workqueue.h:410:20: note: expected ‘struct delayed_work *’ 
but argument is of type ‘struct work_struct *’
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c: In function 
‘ieee80211_wpa_set_encryption’:
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2489:3: error: 
implicit declaration of function ‘request_module’ 
[-Werror=implicit-function-declaration]
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c:2518:3: error: 
implicit declaration of function ‘try_module_get’ 
[-Werror=implicit-function-declaration]
/home/john/wirelessDongle/ieee80211/ieee80211_softmac.c: At top level:
/home/john/wirelessDongle/ieee80211/ieee80211.h:1212:37: warning: 
‘netdev_priv’ is static but used in inline function ‘ieee80211_priv’ 
which is not static [enabled by default]
cc1: some warnings being treated as errors
make[2]: *** [/home/john/wirelessDongle/ieee80211/ieee80211_softmac.o] 
Error 1
make[1]: *** [_module_/home/john/wirelessDongle/ieee80211] Error 2
make[1]: Leaving directory `/usr/src/kernels/3.6.10-2.fc16.i686'
make: *** [modules] Error 2
rm -f *.mod.c *.mod *.o .*.cmd *.ko *~
rm -rf /home/john/wirelessDongle/rtl8187/tmp
make -C /lib/modules/3.6.10-2.fc16.i686/build 
M=/home/john/wirelessDongle/rtl8187 modules
make[1]: Entering directory `/usr/src/kernels/3.6.10-2.fc16.i686'
CC [M] /home/john/wirelessDongle/rtl8187/r8187_core.o
In file included from /home/john/wirelessDongle/rtl8187/r8187_core.c:64:0:
/home/john/wirelessDongle/rtl8187/r8187.h:29:26: fatal error: 
linux/config.h: No such file or directory
compilation terminated.
make[2]: *** [/home/john/wirelessDongle/rtl8187/r8187_core.o] Error 1
make[1]: *** [_module_/home/john/wirelessDongle/rtl8187] Error 2
make[1]: Leaving directory `/usr/src/kernels/3.6.10-2.fc16.i686'
make: *** [modules] Error 2

J


-- 
-------------------------------------------------------------
John Allsopp, Online marketing, web development & social media
Learn Twitter marketing for the smaller enterprise: http://www.surgemarketing.co.uk/twitterForTheSmallEnterprise.php
http://www.surgemarketing.co.uk
http://www.johnallsopp.co.uk
http://www.amilliontweaks.co.uk
Tel: 01723 376477 / 07762 941921
Twitter: @JohnAllsoppIM




More information about the Scarborough mailing list