[SOLVED] Configuring Network (Intel 82577LM not recognized by udev)

I was attempting to install an Arch system on my X201i notebook a couple months back when I ran into a wall compiling the driver/firmware for the wifi card. I then had to take care of much other life stuff and had no time to address the issue. Now I'm returning to it but have lost track of where I was so am attempting a fresh reinstall.
This time however, I am not recalling how to set up my ethernet connection. The Beginners Guide says:
Beginners Guide wrote:
Available Interfaces will be presented. If an interface and HWaddr (HardWare address) is listed, then your module has already been loaded. If your interface is not listed, you may probe it from the installer, or manually do so from another virtual console.
The following screen will prompt you to Select the interface, Probe, or Cancel. Choose the appropriate interface and continue.
I have no interface except lo. The curses installer does not give an option to probe, but just tells me I need to load the module myself in another VT. Would it make sense to have some instructions on this process here or at least a link to more information?
The same goes for the regular guide:
Install Guide wrote:A list of all currently available network devices is presented to you. If no ethernet device is available yet, or the one you wish to use is missing, either hit OK and go on to probe for it, or switch to another console and load the module manually. If you still can't configure your network card, make sure it's physically been properly installed, and that it is supported by the Linux kernel.
I have an Intel Gigabit Ethernet (10/100/1000) PCI-Express (ethernet chip Intel 82577LM) for the adapter. This uses the included e1000e driver and I've read of other x201 with the same chip being mounted automatically in Arch, so I'm wondering why my udev is being uncooperative?
Last edited by Don Coyote (2010-11-19 19:21:02)

Trying to continue on with installation, when trying to set up network (interface selection) I'm getting a failure to run dhcpcd. I tried it a few times and then rebooted and it worked once. after moving on to partition the hard drive, manually setting the mount points and labels fails to work when the script runs to write the changes to each of the partitions (each one gives an error). I had to auto-prepare the drive to get the mounting scheme to write without giving errors. Then as I moved to install packages the script failed to connect to the mirror. Now dhcpcd doesn't come up even after a reboot. It looks like the router is offereing an address, but the daemon times out without acknowledging it.
I didn't have most of these problems the first time I set up the base system. What could cause so many aspects of the install system to fail now? Would shutting down the notebook in the middle of the install program do something to lead to these problems? If so what would I need to change to recover, redo the usb flash drive?

