LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ndis wrapper (https://www.linuxquestions.org/questions/linux-hardware-18/ndis-wrapper-131779/)

citrus 01-05-2004 02:18 PM

ndis wrapper
 
having a little problem

[root@192 ndiswrapper]# depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.26mdk/misc/ndiswrapper.o


it just wont work

i got my driver all installed and it works great

but i have to type a bunch of stuff to get it working every time i reboot



anyone use ndiswrapper and can help maybe?

finegan 01-06-2004 06:53 PM

ndiswrapper isn't exactly built around kernel standards since its such a goof. It might work to put the command line arguments in /etc/modules.conf, something like:

alias eth1 ndiswrapper
options blah blah blah blah (all the arguments to the ndiswrapper load)

OR...

Just cheat. All the commands you normally use to force load ndiswrapper, just can be put in /etc/rc.d/init.d/rc.local

Or really, post back your distro and I'll tell you which file it is that is the rc.local-alike, Debian, Mandrake, SuSe, Fedora, Gentoo, and Slackware all put them in different places. Its really important to fill in that Distro spot on your profile :)

Cheers,

Finegan

citrus 01-06-2004 09:19 PM

mandrake 9.1

finegan 01-08-2004 06:10 AM

Yep, Mandy has an /etc/rc.d/rc.local or at least did the last time I checked. You can put into that file all of the command line stuff, one line at a time. Its the last init file to get run on boot, so its just as if you typed in all the commands by hand right after login.

Cheers,

Finegan


All times are GMT -5. The time now is 01:00 AM.