> > What happens if you try to modprobe them?
> 
> i built them as modules, but i'm not sure how to modprobe them...

You can see what modules are available with
#modprobe -l | more
Then if you see one that looks helpfull, run
#modprobe *module name here*
 
> apologies for the newbie-ism... :)

Welcome to the club. :-D

To run things that run at startup, check out /etc/init.d/ The scripts
there are run with the arguments {start | stop | restart} as your case
may be. After mod-probing, you could try starting one of those scripts
if a pcmcia is these...

~Michael 
 
=====================
iBook 800MHz - Gentoo 2.6.9-rc2
www.stuporglue.com
PPC Linux, Pictures I've made, random stuff

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to