Eth0 doesnot seem to be present

Hi
Iam performing the installation of linux 5.4 on my system.after that i want to install oracle in that
while configuring the ip address after the installation of linux 5.4 iam facing the error
3c501 device eth0 doesnot seem to be present.
then i understood that linux doesnot recognize my ethernet card
so how can i solve the issue and configure the ipaddress?
when i give
lspci | grep -i ethernet
02:00:0 Ethernet controller:Attansic Technology Corp.Atheros AR8121/AR8113/AR8114 PCI-E Ethenet Controller (rev b0)
Please say me how can i solve the error and also give me the steps whether any rpm or driver software needs to be installed
i was trying hard to solve the issue.Appreciating your hep on this people
Thanks
Aram

hi
i tried to install following error
please say me how can i solve the issue
root@server1 /]# rpm -Uvh kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64.rpm
warning: kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID baadae52
error: Failed dependencies:
kernel(rhel5_net_core_ga) = c186a7dc043c903564c2dd9ed49d8847b7043c86 is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_drivers_pci_ga) = 88a9a7f6575f2f00a7ca4ac83a9f3a2c81641290 is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_net_ethernet_ga) = d17ace18cf21997af17e0b1057679e4819e5b1fc is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_mm_ga) = d5edc1b3d2a4f2bf8ce28d7f4dbeab27cfeb19bd is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_drivers_base_ga) = 61dc730b8ca5e74017f2df5b55ecda8b7df7f9c2 is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_kernel_ga) = 84d69198cf51b494e38d9d0a54e52607c8a507e2 is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_kernel_irq_ga) = b26b8899fe5a26f79915c27d493dd911b2bde668 is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_lib_ga) = ff25b583d6d314edd98f7c9533c5867194b3d30d is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_arch_x86_64_kernel_ga) = 880dbfce5086d666f5bab6ad642c0323fcdabd90 is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_vmlinux_ga) = 78f928da689a93ecf2e044fc0ced6b3eaedf5c19 is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_net_sched_ga) = f59ed7ca1ff4a5999cc750181083f8e6dd78c491 is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_arch_x86_64_mm_ga) = ca7f91963b9397351659241974f92dc85546f8ca is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
kernel(rhel5_kernel_module_ga) = a74a9d2bf87d13d6b9412698dc2728248ca92523 is needed by kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64
[root@server1 /]# uname -a
Linux server1.oracle.com 2.6.18-164.el5PAE #1 SMP Tue Aug 18 15:59:11 EDT 2009 i686 i686 i386 GNU/Linux
aram

