PDA

View Full Version : Unable to establish wired network connection (Dell Inspiron)


sourav7mishra
22nd August 2010, 03:16 PM
Hi all, I have an issue relating my broadband connection, which I am not able to solve. I hope and wish, that I would find some way out here.

Some introduction: I am using Dell Inspiron (i3 processor) laptop, which I recently bought. I have win 7 preinstalled in it. In win 7, the wired broadban connection (Airtel connection) is working fine and have no issues.

I have been using mobile GPRS(BSNL, Ltd) through bluetooth, and that have been working fine. But today when I tried to connect through landline connection, it didn't workout. But the bluetooth connection is still fine. When I tried to do the connection manually through Network Manager, it is not taking the MAC Address. Till now, after installation, I have not updated my OS.

I surfed the net and tried some commands, whose results I am posting below. If any body get some clue, please help me out.

[root@localhost sourava]# ifconfig -a
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:62 errors:0 dropped:0 overruns:0 frame:0
TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6036 (5.8 KiB) TX bytes:6036 (5.8 KiB)

pan0 Link encap:Ethernet HWaddr C6:7B:41:CF:30:FC
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

ppp0 Link encap:Point-to-Point Protocol
inet addr:10.18.142.168 P-t-P:10.6.6.6 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:29 errors:0 dropped:0 overruns:0 frame:0
TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:9452 (9.2 KiB) TX bytes:2077 (2.0 KiB)





[sourava@localhost ~]$ service network status
Configured devices:
lo Wireless_connection_1
Currently active devices:
lo
[sourava@localhost ~]$ service NetworkManager status
NetworkManager (pid 1251) is running...
[sourava@localhost ~]$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
[sourava@localhost ~]$ ip route show
[sourava@localhost ~]$ cat /etc/resolv.conf
# Generated by NetworkManager


# No nameservers found; try putting DNS servers into your
# ifcfg files in /etc/sysconfig/network-scripts like so:
#
# DNS1=xxx.xxx.xxx.xxx
# DNS2=xxx.xxx.xxx.xxx
# DOMAIN=lab.foo.com bar.foo.com
[sourava@localhost ~]$ nslookup google.com
;; connection timed out; no servers could be reached


From a post I found out, that I should change my duplex settings (from 100 full to 10 full), but I could not get much. The corresponding commands and output, I have posted below:

[sourava@localhost ~]$ dmesg | grep -i duplex
[sourava@localhost ~]$ ethtool eth1
bash: ethtool: command not found
[sourava@localhost ~]$ mii-tool
SIOCGMIIPHY on 'eth0' failed: Operation not permitted
SIOCGMIIPHY on 'eth1' failed: Operation not permitted
SIOCGMIIPHY on 'eth2' failed: Operation not permitted
SIOCGMIIPHY on 'eth3' failed: Operation not permitted
SIOCGMIIPHY on 'eth4' failed: Operation not permitted
SIOCGMIIPHY on 'eth5' failed: Operation not permitted
SIOCGMIIPHY on 'eth6' failed: Operation not permitted
SIOCGMIIPHY on 'eth7' failed: Operation not permitted
no MII interfaces found

Any help would be appreciated much.

marko
22nd August 2010, 03:29 PM
Did you try running system-config-network to set up the eth0 interface, it looks to me like it's completely missing


BTW, you can find ethtool in package 'ethtool'

yum provides \*/ethtool

2:ethtool-2.6.33-0.1.fc13.x86_64 : Ethernet settings tool for PCI ethernet cards
Repo : fedora
Matched from:
Filename : /sbin/ethtool
Filename : /usr/sbin/ethtool

sourav7mishra
22nd August 2010, 07:35 PM

Did you try running system-config-network to set up the eth0 interface, it looks to me like it's completely missing


BTW, you can find ethtool in package 'ethtool'

@marco

I think, my eth package is missing.. I tried:

[sourava@localhost ~]$ ifconfig eth0
eth0: error fetching interface information: Device not found
[sourava@localhost ~]$ ifconfig eth1
eth1: error fetching interface information: Device not found

I also tried system-config-network, but couldn't g et any option, apart from dsn settings....

If possible, please guide me how to install the eth0 package.....