Norm Higgs wrote: > I had a spare D-link NIC, but I'm using it in the computer I put together > for > My grandkids to play on when they are here. They love the Nickelodeon site > and Disney.com. I don't think I have any others laying around. Do you think > it > would be worth trying other distro's? or would this kind of problem be > present > in all flavors?
Robert's right. Almost all hardware support in Linux is from the kernel itself. That's something new from the Windows world, where most pieces of hardware have their own external drivers. In Linux, it's all internal to the kernel. > I have found a Sundance module in my distro, but its sundance.ko. I don't > know if that makes a difference or not. I tried to compile a sundance.o > module All modules in the 2.6 kernel have the extension .ko. That's what you want, assuming you have a Sundance chipset. Try, as root, running: modprobe sundance and let us know what happens. If nothing happens and you just get another prompt, then it loaded correctly. If that's the case, try: ifconfig also as root. You should see an entry and some information for eth0. Chad Martin ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hn689q4/M=362335.6886445.7839731.1510227/D=groups/S=1705006580:TM/Y=YAHOO/EXP=1123266839/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</a>.</font> --------------------------------------------------------------------~-> To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