Similar Messages

  • Bringing up interface eth0: e1000 device eth0 does not seem to be present, delaying initialization.

    I performed a software reboot on the MSE3310.  After the reboot the MSE was no longer visible on the network.  I went and consoled into the device and it was operational.  I ran the msed stop and msed start commands.  I got this message when it tried to load eth0
    Bringing up interface eth0:  e1000 device eth0 does not seem to be present, delaying initialization.
    [FAILED]
    Earlier in the day I had updgraded the firmware from 6.0 to 7.0.230.0.
    Can I recover the eth0?  Is this related to the firmware upgrade? 
    Thanks.
    Jason

    Tarik,
    This procedure worked great!  After adding the HWADDR parameter to the eth0 config file and rebooting the server, we are now able to access the server on the network again.  Thank you very much for the quick reply!
    Here is the procedure if others need this.
    ifconfig -a showed the eth0 interface was renamed to _tmp462132856
    [root@MSE-CPW-01 ~]# ifconfig -a
    __tmp462132856 Link encap:Ethernet  HWaddr 00:15:17:F1:4D:C7
              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:169 Memory:e8180000-e81a0000
    eth1      Link encap:Ethernet  HWaddr 00:15:17:F1:4D:C8
              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)
    Then issued
    vi /etc/sysconfig/network-scripts/ifcfg-eth0
    to edit the file and add the HWADDR=xx:xx:xx:xx:xx:xx
    Then issued a 'shutdown -r now' to reboot the server
    After a reboot, network connectivity was restored!
    Thanks!
    Brian

  • Bluetooth on my Iphone4 running iOS5.0.1 doesnot seem to detect my Mac Book Pro running Lion.

    Bluetooth on my Iphone4 running iOS5.0.1 doesnot seem to detect my Mac Book Pro running Lion. I have tried multiple devices - both Apple devices and others.

    nahmad02 wrote:
    Problem description:
    My Mac Book Pro  OS X Lion 10.7.5 is running really slow. Takes forever to open the internet and word, please help
    Safari Extensions: ℹ️
      Searchme Adware! [Remove]
    Simple. Click on "Remove" and follow the direction EtreCheck has for you.

  • TS1702 The Maps doesnot seem to respond to the directions in New Delhi, India. Also the passbook app doesnt really work as when i click on that it ask to go to app store and then the result is BLANK!!

    This doesnt seem to work as maps and regarding passbook its showing blank in India. Siri stil not helpful much. Common Apple you need to do much more please!!

    This doesnt seem to work as maps and regarding passbook its showing blank in India. Siri stil not helpful much. Common Apple you need to do much more please!!

  • HT1688 all i want to do is add songs from my new computer to my iphone 4s. But that doesnot seem to be working.. Itunes wnats me to sync and lose all my music on my iphone. This is very frustrating i dont want to lose over 700 songs!!!!

    Itunes is not letting me add songs from my new computer to my iphone.
    Instead it wants me to sync my music library and lose all the songs on my phone. i have over 700 songs i cannot lose them just because i want to add 10 new songs... PLEASE HELP. also i am using the new CONFUSSING ITUNES 11. 

    This has always been the case.
    All iphones have always only synced to one computer at a time.
    Syncing to another will indeed erase the current content and replace with content from the new computer.
    Copy everything from your old computer, or your backup copy of your old computer, to the new one.

  • Conditional Display in reports doesnot seems to work

    hi ,
    I tried to set conditinal display in a report to a pl/sql expression and it didnt work.
    in order to check if conditinal display works I tried to set it to never, and it is still displayed . I'm using Apex 2.0
    Please help
    sagsag

    New Info.
    The report is based on my own report template and using links
    a basic report does work with conditinal displau
    sagsag

  • WebCenter Framework Doesn't Seem to be present after install

    Hello. I recently created a Web Center Application on JDeveloper and I would like to push this out to another Weblogic 10.3 server I have running Oracle Directory Services 11G. I install WebCenter onto the weblogic server in the same middleware home that web logic is running. After the install, I ran the configuration tool to extend the existing WebLogic IDM domain I had with WebCenter. My application only uses Framework and none of the services so I didn't make and schema changes to the database.
    We I try to deploy my application, I'm getting errors such as the following:
    Extension-Name: oracle.webcenter.framework Specification-Version: 11.1.1 exact-match: false
    How can I manually go about installing WebCenter framework into my WebLogic server?

    Try creating a new managed server using the script [Oracle WebCenter 11g Managed Server Creation Script|http://www.oracle.com/technology/products/webcenter/release11_demos.html], then deploy your app to this new managed server.

  • How can I transfer particular presentation in Keynote ipad to iphone.  I can't seem to transfer presentations in keynote on my ipad to my iphone?

    I do have the software on both. Can someone please help? 
    thanks,

    I just figured it out!  Thank you so much for considering helping.

  • Error at boot, receive_packet failed on eth0: Network is down

    I have noticed the following seems to be present in my /var/log/errors.log. The ntpd.... seems to have been present on and off for a while but "plamuk dhcpcd[5789]: eth0: read: Network is down" seems to have only started occuring recently and I've noticed this error on screen at the final stage off boot up, just before going to graphical kdemod login. I would add that my network is working perfectly and more stable at the moment than ever (wireless only). Just wondered if anyone sees anything similar, or any ideas how clear it up.
    Dec 25 08:18:51 plamuk dhclient: receive_packet failed on eth0: Network is down
    Dec 25 08:18:51 plamuk dhcpcd[5789]: eth0: read: Network is down
    Dec 25 08:19:43 plamuk ntpd[5625]: Cannot find existing interface for address 217.147.208.1
    Dec 25 08:19:43 plamuk ntpd_initres[5626]: ntpd indicates no data available!
    Dec 25 08:20:43 plamuk ntpd[5625]: Cannot find existing interface for address 217.147.208.1
    Dec 25 08:20:43 plamuk ntpd_initres[5626]: ntpd indicates no data available!
    Dec 25 08:21:43 plamuk ntpd[5625]: Cannot find existing interface for address 217.147.208.1
    Dec 25 08:21:43 plamuk ntpd_initres[5626]: ntpd indicates no data available!
    Dec 25 08:22:43 plamuk ntpd[5625]: Cannot find existing interface for address 217.147.208.1
    Dec 25 08:22:43 plamuk ntpd_initres[5626]: ntpd indicates no data available!

    Trilby wrote:
    Torxed wrote:execve (/sbin/dhclient-script, ...): No such file or directory
    There you go.  What's calling that?  That should resolve to /usr/bin/sbin.
    What does `ls -l /sbin/dhclient-script` return?  Did you complete the recent filesystem upgrade without errors.
    [elias@ubercool ~]$ ls -l /sbin/dhclient-script
    -rwxr-xr-x 1 root root 12295 May 31 15:48 /sbin/dhclient-script
    And yes i've successfully updated the filesystem with out any errors, oddly enough this script is sticking to the guns and satying in /sbin/ (thought all scripts and what not moved to /usr/{sbin, bin} but i guess not?)
    fukawi2 wrote:Please do not post large pictures
    Sorry about that, i knew there was a limit but there's so much rules to keep track of so i used "common sense" and i thought my image was at least not tremendously hughe.. but i guess that depends on what sort of connection and PC you got.
    jrussell wrote:
    try just
    systemctl start dhcpcd
    Won't do any good, considering i've already tried it (read the title and description of the issue).
    Last edited by Torxed (2013-06-26 20:19:07)

  • How to update Adobe Presenter 8.01?

    I am trying to do presentations with animated inking on a tablet and the quality is so poor (I have to use ppt instead of pptx in the native inking). I have to convert them to images. I'm hoping that they work in presenter 8.02, but I can't figure out how to get an update. I found a link here earlier this afternoon, but searching does not give me the same link. I also can't find the FAQ - it might be there, but I can't seem to find presenter FAQs.

    I was running 8.0.1. The update within the presenter ribbon did not report 8.0.2. Also, the 'Adobe Application Manager' does not seem to know about Adobe Presenter, so it reports no update. But I was finally able to update to 8.0.2 from another link that I found in the forum. It did not fix my issue with inking. Also, I have some issues with animating equations. Note that the inking issues are shown in the bottom links here. Please let me know if the prpkg package is what you need. My workaround is to convert these objects to pictures, and then they can be animated. This makes an extra step for every animation, plus they lose the ability to be edited.
    The following bugs/limitations were sent to 'rahuls at adobe.com' on 10/31/12
    I have uploaded four files to my public dropbox. I am traveling and the hotel has a throttled e-mail, but dropbox is telling me that the file uploads were fast. Please let me know if these uploads show to you the bugs that I am working around.
    https://dl.dropbox.com/u/95983602/equation_bug_ppt.prpkg - this shows the equation bug when the file is in .ppt format. Some of the problems are due to incompatibility of the new MS equations with the .ppt format, I think, but there are other issues. You can hear in the audio a description of what I see during recording. The only way that works is to use MS 3.0 equations or MathType equations and paste images of the equations as shown in one of the slides at the end. It does not work to embed them.
    https://dl.dropbox.com/u/95983602/Test%20Presentation.ppt
    https://dl.dropbox.com/u/95983602/equation_bug_pptx.prpkg - this shows the equation bug when the file is .pptx format. None of the new MS equations are animated properly in the final SWF. You can tell from the audio that it looks OK during recording. The older MS 3.0 and MathType equations work only if they are embedded as images as you see if you look at one of the slides near the end.
    https://dl.dropbox.com/u/95983602/Test%20Presentation.pptx
    https://dl.dropbox.com/u/95983602/inking_bug_Package.prpkg - this shows that inking can be used on slides in .ppt format, but the visual quality is very low. It looks very unprofessional, even if video is set to lossless. Animation seems to make it worse, but I could not figure out for sure.
    https://dl.dropbox.com/u/95983602/Inking%20bug%20Presentation.ppt
    https://dl.dropbox.com/u/95983602/inking_bug_pptx_Package.prpkg - this shows that inking does not AT ALL in the .pptx format.
    https://dl.dropbox.com/u/95983602/Inking%20bug%20Presentation.pptx

  • Issues importing/"using" date/datetime in Julia. Is it even present?

    I'm trying use the Date or DateTime in a script, which requires that I user "import Dates" or "using Dates". However, it can't find the module. I checked the the file list on the package info list and it doesn't seem to be present. Could someone confirm that this is the case?
    [edit] I can confirm that I was doing everything correctly. I switch to julia-git in AUR, and its working fine after I added the path ( push!(LOAD_PATH,"/usr/share/julia/base") ). I'd still like it if someone could confirm that I'm not just looking in the wrong place.
    Last edited by nstgc (2015-02-09 00:58:01)

    Sorry for the late reply. No, this module is still not included in the installation as far as I can tell as of today. Do know that today I merely checked "/usr/share/julia/base", however last time I checked it was no where to be seen. I also tried "julia> import Dates".
    Also /usr/share/julia/base is not in the load path.
    julia> LOAD_PATH
    2-element Array{Union(ASCIIString,UTF8String),1}:
    "/usr/local/share/julia/site/v0.3"
    "/usr/share/julia/site/v0.3"
    I don't know if this is a bug or if this version just doesn't include this package.

  • YouTube HTML5 WebM playback seems broken in Firefox 4 Beta 7 and the current Firefox 4 nightlies

    WebM playback on YouTube via the HTML5 player seems broken at present in Firefox 4 Beta 7 and the current Firefox 4 nightlies. I have beta 7 install on Win32 and Minefield on Linux x86-64, both without Flash installed and both have joined the HTML5 trial. When attempting to watch a video you currently just get the HTML5 player chrome with no WebM badge and just a black, videoless content pane where the video should be.
    Opera 10.63, in contrast, still works fine. So it feels like YouTube is incorrectly detecting the user agent when Firefox 4 is used and as a consequence mistakenly deciding that it shouldn't serve WebM video in that instance. I've not yet tried setting Firefox 4's user agent string to, say, Opera 10.63. I'll try that next.
    Can anyone confirm that they're seeing the same problem and is there any other workaround beyond changing the user agent string (presuming that works)?

    I just noticed that Firefox is playing some of my videos from youtube in WEBM format; That creates a huge problem for me because of distortion/Lag on ALL Webm videos with intense fast action scenes;I guess my onboard video card can not handle the demand of WEBM.
    My computer is not too old or new either so I really am concern for the foreseeable future,Millions of people from around the world that can not afford new computers will be affected by this new tech.
    This ruins everything for me because Firefox is my favorite browser I am forced to switch to Internet Explorer to watch sports videos in H264/Flash - I dont have a problem viewing videos with Flash or H264.

  • Network bridge problems linking wwan0 and eth0 [SOLVED]

    Hi There,
    I have just got working a 3G modem which appears as device wwan0. I am trying to link this interface to my wired ethernet eth0.
    wwan0 seems to work fine with network manager, getting a IP address via dhcp works just fine and I can use the interface.
    However, when I disable network manager and try to bring up the bridge with "netcfg up bridge" it times out, failing to get an lease with dhcp.
    My /etc/network.d/bridge file contains the following:
    INTERFACE="br0"
    CONNECTION="bridge"
    DESCRIPTION="Bridge wired and wireless connection"
    BRIDGE_INTERFACES="eth0 wwan0"
    IP="dhcp"
    #FWD_DELAY=10
    As per the wiki, I have tried using various values for FWD_DELAY (i.e 10 7 5,4,3,2,1,0) but nothing ..
    The relevant sections of /etc/rc.conf are:
    NETWORKS=(bridge)
    DAEMONS=( ... net-profiles !networkmanager ...)
    It seems that DHCP via networkmanager is the only way the interface gets an IP. I even tried "dhcpd br0" or "dhcpd wwan0" and they both time out.
    Anyone have any suggestions?
    Last edited by bmentink (2012-05-15 22:02:00)

    Hi,
    Ok I have this working now, here are the steps I used.
    1. Allowed NetworkManager to setup the 3G Interface wwan0 with DHCP ..
    2. Disabled my eth0 interface from Networkmanager by putting an entry in /etc/Networkmanager/Networkmanager.conf
    3. Manually configured eth0 with a static IP of 192.168.0.1
    4. did the "echo 1 > /proc/sys/net/ipv4/ip_forward" thing for IP forwarding
    5. did the following with iptables:
    iptables -t nat -A POSTROUTING -o wwan0 -j MASQUERADE
    rc.d save iptables
    rc.d start iptables
    6. Connected my wireless router "wan" port to eth0 and configured for 192.168.0.2 IP address and DNS servers dished up from the network  ..
    ( .. looked at the entries in /etc/resolve.conf on the PC I am sharing the internet )
    I can then connect to my wireless lan with my other computers..and on to the internet ... yahoo .. :-)
    The only issue I have with this setup is getting the 3G interface to connect automatically to the network .. I ticked the box in networkmanager, but it doesn't seem to work
    if I reboot the PC or take the usb T stick out and plug back in, I have to manually connect to the network with networkmanager. Does anyone know how to do this automatically ..
    [edit] seems this is a known bug ... you can only auto connect when the interface power is set to "on", but stupidly it defaults to "off"
    Thanks,
    B.
    Last edited by bmentink (2012-05-14 07:56:04)

  • Photos dropped from keynote presentation

    I am experiencing a repeated yet inconsistent problem with images losing their links in my keynote presentations.
    Example:
    I have a presentation in Keynote that was created from a new document, using a custom theme that I created several months ago.
    The file has several images in it, mostly .jpg and some .pdf
    After opening and editing it over several days, and versioning up on revisions, I saved it from our server to my local drive (MacBook Pro).
    When I opened the file while traveling I found that over half of the images were no longer in place. They had been replaced by grey boxes with question marks, each indicating a missing file.
    What causes images in a keynote file to lose their link? I've not found any suitable answer in the Help section or from browsing previously Q&A threads.
    It acts like an InDesign file, only the option to relink images or package the file before saving it to a new location doesn't seem to be present.
    Please help!
    thank you.

    Can you see the old photos in the backups?  (If you're not sure how, see the pink box in #15 of Time Machine - Frequently Asked Questions.)  If so, try restoring a few that way;   if that works, try restoring whole groups.
    If that doesn't help, try repairing your backups, per #A5 in Time Machine - Troubleshooting.
    If still no help, there are a couple of long shots in #E9 of that same link.

  • IOS5 seems to be missing Exchange Server contact access

    in iOS4 I could open my contacts app, go to Groups and see Exchange Server Contacts (at the very bottom) where I could do a search for contacts on our exchange server that were not stored locally. I then had the option to call, email or SMS them.
    in iOS5 this does not seem to be present, yet in Mail I can enter a persons name who is not in my address book but on on our exchange server and it will resolve them.
    has this feature been removed from iOS5? It was one of the most useful features about the phone as a business user.

    I can verify that the above workaround does indeed work. Once you delete the contacts in your default .PST on Outlook (and Empty "Deleted Items" folder), then you can search your global address list in Contacts>Groups.
    This is a hack-y workaround, though. I would think many people have contacts in Outlook that aren't terribly relevant on a daily basis. For me, my Outlook contacts at work is akin to an old Rolodex business card file. It contains lots of cards that I want to keep but don't need very often (if ever). I put the ones that matter most on iPhone; the rest are kept "just in case."
    It would be nice to have the ability to search the Global Address List on Exchange without syncing my Outlook contacts. There are thousands of fellow employees in the phone book and being able to look them up is great.
    Consider this a vote for bringing back the iOS4 behavior. I didn't read the release notes, so perhaps this was in there. This is a signficiant change in the way iPhone handles Exchange, and a step backwards in my opinion.

Maybe you are looking for

  • Extents issue in Oracle 7  database

    In our live database the next largest extent was unable to fit in the next available largest extent. The disk space is also very less. The current storage setting for the tablespaces are as follows TABLESPACE_NAME INital_EXTENT NEXT_EXTENT MIN_EXTENT

  • Error while Installing FCUBS10.5 ear File

    HI all, I am Installing FCUBS10.5 ear file I am gettign error as below Deploying Application "FCUBS105" failed! Progress Messages [Jan 5, 2010 11:27:43 AM] Application Deployer for FCUBS105 STARTS. [Jan 5, 2010 11:27:43 AM] Copy the archive to E:\pro

  • FB beta 2 - import fr. problems again!!

    The definition of base class HTTPServiceWrapper was not found. _Super_ABC.as The definition of base class RemoteObjectServiceWrapper was not found. _Super_XYZ.as Interface IValueObject was not found. _Super_Members.as http://forums.adobe.com/thread/4

  • Load Process in 11g

    Hi, How do you model a load process in BPM 11g using the new BPMN palette. The load process queries an external oracle database table and creates tasks for the end users in the workspace. Each task has a user interface that will display the data pass

  • Photoshop cs6 vs photoshop elements

    i have photoshop cs6 do i need photoshop elements?