LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Slackware can't find my ASound NIC (https://www.linuxquestions.org/questions/linux-networking-3/slackware-cant-find-my-asound-nic-39661/)

shaolinnerd 12-29-2002 06:24 AM

Slackware can't find my ASound NIC
 
I have an ASound 8139 card and im running Slackware 8.1 kernel 2.4.18. It won't seem to find the NIC. I am a newbie so please someone help me :)

irish_rover 12-29-2002 07:05 AM

It looks like that card uses a RealTek chip (8139) so you need to use the RealTek 8139 module. You'll want to see if you have the 8139too module, or something similiar. Try to do a modprobe for 8139too, to see if it exists.

1: insert the driver as module,

#insmod fealnx.o

2: bind your card to an IP address

#ifconfig eth0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}

3: add your card to IP routing table,

#route add -net ${NETWORK} netmask ${NETMADK} eth0

4: now, you should be able to ping local network.

Ok, give that a try and see what happens.

shaolinnerd 12-29-2002 07:13 AM

it says that fealnx.o was compiled for kernel version 2.0.34 while this kernel is version 2.4.18

how do i remedy that?

irish_rover 12-29-2002 05:40 PM

You could take a look at compiling your own kernel? It's really not that bad if you follow the documentation. Check at http://www.tldp.org for kernel recompile how-to's.


All times are GMT -5. The time now is 11:06 AM.