Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-06-2014, 07:06 AM
|
#1
|
LQ Newbie
Registered: Jul 2014
Posts: 6
Rep: 
|
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
|
|
|
07-06-2014, 03:26 PM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350
Rep: 
|
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?
|
|
|
07-06-2014, 11:24 PM
|
#3
|
LQ Newbie
Registered: Jul 2014
Posts: 6
Original Poster
Rep: 
|
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
|
|
|
07-07-2014, 01:15 AM
|
#4
|
LQ Newbie
Registered: Jul 2014
Posts: 6
Original Poster
Rep: 
|
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
|
|
|
07-07-2014, 03:28 AM
|
#6
|
LQ Newbie
Registered: Jul 2014
Posts: 6
Original Poster
Rep: 
|
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..
|
|
|
07-07-2014, 03:31 AM
|
#7
|
LQ Newbie
Registered: Jul 2014
Posts: 6
Original Poster
Rep: 
|
One again.. my laptop is Dell M6300, can I use RHEL 6.4 for my laptop?
Thanks and Regards,
Eribudi
|
|
|
07-07-2014, 05:41 AM
|
#8
|
LQ Newbie
Registered: Jul 2014
Posts: 6
Original Poster
Rep: 
|
I installed 260.19.12 but I get stuck on starting certmonger. Could you please give me an advice?
Thanks and Regards,
Eribudi
|
|
|
07-07-2014, 11:08 AM
|
#9
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,710
|
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
|
|
|
All times are GMT -5. The time now is 05:12 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|