Similar Messages

  • Network controller is not recognized on Satellite A100 under Windows XP

    Hi all!
    I have purchased a Satellite A100 PSAAR and I have performed a clean install of Windows XP on it. I have installed all the drivers in the correct order(downloaded them from the support page) but I still have one problem:
    In the device manager the ethernet controller and the network controller show up with a yellow exclamation mark and they are not recognized. I downloaded the lan driver and I got it to recognize the ethernet controller. However no matter how hard I tried, I cannot find the suitable driver for the NETWORK CONTROLLER which still shows up in the device manager in yellow color.
    I could really use any help here...Thank you in advance.

    Please note that Wireless Lan card is placed under the Network adapters too!!!
    If you have installed the LAN (Ethernet) driver and the card was installed you should also check if a WLan card driver is needed!!!!
    By the way:
    If the LAN card was not recognized try this Intel Lan driver:
    Intel 8256x Ethernet Controllers
    http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=999&lang=eng
    Good luck

  • [solved] pacman mirrorlist "directive 'x' not recognized"

    I'm bungling through an install and tried using reflector to get speedier mirrors. Somehow I hosed myself, as when I checked mirrorlist it was blank(!), so I recopied the back-up to /etc/pacman.d/mirrorlist. Now when I run pacman -Syy I get:
    error: config file /etc/pacman.d/mirrolist, line 1: directive 'x' in repository section 'core' not recognized.
    The a line saying the same holds true for extra and community. Then it tries to sync servers and says: failed to update core (no servers configured for repository), and again for extra and community.  I tried to get openssh so I could go in remotely and copy the screen, but "no servers configured for repository." 
    Can anyone get me out of this can of worms?
    Last edited by pottzie (2011-06-17 23:58:40)

    x#Mirror used during installation
    Server = http:/mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
    (Which now that i look at I recognize as the server i chose for the installation!)
    Then, just the rest of the standard mirror list, and i uncommented the U.S. mirrors.

  • [solved] texlive problem - supertabular environment not recognized

    Hey!
    I want to use supertabular but actually it's not working… I cannot see why.
    kpsewhich supertabular.sty
    /usr/share/texmf-dist/tex/latex/supertabular/supertabular.sty
    There shouldn't be problems with permissions also:
    ls -la $(kpsewhich supertabular.sty)
    -rw-r--r-- 1 root root 14K Jun 26 08:01 /usr/share/texmf-dist/tex/latex/supertabular/supertabular.sty
    It should be installed inside of http://www.archlinux.org/packages/extra … atexextra/
    pacman -Qs texlive-latexextra
    local/texlive-latexextra 2012.26807-1 (texlive-most)
    TeX Live - Large collection of add-on packages for LaTeX
    So it is. I also ran
    sudo texhash
    several times but it's still not recognized. My LaTeX Editor is latexila from AUR if this somehow important.
    Maybe someone have an idea? I'd love to hear some ideas on this since I'm confused all over…
    Cheers!
    Last edited by domac (2012-10-20 12:27:32)

    Yes, for sure Trilby! Sorry, I don't know how to entitle this thread exactly since I don't get what goes wrong here…
    Some sample file I tried to compile that failed @ line 11 where "supertabular" occurs:
    http://sprunge.us/HGbH?latex
    or
    \documentclass[a4paper,11pt]{article}
    \usepackage[T1]{fontenc}
    \usepackage[utf8]{inputenc}
    \usepackage{lmodern}
    \title{foo}
    \author{bar}
    \begin{document}
    \begin{supertabular}{rrrr}
    1 & 1 & 1 & 1 \\
    2 & 4 & 16 & 2 \\
    3 & 9 & 81 & 6 \\
    4 & 16 & 256 & 24 \\
    \end{supertabular}
    \end{document}
    Any ideas?
    EDIT: Totally forgot…
    ! LaTeX Error: Environment supertabular undefined.
    See the LaTeX manual or LaTeX Companion for explanation.
    Type H <return> for immediate help.
    l.11 egin{supertabular}
    {rrrr}
    This is the most helpful error I get at the moment…
    Oh shit… I found the error… missing usepackage… whoupadoup! xD
    Sorry for that big trouble. Marked as solved.
    Last edited by domac (2012-10-20 12:27:18)

  • 6465b - Bios and ssd issue. Intel 520 not recognized by BIOS.

    Hi,
    I am writing with 2 issues.
    First, BIOS issue.
    BIOS F.20 for 6465b and 6565b is no longer available. The current version on HP support page is BIOS F.03. Anybody know why it was changed?
    When will be released F.22 which should enable support for SATA III, as F.22 for 6x60b notebook?
    Second, ssd issue, which I believe is connected with Bios.
    I've bought Intel 520 120gb SSD and it is not recognized by BIOS. When I put it as primary hard drive and turn notebook on,i go 5 blink of caps + num lock, and al stuck.
    I can't install system. But ssd works when in external eSATA enclosure. So it isn't ssd related problem.
    I know for sure that 320, m4 are perfectly working on 6465b. Other SF drives, Force GT and Agility 3, too.
    What is wrong with 520, and how it can be resolved. I think only new BIOs, unfortunately.

    I can confirm that an Intel 520 SSD in combination with an HP 6465b is an issue.. The CAPS + Scroll blink 5 times while in POST. This indicates a general mainboard issue, but I am 100% sure that there is an incompatibility between the two  
    I have installed BIOS F.21 and the firmware of the Intel SSD is standard (errrr 300i if I'm not mistaken). 
    Right now the laptop is useless (it has to have a SSD drive for our developer-dudes) so I'm hoping HP will release F.22 soon.. Where did you find that F.22 will add support for SATAIII? 
    Stupid thing is, when I put the drive in a really old beast (HP nx7400) the SSD works without hickups. 

  • [Solved] After update, media keys not recognized.

    After I updated today, my play, stop, forward and back keys work, but not recognized in xbindkeys -mk. My vol up, down and mute do not work and are not recognized. I also cannot ctrl+alt+backspace to restart x.
    Last edited by haxit (2009-05-02 15:26:49)

    Acecero wrote:
    haxit wrote:I also cannot ctrl+alt+backspace to restart x.
    Add this
    Option "DontZap" "false"
    to the "ServerFlags" Section in the xorg.conf file.
    Zapping has been disabled by default with xorg-server 1.6
    Thanks a lot.

  • [SOLVED (mysteriously)] Arch on USB not recognized during boot

    Hi there,
    I hope, someone can help me with my problem, I have been searching and trying different things for quite some time now, without success.
    I treated myself a new Notebook, Acer Aspire S7 and wanted to run Arch on it. However I am new to Linux and want to try it out on an USB-Stick, to keep the factory install of Win8 intact. (Also, this notebook does not have such a great HDD capacity) Additionally I want to have full disk encryption.
    So I followed the Beginner's Guide with modifications described here and here
    When it came to install the bootloader I chose Grub for EFI.
    I then removed the USB-Stick with the live-Arch, which I used for installation and rebooted and it worked!
    However: As soon as I completely shut down and boot again, the USB-Stick with my installation is no longer recognized. If i boot the live-Arch again, reinstall Grub and then reboot, it again works.
    Here is something, I found strange. This is the output of efibootmgr:
    BootCurrent: 0000
    Timeout: 0 seconds
    BootOrder: 2001,0003,0002,2002,2003
    Boot0000* USB HDD: KingstonDataTraveler 2.0
    Boot0001* Intel HDD0
    Boot0002* Windows Boot Manager
    Boot0003* arch_grub
    Boot2001* EFI USB Device
    Boot2002* EFI DVD/CDROM
    Boot2003* EFI Network
    BootCurrent is 0000, but that number does not appear in the Boot-Order list. Could that be something?
    Well, I hope someone has an idea. I will happily share any information about my setup with you, just ask.
    Thanks,
    Max
    Last edited by MaxT (2014-04-07 08:35:20)

    Sorry for digging that threat up again. I just wanted to share with you the solution to the problem I was having. Perhaps it will save someone else some frustration.
    The Acer Aspire S7 has a dongle that goes in the display port and provides an ethernet and an VGA port. It was that dongle that prevented the USB stick with the Arch installation from being recognized. Done attached -> USB stick was ignored, dongle detached -> it worked.
    I have no idea, why that is the case, but maybe this info is helpful for someone.
    Cheers,
    Max

  • IMovie 06 with Intel iMac not recognizing camera

    I am using iMovie 06 and love it, however since I have been using it on my Intel iMac, iMovie will not recognize my Canon ZR 70. I thought that it was possibly not compatible, however at work we have an Intel iMac and are running the exact same version on iMovie and the camera is recognized. It is possible that when I installed iMovie 06 that I forgot to select recognize camera; is there a preference or something that I can toss to allow my iMovie to recognize the camera?

    Eric,
    I plugged the HD back in and went to Disk Utility....none of the buttons (Verify Disk, Repair Disk etc) are selectable, and the "Mount" button is also not clickable.
    When this same hard drive is connected to the iBook, the name we've given it appears on the desktop and we can successfully use the device. On this iMac, the name doesn't appear, for example it shows
    149.1 GB etc etc etc
    Macintosh HD
    409.4 GB Iomega
    (name not shown)
    Also, and what may be the problem, is that when I select the external HD and click "Info", it says S.M.A.R.T. Status is Not Supported. How can I get this to work?
    Thanks

  • [SOLVED] kms for intel does not recognize hdmi/displayport

    Hi,
    I updated yesterday my laptop, which has a intel gpu coming with the Core-I5 chipset (not the HD one).
    With the new kernel 3.6.10, it does not detect any hdmi/displayport ouput anymore. VGA and LVDS are just fine and also the modes which are detected are correct.
    First difference is also, that when the external hdmi display is connected also during startup, usually the framebuffer is visible on both LVDS and HDMI but not anymore.
    The log output does not look too bad:
    $> dmesg | grep fb
    [    0.511013] vesafb: mode is 1280x800x32, linelength=5120, pages=0
    [    0.511015] vesafb: scrolling: redraw
    [    0.511016] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [    0.511618] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011000000, using 4032k, total 4032k
    [    0.797827] fb0: VESA VGA frame buffer device
    [    3.094692] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [    3.878516] fbcon: inteldrmfb (fb0) is primary device
    [    4.049234] fb0: inteldrmfb frame buffer device
    $> xrandr
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
    LVDS1 connected (normal left inverted right x axis y axis)
       1280x800       60.0 +   50.0 
       1024x768       60.0 
       800x600        60.3     56.2 
       640x480        59.9 
    VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
       1920x1080      60.0*+
       1680x1050      60.0 
    Any help would be greatly appreciated, also please let me know if you need more info.
    SOLVED: This is now solved with kernel 3.6.11
    Thanks,
    Johannes
    Last edited by the_hippie (2013-01-07 19:11:20)

    Hi,
    I updated yesterday my laptop, which has a intel gpu coming with the Core-I5 chipset (not the HD one).
    With the new kernel 3.6.10, it does not detect any hdmi/displayport ouput anymore. VGA and LVDS are just fine and also the modes which are detected are correct.
    First difference is also, that when the external hdmi display is connected also during startup, usually the framebuffer is visible on both LVDS and HDMI but not anymore.
    The log output does not look too bad:
    $> dmesg | grep fb
    [    0.511013] vesafb: mode is 1280x800x32, linelength=5120, pages=0
    [    0.511015] vesafb: scrolling: redraw
    [    0.511016] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [    0.511618] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011000000, using 4032k, total 4032k
    [    0.797827] fb0: VESA VGA frame buffer device
    [    3.094692] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [    3.878516] fbcon: inteldrmfb (fb0) is primary device
    [    4.049234] fb0: inteldrmfb frame buffer device
    $> xrandr
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
    LVDS1 connected (normal left inverted right x axis y axis)
       1280x800       60.0 +   50.0 
       1024x768       60.0 
       800x600        60.3     56.2 
       640x480        59.9 
    VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
       1920x1080      60.0*+
       1680x1050      60.0 
    Any help would be greatly appreciated, also please let me know if you need more info.
    SOLVED: This is now solved with kernel 3.6.11
    Thanks,
    Johannes
    Last edited by the_hippie (2013-01-07 19:11:20)

  • After updating to Snow Leopard on my iMac (Intel) DVDs not recognized

    After updating to Snow Leopard on my iMac (Intel) DVDs (Software, Movies, Data, Etc.) are not recognised however CDs are recognised.
    Can any one help me to solve the problem?

    Zap the PRAM and Reset the SMC, then try again.

  • U330 - Intel X4500MHD not recognizing external display

    I have the U330 (win7 x86) fully updated and an LCD w/ max resolution of 1920x1080 and dvi/vga ports
    The issue that I have is that when using the intel x4500mhd via the hdmi dvi cable, it does not recognize the monitor. It works if I use the ATI card, but it is louder than the Intel counterpart, so I would like to get use the Intel if possible. I tried rebooting, unplugging hdmi dvi cable, bu **bleep** doesn't work. The lcd is set at its native resolution/refresh rate.
    Now, I thought that maybe each graphic card use a different port, intel=vga, ati=hdmi, and that's why i'm not seeing anything, but i'm just guessing
    Any help?

    check bios and/or graphic drivers updates, if it's available, try to flash/update them first.
    http://consumersupport.lenovo.com/uk/en/DriversDownloads/drivers_list.aspx?CategoryID=16

  • [SOLVED] ALSA and intel soundcard - not detected, /dev/snd is empty

    Hi, there was some topics mounths ago about this but I still can't figure out how to get my sound to work.
    The main problem is that my soundcard is not detected and /dev/snd seems a little empty. I can't find the controlc0,1  files either....
    Here is some useful info.
    root@red red]# ls -l /sys/module/snd/holders/
    total 0
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_hda_codec -> ../../snd_hda_codec
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_hda_intel -> ../../snd_hda_intel
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_hwdep -> ../../snd_hwdep
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_mixer_oss -> ../../snd_mixer_oss
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_pcm -> ../../snd_pcm
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_pcm_oss -> ../../snd_pcm_oss
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_seq -> ../../snd_seq
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_seq_device -> ../../snd_seq_device
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_seq_oss -> ../../snd_seq_oss
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_timer -> ../../snd_timer
    [root@red red]# lsmod | grep '^snd' | column -t
    snd_seq_dummy 1439 0
    snd_seq_oss 28928 0
    snd_seq_midi_event 5412 1 snd_seq_oss
    snd_seq 50530 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 5233 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_intel 22514 0
    snd_pcm_oss 39096 0
    snd_hda_codec 68863 1 snd_hda_intel
    snd_hwdep 6150 1 snd_hda_codec
    snd_mixer_oss 16956 1 snd_pcm_oss
    snd_pcm 70924 3 snd_hda_intel,snd_pcm_oss,snd_hda_codec
    snd_timer 19684 2 snd_seq,snd_pcm
    snd 57209 10 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm_oss,snd_hda_codec,snd_hwdep,snd_mixer_oss,snd_pcm,snd_timer
    snd_page_alloc 7161 2 snd_hda_intel,snd_pcm
    [root@red red]# ls -l /dev/snd/
    total 0
    crw-rw---- 1 root audio 116, 3 Jun 15 17:00 seq
    crw-rw---- 1 root audio 116, 2 Jun 15 17:00 timer
    Souncard : Don't know the exact name, the "intel hd" one with an ICH7 bridge
    Mobo : intel d945gclf (little atom board, not the newer ones)
    Notice that line : snd_hda_intel       22514  0
    Seems to me that the module is loaded, am I right?
    EDIT: Sorry, maybe I am in the wrong section...
    Last edited by Lrouge (2010-06-18 18:33:54)

    Looks pretty complete to me.  (OK, /dev/snd does look sparse.)  What do you see when you run alsamixer and press the F5 key?
    $ sudo su -
    # pacman -Sy alsa-utils
    # alsamixer
    Press F5 and check for:
    * Master, Speaker, Front, Line, PCM volume down (if any)
    * Any MM (bottom of vertical bar, signifies: line is muted) -- mute / un-mute with the 'm' key
    Press Esc key to exit alsamixer + save changes.
    Also, right after booting, run:  dmesg | grep -i codec
    Look for something like "Realtek" or "ALC662" or similar.
    Manually add codec driver: modprobe snd_hda_codec_realtek
    ls -al /dev/snd
    drwxr-xr-x 2 root root 60 May 28 19:35 by-path
    crw-rw---- 1 root audio 116, 7 May 28 19:35 controlC0
    crw-rw---- 1 root audio 116, 6 May 28 19:35 hwC0D2
    crw-rw---- 1 root audio 116, 5 May 28 19:35 pcmC0D0c
    crw-rw---- 1 root audio 116, 4 May 28 19:35 pcmC0D0p
    crw-rw---- 1 root audio 116, 3 May 28 19:35 seq
    crw-rw---- 1 root audio 116, 2 May 28 19:35 timer
    lsmod | grep snd
    snd_hda_codec_realtek 179443 1
    snd_seq_dummy 1099 0
    snd_seq_oss 25304 0
    snd_seq_midi_event 4452 1 snd_seq_oss
    snd_hda_intel 18921 0
    snd_seq 42628 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 4313 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_codec 56728 2 snd_hda_codec_realtek,snd_hda_intel
    snd_pcm_oss 33693 0
    snd_hwdep 5102 1 snd_hda_codec
    snd_pcm 57479 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_mixer_oss 14810 1 snd_pcm_oss
    snd_timer 16117 2 snd_seq,snd_pcm
    snd 43847 11 snd_hda_codec_realtek,snd_seq_oss,snd_hda_intel,snd_seq,snd_seq_device,snd_hda_codec,snd_pcm_oss,snd_hwdep,snd_pcm,snd_mixer_oss,snd_timer
    soundcore 5007 1 snd
    snd_page_alloc 5809 2 snd_hda_intel,snd_pcm

  • [Solved] E4200 - External hard drive not recognized

    My external hard drive, a 2TB WD Elements, does not appear in the storage list in the web utility of my E4200. The drive is formated as NTFS, single partition. It works fine if I connect it to a computer.
    If I connect a 4GB USB flash drive (FAT32) to the router, it does appear in the list.
    I'm using the latest firmware, version 1.0.02.
    Edit: Down(up?)grading to firmware version 1.0.01 fixed the problem.

    Carborundum wrote:
    Edit: Down(up?)grading to firmware version 1.0.01 fixed the problem.
    not surprised.  I was going to reccomend you dropped down too.   But I see you fixed it.  Kudos to you.   Im glad it works.   Lots of drives dont work with the E4200. 
    please fix the E4200 media server in .02 firmware

  • Problems solved: Ipod touch 4th gen not recognized in itunes on windows 8 laptop

    Hi everyone,
    Since the latest update of itunes I have been having trouble trying to sync my ipod touch 16gb (4th gen) with my laptop which I recently updated to windows 8.1. For a week now I been hitting my head for updating both my laptop and the itunes as I can no longer sync with my laptop, and I didn't even know where to begin to solve this problem.
    I tried following all the instructions on the website to try and fix my problem so I got really frustrated and decided to delete all the apple softwares on my laptop. I decided to give it another try and download itunes over fresh and would you believe it... IT WORKED! Now my iPod is syncing again.
    So, guys if your still having this problem, then follow these steps
    1. Access control panel on laptop
    2. Click on programs > Uninstal programs
    3. Click on the following (5) applications and uninstall:
    Apple application support - Uninstall
    Apple mobile decive support - Uninstall
    Apple software update - uninstall
    Bonjour - uninstall
    itunes - intall
    5. Then access itunes and download itunes again and install
    It should work when you connect your ipod via cable.
    Hope this helps
    All the best guys!

    Yes that is a standard fix:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • Photosmart all in one 7510 not recognized but connected to wireless

    I have a NETGEAR Router, WNDR3800.  It is a dual band router running both a 5GHz and 2.4GHz network.  I have never been able to maintain a working connection to the printer.  After I reload the printer onto the known printers for the Mac, if the printer goes idle I am never able to re-establish the printer for use.
    The mac and the printer are both connected to the same 2.4GHz network.
    The network has WPA2-PSK [AES] security enabled
    The network configuration page shows the network status as ready with Bonjour enabled
    The Mac has never been able to pick up the printer wirelessly. I have always had to set it up via USB connection to get the Mac and printer to talk to each other.  The printer will join the wireless network without the Mac, however, if i complete the process that way then the Mac will never see the printer.
    Recenty updated to OS X Mavericks. Printer would not work although shows the status above.  Downloaded new drivers for the OS X update.  When running the HP utility to set up the printer, it was not recognized on the network. (reverified both were connected to the same 2.4Ghz network).  Attempted to connect via USB.  When establishing the network configuration for the printer on the HP Utility via the USB cable reveived an error message that stated the following (paraphrased):
    Your printer is connected to the network but is not recognized by your Mac check with hp print website help (essentially)
    I have reset the router and re-tried the above process. No difference
    I have reloaded all the software and restarted the mac and printer. No difference.
    I have manual assigned the IP Address for the printer and reserved the address on the router.  Re-attempted to connected wirelessly and via usb. No difference.
    I am at a loss as to what I can do next.  Not sure if it a router issue or printer issue but I have no other issues with any equipment on this router both establishing connections to and communicating between several other devices.  I would appreciate any help with this issue.

    Hello dan_man182 and welcome the HP Forums!
    I understand you're having an issue printing wirelessly. I can provide help for you.
    Follow this document please: 'Unable to Find Printer' Error Message Displays on the Computer During a Wireless Network Installati...
    Another tip I can give you is the security on your router. For some reason the connection may not like the WPA2-PSK [AES] security type. Try changing that to [TKIP] and see if that helps.
    Furthermore, if your 5.0Ghz is active, but you are not using it, try disabling the 5.0Ghz frequency altogether. There is a possibility it could interfere somehow.
    That is my personal thought on the matter, if you want a full detailed description on router settings you can refer to this: Suggested Router Configurations
    Source: VisionAiry
    Thank you for choosing the HP Forums! Let me know if that helps!
    GiGi10
    I used to 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" on the left to say “Thanks” for helping!

Maybe you are looking for