LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   Internet Problems (https://www.linuxquestions.org/questions/slackware-installation-40/internet-problems-240750/)

dontcare 10-09-2004 06:45 PM

Internet Problems
 
I'm having trouble setting up my internet connection, first I believe that the nic is not found, its a onboard Nividia nForce MCP Network Adapter. When i run ifconfig I only get the loopback and not the eth0. That's my first problem after that I don't know what to do. I'm using a cable modem with auto DHCP. Please help.

dontcare 10-09-2004 07:55 PM

output
 
00:04.0 Ethernet controller: nVidia Corporation nForce Ethernet Controller (rev c2)
Subsystem: Micro-Star International Co., Ltd.: Unknown device 367c
Flags: bus master, 66Mhz, fast devsel, latency 0
Memory at ee182000 (32-bit, non-prefetchable) [size=1K]
I/O ports at d800 [size=8]
Capabilities: [44] Power Management version 2

Module Size Used by Not tainted
snd-pcm-oss 37736 0 (unused)
snd-mixer-oss 12504 2 [snd-pcm-oss]
keybdev 2052 0 (unused)
mousedev 4212 1
hid 21220 0 (unused)
usbmouse 2040 0 (unused)
input 3200 0 [keybdev mousedev hid usbmouse]
usb-ohci 19240 0 (unused)
usbcore 59308 1 [hid usbmouse usb-ohci]
forcedeth 9164 0
snd-intel8x0 18924 3
snd-ac97-codec 49500 0 [snd-intel8x0]
gameport 1420 0 [snd-intel8x0]
snd-pcm 56072 0 [snd-pcm-oss snd-intel8x0]
snd-timer 13604 0 [snd-pcm]
snd-page-alloc 6328 0 [snd-intel8x0 snd-pcm]
snd-mpu401-uart 3200 0 [snd-intel8x0]
snd-rawmidi 12740 0 [snd-mpu401-uart]
snd-seq-device 3888 0 [snd-rawmidi]
snd 30852 1 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 3396 4 [snd]
ohci1394 24112 0 (unused)
ieee1394 42276 0 [ohci1394]
pcmcia_core 39972 0
ide-scsi 9328 0
agpgart 43940 0 (unused)

judas_iscariote 10-11-2004 04:27 PM

edit /etc/rc.d/rc.inet1.conf

and you will found
# Config information for eth0:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]=""
DHCP_HOSTNAME[0]=""

you need..

# Config information for eth0:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]=""


thats all.


All times are GMT -5. The time now is 02:09 AM.