Networking :: Missing Network Card



So I just installed, after much tribulation, DSL on an old Compaq Presario 1425 (I think thats the model anyway). Pentium MMX 200mhz processor with 16mb RAM. Had to install it on my main computer because it just wouldnt get through the live-boot on the other one.

Now that I have the system up and running I need to get it online. Problem is, the network card isnt showing up. Heres what info I can gather about it (it didnt come with the computer)

It says VIA VT6105 on the chipset. Sticker on the back says ENL832-TX-VA, which brings up an "Encore Ethernet Adapter" on google.

(http://www.deremate.com.ar/user/images/1390/13903740.jpg Not sure if they allow remote linking but thats the one)

Anyway, lspci doesnt bring up anything related to it and neither does ifconfig. I'm not entirely sure what could be wrong with it. For reference I installed the syslinux ISO given that the readme claimed better legacy compatibility, maybe that has something to do with it? I appreciate any insight you can contribute to the solving of this problem.


Thanks, dudes.


PS: If you happen to know a good source for info on these old compaq presario models I'd love to see it. Probably not essential to the problem but a little extra information on your system always comes in handy.

Have a look at:
http://damnsmalllinux.org/cgi-bin....t=16198
what is shown at dmesg?

===========================================
me, myself and I

Since you are at 16MB, using ndiswrapper will likely fail as it too needs to allocate memory for its use. You are already at the minimum. Wired ethernet cards are so cheap I would consider a replacement.
New info: As it turns out, there was a problem with the PCI slot. I cleaned it up and reseated the card and now it shows up on lspci. Its a VIA Ethernet Rhine family card or whatever. I did some googling and stumbled upon the drivers. They're fairly recent but I ran into some trouble installing them. I uploaded the installation readme file here for your viewing pleasure:
http://pantalanagapampa.net/send/linux.txt

Quote
   5) Compile the driver source files and it will generate rhinefet.o, and
      copy it to correct driver installation path (The installation directory
      is different in different kernel versions. In 2.4.x/2.6.x kernel, the path
      is /lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
      the path is /lib/modules/KERNEL_VERSION/net/, the KERNEL_VERSION (see
      above) means the kernel version of your Linux distribution. If you don't
      know your kernel version , please run 'uname -r' command in command
      line. The kernel version will look like '2.2.16', '2.4.2-2smp' etc.) :
       make install


Thats as far as I got. "make install" gives me an unknown command error. Any ideas on how to get the driver going? We're almost there  :p

'make' is included in gcc* mydsl packages.

(I hope you're doing this on another machine with more memory though).

Next Page...
original here.