• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

can someone help me get my Linksys NC100 NIC to work with linux

trend

Senior member
i have the nic physically installed correctly. I have the modules (tulip.c and the few others needed), but I cannot compile them, can someone help me out.

thanks-lee
 
Post a few more details about your trouble compiling. Normally, for most programs you go through this step after you're in the programs directory.

su root
<type pasword>
./configure
./make
./make install

Try that and see how it goes. It might compile to object code which you'll have to load with modprobe. Either way though, you need to post a few more details about your problem before someone can help you effectively.
 
Back
Top