LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Embeded 3COM LAN (https://www.linuxquestions.org/questions/linux-newbie-8/embeded-3com-lan-67198/)

Urken 06-22-2003 02:56 AM

Embeded 3COM LAN
 
Motherboard is ASUS A7N8X it has two on board LAN (3COM and NVIDIA), Slackware 9.0 do not see any of them.
I have disabled the NVIDA in BIOS (one is enough).
IN WINXP Iget the following info:
3COM 3C920B-EMB
I/O C000-C07F
IRQ 21

I need help to get this to work in Slacware 9.0
Any ideas ?
Uffe

cropcircle 06-28-2003 06:38 PM

What do the following commands say:

"lspci -v -v |grep -i 3com"
"dmesg |grep -i 3c"

Urken 06-30-2003 01:05 PM

Thanks for posting but I moved this posting to
Distributions-Slackware

Urken 06-30-2003 01:10 PM

Forgot do add, I dont have the Ispci command in Slackware.

cropcircle 07-05-2003 01:20 PM

Try :

"su -"
<root password>

and then :

"lspci" (with the letter L - from Linux) and not "Ispci" (with the letter I - from Interrupt).

Urken 07-06-2003 12:34 AM

root@slackware:~# lspci -v -v |grep -i 3com
02:01.0 Ethernet controller: 3Com Corporation 3C920B-EMB Integrated Fast Ethernet Controller (rev 40)

root@slackware:~# dmesg |grep -i 3c
root@slackware:~#

cropcircle 07-06-2003 05:43 PM

Hi Urken, try the following commands :

"su -"
<your root password"
"modprobe 3c59x" (your network card might be in this module)

Then try to give an ip-adress to your network card, with a command like :

"ifconfig eth0 192.168.1.10 broadcast 192.168.1.255 netmask 255.255.255.0"

See the following URL for more info :
http://www.slackware.com/book/index....rce=x1100.html

Do you see your network card now, with the command "dmesg |grep -i eth"
Do you see your ethernet device, with the command "/sbin/ifconfig -a".

Note : let me guess... You've got a nVidia nForce2 chipset?
The ethernet card on that chipset might not be supported in the kernel in Slackware 9.0. More specifically, it don't think it is fully supported in any of the recent Linux distributions.

It seems that kernel 2.5.70 is the first one to support this card :
http://www.kernel.org/pub/linux/kern...angeLog-2.5.70

I hope I'm wrong, but these are my initial findings.

Good luck.


All times are GMT -5. The time now is 03:32 PM.