From: Paras p. <pra...@gm...> - 2007-04-01 22:40:27
|
Hi Paul, Thanks for your reply. I have few questions. Do i add ndiswrapper into the basmod or build myself a basemod using isomorph? I edited the basemod xml for 2.6.17-morphix and added <packagereq>ndiswrapper-utils</packagereq> I can see ndiswrapper binary when running basemod alone , but when i added my mainmod i don;t see it. I am bit confused on this.. So if possible, please tell me how do i make use of ndiswrapper to run in live CD with mainmod. just need few basic tips. Thanks in advance Paras. On 3/30/07, Paul <pa...@tu...> wrote: > > > Hi Paras > > On Friday 30 March 2007 08:28, Paras pradhan wrote: > > Lots of ppl are demaning wifi support on it. Hence i am seeking help in > > this regard. > > Don't you just love users ;-) > > > I want to use ndiswrapper. > > 1) Which ndiswrapper should i use with kernel 2.6.17 downloaded from > > autobuilds? > > I'd recommend the latest available version. > > > 2) ndiswrapper should be installed in basemod or main mod? > > Installing in basemod would keep all the kernel modules in one place at > the > expense of a slight increase in size. > > <snip> > > > I complied ndiswrapper after booting the livecd with the help of kernel > > headers 2.6.17-morphix.. and while doing modprobe ndiswrapper it throws > me > > something like: Fatal moudle format ndiswrapper.ko.. > > When ever you get a message of this type, look at the output from dmesg. > At a > guess, I suspect it is complaining about a mismatch in the "magic number" > as > a result of using a different compiler version for ndiswrapper - If the > kernel was compiled with gcc-3.4, and ndiswrapper with gcc-4.0, that > message > would be generated. > > > Regards, Paul. > |