no, that doesn't mean that Slack has loaded any modules for you network card. That just means it is connected to your comp. You can see similar info by running cat /proc/pci. Run ifconfig -a. You should see eth0, your network card. If not, make sure you have proper driver. Are you using the kernel that came with Slack? I know 2.4.22+ atleast comes with the Broadcom 4400 driver. It is marked as "experimental" in 2.4.22 (the one that comes with Slack), so it may not have included it by default. Try recompiling your kernel with it enabled. Also try running netconfig , it is very straightforward.
You can try lsmod | grep b44 too, that is the name of the driver for the Broadcom 4400.
Last edited by 95se; 01-10-2004 at 11:59 AM.
|