LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install a driver (XXX.o) in slackware? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-a-driver-xxx-o-in-slackware-147309/)

fiacobelli 02-17-2004 04:08 PM

How to install a driver (XXX.o) in slackware?
 
I got the .o file: 8211.o how do I install it?. It says that that is the driver for my wireless card... but I don't know what to do with it.
THanks.

spurious 02-17-2004 10:40 PM

Try either modprobe /path/8211.o or insmod /path/8211.o where /path is the path to your 8211.o module.

If either command works, add that command to /etc/rc.d/rc.modules


All times are GMT -5. The time now is 11:53 AM.