Dear all,
I have just downloaded GCDC source code and the Makefile inside "src/kernel" has no "install" target, as the manual provided suggests...
Sorry, as TNO failed to provide the stack as open source (though they promised to do so), the licensing issues around this repository became...
We are not in this challenge. But we are very interested in implementing 802.11p on UNEX DCMA 86P2. Is there any help regarding linux driver for...
Hi Dr. Holger.
Can you make your improvements available?
I tried at git://github.com/SirVer/GCDC.git but the repository no longer exists.
Best...
Hi,Anton,
Quite surprised that you could see this message and replied.I followed your advice and tried the compat*2.6.33* version and patched it...
Hello,
I was reading the "Building and installing the CALM FAST router" document downloaded from the gcdc site.
I was trying to install the GCDC software and I got into some errors: while compiling and installing the libraries was successful, there were some problems during the installation of the kernel modules. I followed all the suggestions in the .doc guide but (from /src/kernel) I get :
# make install
No rule to make target install. Stop.
# make modules_prepare
No rule to make target `kernel/bounds.c', needed by 'kernel/bounds.s'. Stop.
could anyone please help me?
System info :
Ubuntu 10.04 kernel 2.6.31.
Luca
You can patch compat-wireless-2.6.33.6.tar.bz2 from http://linuxwireless.org/en/users/Download/stable/ as described in the manual
I managed to transfer data !!!
Don't forget
$iw reg set NL
$ifconfig wlan0 down
$iwconfig wlan0 mode ad-hoc
$ifconfig wlan0 up
$iw dev wlan0 ibss leave
$iw dev wlan0 ibss join ITS 5890 fixed-freq 00:00:00:00:00:00 beacon 0
Read about it in:
"CALM FAST router Design"
by Eric Koenders
Which wireless card do you use?
Hi Anton Tur,I've been run into the same "make install" problem.Besides,when using the make command,there was no ath5k.ko coming out,only the wireless folder and mac80211 folder formed its .ko file.
Did you just follow the alternative patch method in the doc and made it work?
Big thanks if you could give me some hints.
Hi,Anton,
Quite surprised that you could see this message and replied.I followed your advice and tried the compat*2.6.33* version and patched it according to the guide doc.I'm not sure whether it would work because my wireless card is still on the way.
Here is another question that I encountered and I post it here to see if someone else has also run into it.After my make install of the compact-wireless*,I tried to modprobe them according to the wireless-linux website's instruction.But I get erros such as "cfg80211.ko not found","-1 Symbol *** in the module".I also tried insmod,which didn't work either.When I typed iw list,it said "no nl80211 found".
I was working in the VMware Workstation now for testing.I was wondering is it that you must insert the wirelss card and the driver modules could then be activated?Another is that since we now have our original drivers in the lib/modules/$(uname -r)/kernel and those the compact-wirelss introduced in lib/modules/$(uname -r)/updates,how to decide which drivers would be activated?
Really many thanks.Here is my eMail:zwzengkame@gmail.com,hope to hear from you .