LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-06-2014, 07:06 AM   #1
eribudi
LQ Newbie
 
Registered: Jul 2014
Posts: 6

Rep: Reputation: Disabled
No suitable device found: no device found for connection System eth0



Dear experts,

Please kindly give me your advice regarding my issue. I got an error as subject when I ran ifup ifcfg-eth0. I done some test but no works, below is all information may be needed. After ##### symbol is my comment.

Quote:

[root@jaliteng net]# ifup ifcfg-eth0 ###### IF I ran ifup
ifcfg-eth0, i got the error as below
Error: No suitable device found: no device found for connection 'System eth0'.
[root@jaliteng net]#
[root@jaliteng net]#
[root@jaliteng net]# ls -ltr /sys/class/net ###### THERE'S no eth0 in /sys/class/net
lrwxrwxrwx. 1 root root 0 Jul 6 01:15 lo -> ../../devices/virtual/net/lo
lrwxrwxrwx. 1 root root 0 Jul 6 01:16 eth1 -> ../../devices/pci0000:00/0000:00:1c.5/0000:09:00.0/net/eth1
lrwxrwxrwx. 1 root root 0 Jul 6 01:16 virbr0 -> ../../devices/virtual/net/virbr0
lrwxrwxrwx. 1 root root 0 Jul 6 01:16 virbr0-nic -> ../../devices/virtual/net/virbr0-nic
[root@jaliteng net]#
[root@jaliteng net]#
[root@jaliteng net]# ls /etc/sysconfig/network-scripts/ ###### BUT I can see eth0 in /etc/sysconfig/network-scripts/
ifcfg-eth0 ifdown-bnep ifdown-ipv6 ifdown-routes ifup-aliases ifup-ippp ifup-plusb ifup-sit net.hotplug
ifcfg-lo ifdown-eth ifdown-isdn ifdown-sit ifup-bnep ifup-ipv6 ifup-post ifup-tunnel network-functions
ifcfg-wlan0 ifdown-ib ifdown-post ifdown-tunnel ifup-eth ifup-isdn ifup-ppp ifup-wireless network-functions-ipv6
ifdown ifdown-ippp ifdown-ppp ifup ifup-ib ifup-plip ifup-routes init.ipv6-global
[root@jaliteng net]#
[root@jaliteng net]#
[root@jaliteng net]# cd /etc/udev/rules.d/ ###### IF I go to /etc/udev/rules.d/, i will read 70-persistent-net.rules as below, I can see eth0 there
[root@jaliteng rules.d]# more 70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.

# PCI device 0x14e4:0x1674 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:21:70:99:4d:74", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth0"

# PCI device 0x14e4:0x1674 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:21:70:99:4d:3b", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth1"
[root@jaliteng net]#
[root@jaliteng net]#
[root@jaliteng rules.d]# more /etc/sysconfig/network-scripts/ifcfg-eth0 ###### THIS IS ifcfg-eth0 parameter
DEVICE=eth0
TYPE=Ethernet
#UUID=7606e706-2933-40bb-91d9-7dab78eb1c87
ONBOOT=yes
#ONBOOT=no
NM_CONTROLLED=yes
#NM_CONTROLLED=no
#BOOTPROTO=dhcp
BOOTPROTO=none
IPADDR=192.168.170.111
NETMASK=255.255.255.0
#GATEWAY=192.168.170.254
NETWORK=IPADDR=192.168.170.0
BROADCAST=192.168.170.255
DEFROUTE=yes
PEERROUTES=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
IPV6_AUTOCONF=no
NAME="System eth0"
USERCTL=no
HWADDR=00:21:70:99:4d:74
[root@jaliteng net]#
[root@jaliteng net]#
[root@jaliteng net]# ifconfig ###### CHECK using ifconfig, there' no eth0
eth1 Link encap:Ethernet HWaddr 00:21:70:99:4D:3B
UP 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17

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:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1240 (1.2 KiB) TX bytes:1240 (1.2 KiB)

