Fw 4.1.112.33292 Network Interface

I just installed firmware update 4.1.112.33292 on ix2-dl-10. My system status shows a yellow caution alert that says "The network interface is unavailable". I can access the configuration UI through the network interface and also the shares on the device. i.e. it seems to be working fine other than it thinks it has a problem. I use a static IP and have had the same configuration since I installed the ix2-dl-10 a couple years ago. I have not changed any networking hardware since Christmas. I'm not 100% sure which FW I was on previously - I may have skipped the 33149 release. I tried searching the forums and KB but the search didn't seem to do anything. I would like to get rid of the error status if possible. Please advise. Thanks,-Marty

Thanks, Gus. In the process of submitting the question, the system turned me on to an article that answered the question:https://lenovo-na-en.custhelp.com/app/answers/detail/a_id/31596 A reboot fixed the problem. I hadn't done a reboot because I figured it had just booted up after the firmware install, so it would be a waste of time. Shows what I know. -Marty

Similar Messages

  • Unable to receive multicast on a multi network interface host

    Can anyone please help?
    I am not able to receive multicast on a multi network interface host.
    This is the code:
    public class LegacyMulticast {
    public static void main(String[] args) throws IOException {
    InetSocketAddress group = new InetSocketAddress("224.10.20.30", 12345);
    NetworkInterface iface = NetworkInterface.getByName("eth3");
    MulticastSocket socket = new MulticastSocket();
    socket.setSoTimeout(5000);
    socket.joinGroup(group , iface);
    byte[] b = new byte[4096];
    DatagramPacket datagram = new DatagramPacket(b, b.length);
    try {
    socket.receive(datagram);
    System.out.println("Success");
    catch (SocketTimeoutException ste) {
    System.out.println("Failure");
    socket.leaveGroup(group, iface);
    The funny thing is that when I start this code, Wireshark detects IGMP join on the correct network interface caused by joinGroup call, followed by constant UDP traffic on correct port which I aim to receive and finally I see correct IGMP leave caused by leaveGroup call and the UDP traffic stops.
    I just don't receive anything on socket.receive call.
    I am trying to figure this one out for days now. Pls help someone :)
    P.S. I suspected security, but System.getSecurityManager() call returns null.
    P.P.S. I also tried implementing this with NIO, but with same result.

    public class LegacyMulticast {
    public static void main(String[] args) throws IOException {
    InetSocketAddress group = new InetSocketAddress("224.10.20.30", 12345);
    NetworkInterface iface = NetworkInterface.getByName("eth3");
    MulticastSocket socket = new MulticastSocket(12345);
    socket.setSoTimeout(5000);
    socket.joinGroup(group , iface);
    byte[] b = new byte[4096];
    DatagramPacket datagram = new DatagramPacket(b, b.length);
    try {
    socket.receive(datagram);
    System.out.println("Success");
    catch (SocketTimeoutException ste) {
    System.out.println("Failure");
    socket.leaveGroup(group, iface);
    This is still not working.
    The multicast is coming from the network (not localhost), OS is Windows 7.
    When I start a multicast stream localy via VLC application on this same group and port, I receive the traffic in this Java application OK.
    Once again, Wireshark detects IGMP join and leave and multicast traffic flow on eth3 network interface initiated by the Java application, but it just doesn't see the UDP datagrams.

  • Asus eee PC 1005HA No network interfaces

    Hi everyone.
    I am pretty new to Linux, but I have played with Arch, amongst other distros, in VirtualBox before. Today I got a nice shiny new eee PC 1005HA. I always intended to install Linux on it, and while I know that Arch isn't usually considered the best bet for someone without a great deal of Linux experience, I like The Arch Way™ etc etc.
    Now, I had done a basic check to see if anyone else was using the 1005HA on these forums, and they had and said that everything was working. I guess I was tired, because if I had done a search for "1005HA" I would see a couple of threads with people having issues with the network interfaces.
    As far as I can tell, for most people the wireless works fine with very little effort needed on the user's part. However, for me neither wireless nor ethernet works. ifconfig -a lists only lo, which isn't very helpful. lspci | grep -i net listed two things, but in the end I had to use google to look up what specific model was in my computer (Atheros Communications Inc. AR9285)
    I have reinstalled a couple of times, making sure to include things like wireless-tools, and I am using the Core USB image. I have tried using the ath5k and ath9k drivers (at least I think I have—maybe I am doing it hopelessly wrong) and neither gave any results.
    I would like to get Arch working if possible, although if not I will try Ubuntu and then finally Windows.
    Thanks for any help you wonderful people can give.
    Last edited by Ases (2009-09-17 15:36:17)

    There's actually a pkgbuild in the AUR for the wired kernel module.
    http://aur.archlinux.org/packages/ather … d-1005-ha/
    You can download the source and pkgbuild to a thumbdrive, and build them using makepkg on your machine.
    http://wiki.archlinux.org/index.php/Makepkg
    This is preferably since it will be tracked by the package manager as well.

  • Thunderbolt to Firewire Adapter & New Network Interface Message

    I am using the new Thunderbolt to Firewire Adapter. Why is it that every time I use it, I get the following message:
    "A new network interface has been detected. The Thunderbolt FireWire Slot 2 network interface has not been set up. To set up this interface, use network preferences."
    All I want to do is mount external hard drives that don't have Thunderbolt ports to my iMac, via Thunderbolt because I am using the iMac's single Firewire port for something else. The drives do successfully mount, but why do I keep getting this message whenever I connect them again?

    I have no doubt what you say to do would get rid of the message for me. However, both myself and an Apple Store employee think it is odd that the message comes up in the first place. We're both curious about it, and he's going to look into it.
    We tested it on a computer at the store, and found that it happens on Lion too.

  • [SOLVED]Linux 3.10.6 fails to detect network interfaces, input devices

    I upgraded my ASUS laptop to Linux 3.10.6 and I can no longer use my mouse or keyboard in a desktop environment. A USB mouse faired no better. The keyboard works in console mode. I've done a couple reboots and a good deal of searching online, but no one seems to have the same problem. My first inclination was that udev was no longer running, but a quick "ps -aux | grep udev" revealed that systemd-udevd was running, but not udev itself. Is it safe to start it manually? My network interfaces have also disappeared, BTW, and the font size in console mode has also changed (size has increased, font is fuzzier). Any ideas?
    EDIT: I do have the loopback interface.
    lsmod shows:
    ext4
    crc16
    mbcache
    jbd2
    hid_multitouch
    hid_generic
    usbhid
    hid
    sd_mod
    ahci
    libahci
    libata
    ehci_pci
    scsi_mod
    ehic_hcd
    xhci_hcd
    usbcore
    usb_common
    Last edited by ormris (2013-08-20 16:32:23)

    Does your running kernel match what pacman has installed?  Do uname -r and compare that against the version of pacman -Q linux.  If they are different, reboot.

  • HP LaserJet P1505n stops printing and blocks network interface

    I have been using my P1505n for over two years without any problem. But it suddenly stopped printing. The scenario is as follows:
    1. The P1505n is connected to a wired home network with reserved IP address in the DHCP server.
    2. The P1505n is used from Ubuntu 10.4, 11.4 , Windows XP and Windows 7 without any previous problems.
    3. The last partial successful print job stopped in the middle of a page leaving the rest blank: no paper jam.
    4. I have reset the printer several times: turn off + press Cancel & Go + turn on while holding the two buttons down.
    5. The first reset was successful: the toner level going from 40 to 100%. The next ones may have been successfull too.
    6. After each reset and also after each power-on, I can ping and access the embedded web server.
    7. Whenever I send a print job, the print queue on the computer (all OS behave identically) says "printing" and stops. I can cancel/remove the jobs from Ubuntu.
    8. After the printer receives the print job, it silently blocks the network interface (no ping nor web) and doesn't print anything. No movementsm no LED blinking either: just nothing happens.
    What is the reason for this problem? And how do I solve it?

    Hi firedude007,
    Welcome to the HP Forums!
    I see that your HP Laserjet P1102w stops printing files from your Mac but not on Windows, and I am happy to help!
    For further assistance, I will need to know the following information:
    The version number of the Mac Operating System. To find the exact version, visit this link. Whatsmyos.
    If the printer is connected, Wireless, or USB.
    If the printer is able to make copies by itself.
    In the meantime, I would try the following:
    Reset the printing system. Mac OS X: How to reset the printing system.
    Verify and repair disk permissions. Disk Utility 12.x: Repair disk permissions.
    Hope to hear from you, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • 3510 network interfaces and # of direct attached hosts

    Hi,
    I have 3510 array with Dual FC controllers and each controller has a network interface. I am trying to congiure both NICs with separate IPs but I only see one interface through console. How to set the 2nd interface up?
    And there are 8 FC host ports but I only see 4 , I need to attach 6 to 8 hosts directly to the array and not able to see 8 channels. Need help to see all 8 channels and to maps Logical drives to all 8.
    Thanks
    ssgn

    The array is configured to use the controllers for failover.

  • How to Network Interface for Remote Debugging in Adobe Flash Professional CS6?

    How to Network Interface for Remote Debugging in Adobe Flash Professional CS6?

    Check out : http://helpx.adobe.com/flash/using/whats-new-cs6.html
    In that click on "Choose network interface for remote debugging for AIR" section.
    Hope it helps.

  • How to add iPhone USB to Network Interface on iMac? Please help.

    Hi,
    I've been trying to find a solution of the past few days to no avail. I've accidentaly deleted iPhone USB from network interface (by pressing minus sign) and now my iMac won't see it. I wanted to tether via USB, but it was red before, and then I deleted it at all iTunes sees it and syncing is working, but I can't tether now. I've got iTunes 11.1.2 and newest iOS for iPhone 5S.
    Thank you in advance!

    Anyone?

  • How to add a new network interface adapter?

    Hello,
    I followed this tutorial (http://www.oracle.com/technology/obe/ovm/ovmel5pvmdb11gr1/ovmel5pvmdb11gr1.htm) to set up a paravirtualized Oracle Enterprise Linux Version 5 VM on Oracle VM Server. It works fine, however I wish to add another network interface adapter (or NIC) to it, however when I try to import into Oracle VM Manager I get the following error:
    "OVM-5004 Invalid virtual machine config file. -"
    I don't know where the vm config file is so I can't fix that (I did a search for vm.cfg but couldn't find it). I figured since I could access the machine OK I wouldn't worry about importing it into VM Manager, so my question is, is there a way to set up the Network Interface Adapter through the command line on the VM Server (similar to how it was setup)? Or should I try and fix the "invalid virtual machine config file" error so I can import it into VM Manager and then add the extra Network Interface Adapter?
    Thanks in advance,
    Michael.

    user10862036 wrote:
    I don't know where the vm config file is so I can't fix that (I did a search for vm.cfg but couldn't find it). The vm.cfg file would be found in /OVS/running_pool/<vm_name>/ -- the default vm.cfg that ships with the template should successfully import into Oracle VM Manager. Once you have the image imported, you can use Oracle VM Manager to add an additional NIC to the VM.

  • New network interfaces appear / networking fails

    Hi
    I have a strange behaviour of my ethernet networking interface. Every time I restart the mac the network connection is lost (I usally keep it in sleep and have no problems for days and weeks).
    As soon as I enter the network setup I get the message that a new network connection has been found, called "Ethernet (integrated) 1 (or 2, 7, 8 number increases)"
    If I look at my network configuration I see a long list of "Ethernet interface ((null))" and in beetween some "Ethernet (integrated) 1)" and the like
    It usally takes a couple of restarts of the network preferences and then the interface appears in the "network status" view and the mac connects to the router.
    I don't have any external networking cards and the like, just the ibook and a standard router. The router also connects to our mac mini without any problems I it ran for at least half a year with the ibook before this occured.
    I would be very thankfull for any help since this is very annoying.
    BTW I don't move the computer around and it is connected with a network cable.
    Cheers
    Peter

    1st step, get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    2nd step, trash, (or drag to the desktop), these files...
    /Users/nnnn/Library/Preferences/com.apple.internetconnect.plist
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    /Library/Preferences/com.apple.networkConfig.plist

  • UML290 & Mac: A new network interface has been detected

    I have a MacBook Pro running Snow Leopard, and I just purchased a Pantech UML290 4G modem, live in an area with good 4G coverage, and I get a good 4G signal.  I am running VZAccess Manager version 7.2.5, and in general it connects to the 4G network fine and stays connected.  Every time I connect the modem to my laptop, Mac OS generates a "A new network interface has been detected" pop up with the option to Cancel or go to Network Preferences.  Canceling makes it go away.  
    I also see 4 devices under System Preferences > Network: 
    1. Verizon UM290 (which shows connected, not sure why it's missing the L in UML)
    2. Pantech UML290 USB Modem
    3. Pantech UML290 USB Serial
    4. Pantech UML290 USB CM
    Does anyone know how to get rid of the annoying message every time I connect the modem? Thanks.

    I have the same set up.  Get the same messages almost everytime I start up the UML290.  Not sure why I occasionally don't get it.  Many others on the forum have reported this as well.  For now, we live with it.
    Sandy

  • I keep getting a "new network interface has been detected. Hoping to stop getting this automatic message I configured it, or thought I did. I'm still getting the message. How do I stop it?

    I keep getting a "new network interface has been detected. Hoping to stop getting this automatic message I configured it, or thought I did. I'm still getting the message. How do I stop it?

    I thought the same too, looks like its not just me having this issue, hope Apple do something soon. Thanks for your help

  • How to get active network interface name?

    Hi All,
    Can any one tell me how to get the currently active network interface name (Local Area Connection/ Wireless Network Connection/ other) either by using java SDK or win32 API.
    Is there any function to get the active network interface name in java/win32?
    Is there any procedure for it to get from observing registry keys.
    I found NetworkInterface class in java but not yet succesful in getting the display name of active network interface.
    Can anyone help me with partial code?
    Please help me.

    Use getLocalHost() then retreive the list of NetworkInterfaces and cycle through them until you find the one that has that address.

  • [SOLVED] Network interface name keeps changing

    My network interface name keeps changing between wlp2s0 and wlan0. This is a real pain, since I never know what name will be generated at boot. Most of the time it's called wlp2s0, so this is what netctl is set up to handle by itself. At boots were wlan0 is generated I have to connect manually.
    I've tried making the name static by adding a rule to the /etc/udev/rules.d/10-network.rules. The rule i added was:
    SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="48:5d:60:7e:64:e9", NAME="wlp2s0"
    Wlp2s0 is generated at boot alright, but I still have to connect manually with this solution. As if the "new" wlp2s0 is not recognized as the old one (same MAC). What gives?
    This is on an Asus Eee 1001PXD, with the Qualcomm Atheros AR9285.
    Last edited by madr (2013-05-18 20:09:34)

    I've now been able to replicate the issue, and run the command:
    journalctl -b
    I did find the output:
    mai 18 02:30:02 <hostname> systemd-udevd[126]: error changing net interface name wlan0 to wlp2s0: Device or resource busy
    I haven't been able to process the whole output yet (I'll continue tomorrow if necessary), but I've found some things that I hope will clearify things. I get similar outputs to the following a lot throughout:
    mai 18 02:30:03 <hostname> dhcpcd[237]: wlan0: carrier lost
    mai 18 02:30:03 <hostname> dhcpcd[237]: wlan0: waiting for carrier
    mai 18 02:30:04 <hostname> systemd[1]: [email protected]: control process exited, code=exited status=1
    mai 18 02:30:04 <hostname> systemd[1]: Failed to start Automatic wireless network connection using netctl profiles.
    mai 18 02:30:04 <hostname> systemd[1]: Unit [email protected] entered failed state.
    mai 18 02:30:04 <hostname> systemd[1]: Starting Network.
    mai 18 02:30:04 <hostname> systemd[1]: Reached target Network.
    EDIT:
    I see now that this is later in time, so that's not so strange after all. I'll look some more.
    EDIT2:
    The error code that a name change i impossible is the first time the term 'wlan0' occurs in the log. However there's a line much earlier that talks about wlp2s0:
    mai 18 02:29:59 <hostname> systemd[1]: Expecting device sys-subsystem-net-devices-wlp2s0.device...
    But as I said, if this information doesn't help, I'll have a closer look at the output tomorrow. Getting late here in Norway now.
    Last edited by madr (2013-05-18 01:20:50)

Maybe you are looking for

  • ITunes could not back up the iPhone "iPhone 4" because an error occurred.

    Getting this error every time I sync or try to manually back up. I have deleted my backup out of the MobileSync folder, I have tried creating new Administrator accounts and manually backing up, I checked permissions on the MobileSync folder and even

  • Default page size settings in TEXT FILES SAVED FROM MAIL

    I regularly save emails as rtf files (either with or without attachments) and sometimes return to print them with TextEdit. I'm in Ireland, where our standard paper size is as most European countries, i.e. A4. My 'Default Paper Size in Page Setup' is

  • Query - Opening Balance

    Hello, I'm using SAP 8.81 PL 6 and would like to come up with a query that displays the opening of an account at a given date. I have checked through the forums and come across the below query which unfortunately displays no results. SELECT T0.[Trans

  • Logic Express with not Recognise Amplitube 3 as a Plug-in

    I cannot get Logic Express 9 to recognise Amplitube 3 as a plug-in. What do I need to do to make get it to use Amplitube. I'm new to Logic Express and I'm enjoying the on-board amp sims, but I really love my Amplitube.

  • Spa phone searching for spaM:A:C semicolons! in its filename

    Provisioning a new set of spa504G phones. I've always used  for spa504G.cfg, the phone finds it. I've always used: <flat-profile> <Resync_On_Reset>Yes</Resync_On_Reset> <Resync_Periodic>3600</Resync_Periodic> <Profile_Rule>tftp://ipaddress/xml/spa$MA