Hi, I succesfully compiled all NetDrivers-3.1 sources wisp WISP-Dist kernel, but I was able to test only 3c509.o Its now working fine no crashes. I used simple
gcc -DMODULE -D__KERNEL__ -O6 -I/usr/src/wisp-dist -c module.c [-include /usr/src/wisp-dist/include/linux/modversions.h] By this I compiled module 3c509.o which is working fine Then I use normal compilation procedure for kernel compiling and by make modules I got all compiled modules from /usr/src/wisp-dist/drivers Strange is that due to some different compiling options from Makefile file size of 3c509.o compiled by this make modules is different from 3c509.o compiled by simple gcc command. I will test modules from 'make modules' today by insmod. If it will work I can send you all modules binaries. Regards Litin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vladimir I. Sent: Monday, October 07, 2002 1:14 PM To: Dominik Strnad Cc: [EMAIL PROTECTED] Subject: [leaf-user] Re: 3c509.o problem, compiling src for WISP-dist I was told that only modules from Bering RC2 are compatible, make sure you use those if you don't want to compile module yourself. Hint: If somebody is able to compile all modules using WISP-Dist's kernel and give them to me I'll be happy to place them on the website. :) Dominik Strnad wrote: > Hi, > > I went into problems with 3c509.o module. I am using WISP-dist based on > kernel 2.4.18. After loading module system hangup for some non specific time > (around 1 minute) with kernel panic message. I am going to use sysmoops on > it.... > But I am 100% sure this that this problem is caused by that module. I tried > two 3coms 509B NICs, both previously used under linux and windows. I check > and set proper non conflicted io and irq, tested PnP and non Pnp modes. > Still getting same error. :-( > > Because module 3c509.c isn't in origial distribution I am using binary which > I founded for Bearing (hope that I remember it well) which is based on same > kernel version. When I founded problems with that module I tried to compile > it by my own. > > Unfortunatelly I founded another problems and not solution :-) Note that I > am just Linux user and not a developer. I am able to compile something, > sometimes, but... > > I read that for development of leaf soomebody use UML debian slink distrib > with gcc 2.0. Can be that enviroment used for WISP development? > > I instaled this and I have workin on my RH machine, mounted directory where > sources for Wisp-dist and 3c509.c are located, but I am not able to call gcc > to use wisp-dist kernel src files (home/wisp-dist/src) instead of slink src > (usr/include/linux) I tried -I switch (hope that this is the right switch) > but it didn't help. > > Please can anybody describe which enviroment and how could be used for > compiling foor Leaf/wisp-dist ? > > And if anybody have 3c509.o for this distribution, could you sended to me to > [EMAIL PROTECTED] ? > > Thank you very much. > > Litin > > -- Best Regards, Vladimir Systems Engineer (RHCE) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
