| cbagger01  
 
 
 
 
 Group: Members
 Posts: 4264
 Joined: Oct. 2003
 | 
|  | Posted: Mar. 19 2005,20:18 |  |  If you are going to buy a new card, you might as well take a closer look at your old one.
 
 Remove the cover from your computer and look at the card with the network plug at the end of it.
 
 Specifically, look at the biggest chip on the board and write down the manufacturer and model number.  Or you can look for a name / model information that is etched into the circuit board somewhere.
 
 Then report your information to us.
 
 You can also boot into your BIOS and see if the network card information appears anywhere inside there.
 
 You can also tell us the manufacturer and model number of your computer system itself.  If the network card came pre-installed from the factory, it is possible to learn the type of card this way.
 
 Finally, you can try a few "shots in the dark" and see if you can load up your ethernet driver manually.
 
 After booting DSL, open up an xterminal window and type:
 
 sudo su
 modprobe 3c509
 modprobe 3c59x
 modprobe 8139too
 modprobe eepro
 modprobe eexpress
 modprobe ne
 modprobe ne2
 modprobe tulip
 
 netcardconfig
 
 exit
 exit
 
 Hopefully, you will find one of these cards and then netcardconfig will work.
 
 Good Luck.
 |