|
From: Chris Sorenson on 4 May 2008 23:21 Huub wrote: > Hi, > > Running Slack 12, I've been trying to compile a kerneldriver for > the ACX100 Wificard. According to the sf.net page for ACX, this > should be possible despite ACX not being a kerneloption. I've > installed and compiled 3 times now according to their directions > (create drivers/net/wireless/acx, untar into > drivers/net/wireless/acx, make menuconfig, make && make > modules_install) but it doesn't deliver the acx.ko Did you remember to make the modification to the Makefile in the directory above the one you made for acx, as they describe in their HOWTO? Just as a refresher, the modification is: echo 'obj-m += acx/' >> Makefile > Now I want to create the acx.ko myself, but how should I do that? > I've tried to find it on the net, but found no clear directions. They have a description of how to build the module outside of the kernel tree in their HOWTO, did you try that? Does/did anything in the acx directory compile? Any object files (*.o) in there after the make?
From: Huub "v.niekerk at on 5 May 2008 14:01 > Did you remember to make the modification to the Makefile in the > directory above the one you made for acx, as they describe in their HOWTO? > > Just as a refresher, the modification is: > > echo 'obj-m += acx/' >> Makefile > Yes, I did. > > They have a description of how to build the module outside of the kernel > tree in their HOWTO, did you try that? Will try. > > Does/did anything in the acx directory compile? Any object files (*.o) > in there after the make? Nothing compiled so far, but will try the 'outside' version.
From: Chris Sorenson on 6 May 2008 01:50 >>Does/did anything in the acx directory compile? Any object files (*.o) >>in there after the make? > > > Nothing compiled so far, but will try the 'outside' version. That's very strange. Does the compiler exit with an error message? If it can't even create one object file you'd think it would have the courtesy to cough up an error message...
From: Huub "v.niekerk at on 6 May 2008 04:11 >> >> Nothing compiled so far, but will try the 'outside' version. > > That's very strange. Does the compiler exit with an error message? If > it can't even create one object file you'd think it would > have the courtesy to cough up an error message... Yes, it ends with an error message, but I haven't written it down. Before trying the 'outside' version, I'll recompile and give it. Given time, will do so tomorrow.
|
Pages: 1 Prev: SeaMonkey "default application" Next: SlackE17 for Slackware 12.1 |