LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   unable to find drivers for MSI K9NGM (https://www.linuxquestions.org/questions/linux-hardware-18/unable-to-find-drivers-for-msi-k9ngm-481607/)

invincible_king 09-08-2006 10:26 AM

unable to find drivers for MSI K9NGM
 
hi guys,
i am fairly new to configuring stuff on the linux platform, although i have been programming on the linux platform for a long time now. my problem with my latest configuration is i am not ablt to install the drivers for my on board ethernet, the hardware specifications are AMD athlon dual core 64 bit 3600+, MSI K9NGM NVIDIA MCP51G chipset , the board has in built ethernet card, i have dual operating systems, Win XP and Fedora Core 4 which i recently installed, i wanted to get online so i looked into Network Device control, which showed no Interfaces, then i went to System settings>Network> and tried to add the new hardware, but there are no drivers for the inbuilt card/board which i have, then i tried the manufacturers drivers cd, which doesnt have any linux drivers, plz let me know what to do...

stress_junkie 09-08-2006 12:25 PM

I couldn't find out whether FC4 supports your motherboard chip set. However there is a standard list of things to do to see if Linux recognises and initialises your hardware. Look for refrences to your embedded ethernet controller using various system resources as follows. Some of these may not be available for FC4. I don't run that distribution.

Enter the following commands, one at a time, at a terminal window command prompt. After entering each command look for references to your ethernet controller.

dmesg
( This is a ring buffer containing system messages. If the system has been running for a while then boot messages will have been lost. )

lspci
( Actually this probably won't show you an embedded device. )

ifconfig
( Look for any references to eth0 or any eth device. )

Look in /var/log/messages.

Look in /var/log/boot.msg and or /var/log/boot.log. Look for something like this:
Quote:

Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8
done eth0 device: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller
eth0 configuration: eth-id-00:0f:b5:8d:cb:2f
eth0 (DHCP) . <notice>pidofproc: dhcpcd 2590
IP/Netmask: 192.168.100.11 / 255.255.255.0 done
Setting up service network . . . . . . . . . . . . . . . .done
Lastly, use the Linux Questions search feature to locate similar questions.

invincible_king 09-08-2006 01:43 PM

i did all you said.... but no where could i find what you asked me to look for.....i appreciate your help buddy!!!

invincible_king 09-09-2006 06:47 AM

tried contacting MSI customer support, no reply from their side yet!!!


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