LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Gigabyte Motherboard (https://www.linuxquestions.org/questions/linux-hardware-18/gigabyte-motherboard-183137/)

Gravey 05-19-2004 12:17 AM

Gigabyte Motherboard
 
Hey everyone,

I recently purchased a new computer which has a GA-8IPE1000-PRO-V2.0 Gigabyte motherboard which has an inbuilt NIC

I am in the process of learning how to use Linux...

I have Red Hat 8.0 installed on it and everything works fine.. except the network card didnt seem to be installed and configured in the installation..

Would it not pick it up because it is a newer motherboard and an 'older' version of Red Hat

I really have no idea what to do to get it working.. :(

Any suggestions would be greatly appreciated :)

oobe 05-19-2004 03:35 AM

your mobo has an intel pro/1000 lan motherboard which i know is supported in linux 2.6 kernel however your kernel verison is 2.4 i dont know if it is supported in 2.4 but it is a safe bet it is
it is possible that your drivers have loaded but your device is not yet configured the best thing could be if you post back the results of these commands

as follows type

lsmod

and

ifconfig

lsmod will show what device modules are loaded (hardware support) and ifconfig will show details about your ethenet device and how it is configured

Gravey 05-19-2004 07:57 PM

(sorry about the mess of it)

lsmod:

Module Size Used By Not Tainted

vfat 13084 0 (autoclean)
fat 38712 0 (autoclean) [vfat]
nls_iso8859-1 3516 0 (autoclean)
ide-cd 33608 0 (autoclean)
cdrom 33696 0 (autoclean) [ide-cd]
soundcore 6532 0 (autoclean)
autofs 13348 0 (autoclean) (unused)
ipt_REJECT 3736 6 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 14936 2 [ipt_REJECT iptable_filter]
ohci1394 20108 0 (unused)
ieee1394 46892 0 [ohci1394]
mousedev 5524 1
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5888 0 [mousedev keybdav hid]
usb-uhci 26188 0 (unused)
ehci-hcd 17480 0 (unused)
usbcore 77024 1 [hid usb-uhci ehci-hcd
ext 3 70368 2
jbd 52212 2 [ext3]

and

ifconfig:

Lo
Link encap: Local Loopback
inet addr: 127.0.0.1 Mask: 255.0.0.0
UP loopback Running Mtu: 16436 Metric: 1
RX packets: 505 errors: 0 dropped: 0 overruns: 0 frame: 0
TX packets: 505 errors: 0 dropped: 0 overruns: 0 carrier: 0
collisions: 0 txqueuelen: 0
Rx bytes: 37274 (36.4kb) Tx bytes : 37274 (36.4kb)

oobe 05-22-2004 11:17 PM

it doesnt appear that your device has had it modules loaded you could try doing " ifconfig eth0 up " to make sure this cmd will turn on your network device if it is detected eth0 is what linux would call your first network device if the modules arnt loaded then it will say somthing like device not found.

if that is the case then you must type " lspci " as root this will give a read out of all your pci devices on your motherboard you can post the results back here you also could try googling the results to find maybe someone else who is posting with the same problem you may find your answer sooner.

congratulations on being persistant get back soon and let me know how it goes and the leave the results of lspci

P.S i just did a little googling my self


google linux


intel drivers


cheers oobe


All times are GMT -5. The time now is 01:34 PM.