Darshan <[EMAIL PROTECTED]> wrote: ndiswrapper module not found -- on 2.6.22 kernel. It works perfectly on the older 2.6.18
so I removed ndiswrapper with the yast software manager , then rebooted and again installed ndiswraper. Hi, Im not familiar with the yast software manager (im a debian/ubuntu person). There are two components to ndiswrapper. One is the command ndiswrapper that is used to load the Windows driver like so: # ndiswrapper -i INFfile Where INFfile would be the .inf file of you're card's windows driver. The other is the ndiswrapper *module* which has to be loaded into the kernel. The known way to do this is # modprobe -v ndiswrapper This looks for a kernel module called ndiswrapper.ko in your /lib/modules tree and loads it into memory. It is only after that that the iwconfig and ifconfig can be used to configure your wireless interface. You might have done all of the above before, but it still does not hurt to read up on ndiswrapper from here --> http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,installation/ HTH, With Warm Regards, Shivkumar www.outbackwifi.com --------------------------------- Got a little couch potato? Check out fun summer activities for kids. _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Next Event: http://freed.in - September 28-29, 2007 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
