LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Fedora Core network problem (https://www.linuxquestions.org/questions/linux-networking-3/fedora-core-network-problem-320683/)

Saxu 05-06-2005 07:01 AM

Fedora Core network problem
 
Hi,

I just installed fedora core 4beta and when im trying to connect it just says that my network card isnt present. I tried to connect with my winxp and it worked great. I have a router and other 2 pc's in the network and they work great, so what's the prob?

- Saxu

david_ross 05-06-2005 12:12 PM

Welcome to LQ.

Can you post the output from:
ifconfig
lspci
lsmod

Saxu 05-09-2005 07:05 AM

I tried them all and it says that "command not found",
i wrote them in terminal with root access, so did i do right or what? :confused:

Darin 05-09-2005 08:42 AM

whereis ifconfig
whereis lspci
whereis lsmod

Code:

root@linuxbox:~# whereis lspci
lspci: /sbin/lspci
root@linuxbox:~# /sbin/lspci
00:00.0 Host bridge: Intel Corp...


Saxu 05-09-2005 09:10 AM

ok, i wrote the commands with that "whereis" and it echoed:


ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz
lspci: /sbin/lspci /usr/share/man/man8/lspci.8.gz
lsmod: /sbin/lsmod /usr/share/man/man8/lsmod.8.gz

Darin 05-09-2005 09:53 AM

Quote:

Originally posted by Saxu
ok, i wrote the commands with that "whereis" and it echoed:


ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz
lspci: /sbin/lspci /usr/share/man/man8/lspci.8.gz
lsmod: /sbin/lsmod /usr/share/man/man8/lsmod.8.gz

The whereis command shows the hard drive path to those programs. Once you know where the commands are you can run them by specifying the path, and not get "command not found" errors. So now post the output from:

/sbin/ifconfig
/sbin/lspci
/sbin/lsmod

Saxu 05-13-2005 07:13 AM

[saxu@localhost ~]$ /sbin/ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2332 errors:0 dropped:0 overruns:0 frame:0
TX packets:2332 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2452430 (2.3 MiB) TX bytes:2452430 (2.3 MiB)

[saxu@localhost ~]$ /sbin/lspci

00:00.0 Host bridge: Intel Corporation 82810E DC-133 GMCH [Graphics Memory Controller Hub] (rev 03)
00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller] (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 02)
00:1f.0 ISA bridge: Intel Corporation 82801AA ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801AA IDE (rev 02)
00:1f.2 USB Controller: Intel Corporation 82801AA USB (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio (rev 02)
01:0a.0 Ethernet controller: Digital Equipment Corporation DECchip 21041 [Tulip Pass 3] (rev 21)

[saxu@localhost ~]$ /sbin/lsmod
Module Size Used by
parport_pc 28933 1
lp 13001 0
parport 40585 2 parport_pc,lp
autofs4 27205 0
i2c_dev 11073 0
i2c_core 22081 1 i2c_dev
sunrpc 167813 1
ipt_REJECT 5569 1
ipt_state 1857 7
ip_conntrack 41369 1 ipt_state
iptable_filter 2881 1
ip_tables 19649 3 ipt_REJECT,ipt_state,iptable_filter
md5 4161 1
ipv6 269505 8
uhci_hcd 33241 0
hw_random 5973 0
snd_intel8x0 34689 1
snd_ac97_codec 75960 1 snd_intel8x0
snd_pcm_oss 51185 0
snd_mixer_oss 17728 1 snd_pcm_oss
snd_pcm 100041 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 33477 1 snd_pcm
snd 57157 8 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 10913 1 snd
snd_page_alloc 9669 2 snd_intel8x0,snd_pcm
tulip 55265 0
floppy 65141 0
dm_snapshot 17413 0
dm_zero 2113 0
dm_mirror 26029 0
ext3 132553 2
jbd 86105 1 ext3
dm_mod 58229 6 dm_snapshot,dm_zero,dm_mirror

david_ross 05-14-2005 02:08 PM

Well it looks like you have the tulip driver loaded. Try running:
ifconfig eth0 192.168.1.100

Does it produce an error? Try running "ifconfig" again, do you see eth0 listed now?

If that doesn't work try:
rmmod tulip
modprobe tulip

Then post the output from:
dmesg | tail
dmesg | grep eth

Saxu 05-14-2005 02:34 PM

tried that "ifconfig eth0 192.168.1.100", but it said that "No such device" and when i tried rmmod and modprobe they just echoed a blank line


All times are GMT -5. The time now is 10:15 AM.