virbr0 Link encap:Ethernet HWaddr 52:54:00:C8:6D:8A
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST RUNNING 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)
[root@jaliteng net]#

Thanks and Regards,
Eribudi
 
Old 07-06-2014, 03:26 PM   #2
pingu
Senior Member
 
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350

Rep: Reputation: 127Reputation: 127
Could be several things.
1) Is the driver for eth0 nic loaded?
2) Faulty nic
3) That bridge "virbr0" - what nic's are assigned to it?

You could try removing/renaming /etc/udev/rules.d/70-persistent-net.rules and reboot. A new file will be created, sometimes that fixes this kind of problems.

You could also add a file "/etc/sysconfig/network-scripts/ifcfg-eth1", can you bring up eth1 then?
 
Old 07-06-2014, 11:24 PM   #3
eribudi
LQ Newbie
 
Registered: Jul 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Dear Pingu and experts,

Eth0 should have "00:21:70:99:4d:74" as macaddres. I can see eth0 when I installed RHEL 5.4, but I can't find eth0 when I install RHEL 6.4.
I tried to remove /etc/udev/rules.d/70-persistent-net.rules and reboot, but doesnt work.
Where can I find driver for Nvidia Quadro FX3600 for RHEL 6.4? And how to install it?


Thanks..
Eribudi
 
Old 07-07-2014, 01:15 AM   #4
eribudi
LQ Newbie
 
Registered: Jul 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
I check my driver

# lspci | grep Ether
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5756 Gigabit Ethernet PCI Express

Then

# lspci -vm -s 09:00.0
Device: 09:00.0
Class: Ethernet controller
Vendor: Broadcom Corporation
Device: NetXtreme BCM5756ME Gigabit Ethernet PCI Express
SVendor: Dell
SDevice: Device 01f8


Does it show thatbmy driver run properly?

Thanks and Regards,
Eribudi
 
Old 07-07-2014, 01:32 AM   #5
pingu
Senior Member
 
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350

Rep: Reputation: 127Reputation: 127
That is a Broadcom, I doubt Nvidia uses that.
Get the driver from Nvidia: http://driverscollection.com/?H=Quad...Linux%20x86_64
 
Old 07-07-2014, 03:28 AM   #6
eribudi
LQ Newbie
 
Registered: Jul 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
I used RHEL 6.4 and driver 331 nvidia quadro. Can we use this driver version? I will update my driver as your suggestion and update soon.

Thank you very much Pingu..
 
Old 07-07-2014, 03:31 AM   #7
eribudi
LQ Newbie
 
Registered: Jul 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
One again.. my laptop is Dell M6300, can I use RHEL 6.4 for my laptop?

Thanks and Regards,
Eribudi
 
Old 07-07-2014, 05:41 AM   #8
eribudi
LQ Newbie
 
Registered: Jul 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
I installed 260.19.12 but I get stuck on starting certmonger. Could you please give me an advice?

Thanks and Regards,
Eribudi
 
Old 07-07-2014, 11:08 AM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
seeing as this IS RHEL
you did buy the required license
you have access to the redhat knowledgebase
https://access.redhat.com/search/bro...#?&language=en

the FULL install instructions ARE in it for installing the nvidia.run driver on RHEL 6.5
first install the development tools and kernel source
then you need to blacklist the "Nouveau" driver and rebuild the boot image
only then can you install the .run driver

using the nvidia repo and installing the "kmod-nvidia.rpm" is MUCH EASIER
Code:
su -
yum install kmod-nvidia
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] tcpdump - no suitable device found LorenCarter Linux - Networking 5 06-07-2010 10:43 AM
eth0:device not found:why ? jeya Debian 11 12-12-2008 08:23 AM
eth0 device not found starkhorn Fedora 9 09-20-2007 09:24 PM
No device eth0 found Poilar Linux - Networking 2 05-29-2007 06:54 PM
eth0: Device not found!!!! PDD Linux - Networking 6 11-17-2004 02:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration