[SOLVED] PCMCIA wireless card not recognized

Hi, in reading other forums i have seen several others with similar problems to mine but never a solution, so my question is: is there a way to manually change pcmcia_cs or card firmware to make my existing card work (rather than buying an 802.11b card with prism chipset or similar)?
Card is a Buffalo 802.11g/b wireless pcmcia card (broadcom chipset - notoriously bad with linux).  I am willing to buy the linuxant ndiswrapper to load the windows driver.  However the card is not even recognized by the kernel.
lspci shows a broadcom device present
cardctl ident lists no devices in either pcmcia port
power indicator led on card remains off in linux (card functions well in windows XP)  Neither PCLinuxOS live cd nor Knoppix live cd were able to detect presence of card either.
So, although i can install the windows driver for the card, the driver is not linked to any pcmcia device because the system is not aware of its existance.
Again, is there anyway to change pcmcia_cs or update firmware to allow linux to see that this card exists?
thanks

Ok, here is all the info I can think to give.  I really appreciate all of your help.
Card: Buffalo Airstation WLI-CB-G54A
included here: http://ndiswrapper.sourceforge.net/phpw … x.php/List
[root@hendrix ~]# lspci
00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02)
00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
02:05.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a8)
02:05.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a8)
02:05.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller
02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42)
03:00.0 Network controller: Broadcom Corporation: Unknown device 4320 (rev 03)
[root@hendrix ~]# cardctl ident
Socket 0:
no product info available
Socket 1:
no product info available
[root@hendrix ~]# cardctl info
PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255
PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255
[root@hendrix ~]# cardctl config
Socket 0:
Vcc 3.3V Vpp1 3.3V Vpp2 3.3V
interface type is "cardbus"
irq 9 [exclusive] [level]
function 0:
Socket 1:
not configured
(note, using DSL PPPOE connection to post right now)
[root@hendrix ~]# lsmod
Module Size Used by
ppp_synctty 12032 0
ppp_async 13312 1
crc_ccitt 2432 1 ppp_async
ppp_generic 32788 6 ppp_synctty,ppp_async
slhc 7936 1 ppp_generic
radeon 78336 1
ohci_hcd 23048 0
ehci_hcd 36488 0
parport_pc 29252 1
eth1394 22280 0
pcspkr 4044 0
rtc 13260 0
ohci1394 35716 0
ieee1394 111800 2 eth1394,ohci1394
yenta_socket 23560 3
snd_intel8x0m 19396 0
snd_intel8x0 34624 2
snd_ac97_codec 79224 2 snd_intel8x0m,snd_intel8x0
snd_pcm_oss 56608 0
snd_mixer_oss 21376 1 snd_pcm_oss
snd_pcm 98948 4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 27524 1 snd_pcm
snd 60004 11 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11232 1 snd
snd_page_alloc 10244 3 snd_intel8x0m,snd_intel8x0,snd_pcm
i2c_i801 8972 0
i2c_core 23808 1 i2c_i801
hw_random 5908 0
usb_storage 72000 0
usbhid 47744 0
uhci_hcd 33424 0
usbcore 125816 6 ohci_hcd,ehci_hcd,usb_storage,usbhid,uhci_hcd
shpchp 100996 0
pci_hotplug 35400 1 shpchp
e100 37760 0
mii 5760 1 e100
pcmcia 26512 0
rsrc_nonstatic 11648 1 yenta_socket
pcmcia_core 51872 3 yenta_socket,pcmcia,rsrc_nonstatic
tsdev 8256 0
evdev 9984 0
sonypi 25184 0
lp 12548 0
parport 38984 2 parport_pc,lp
nls_cp437 6144 1
vfat 14976 1
fat 41884 1 vfat
ntfs 187792 2
[root@hendrix ~]# modprobe i82365
FATAL: Error inserting i82365 (/lib/modules/2.6.11.3-ARCH/kernel/drivers/pcmcia/i82365.ko): No such device
[root@hendrix ~]# insmod -f /lib/modules/2.6.11.3-ARCH/kernel/drivers/pcmcia/i82365.ko
insmod: error inserting '/lib/modules/2.6.11.3-ARCH/kernel/drivers/pcmcia/i82365.ko': -1 No such device
It just occurred to me after previewing my post that I unintentionally updated my kernel the other day.  I'll try to revert to the original 2.6.10 kernel, but i doubt this will fix the pcmcia problem. (though, it will allow me to use phrakture's ndiswrapper pkg.)

Similar Messages

  • HP Pavilion tx1000z - Wireless card not recognized

    Model: HP Pavilion tx1000z CTO Notebook PC
    Wireless has been working fine - two weeks ago it failed to be recognized. 
    1. Doesn't appear in Device Manager
    2. Wireless switch remains amber.
    3. Attempted to use Add hardware - not recognized.
    4. Pulled the card and re-installed.
    No solution.
    So...
    Contacted HP and purchased a replacement card.
    Installed new card.
    No solution.  Still failing to be recognized.
    All other ports are working to include the wired internal modem.
    Contaced HP help and their solution is to send it in to the repair center and for the low price of only $400(!) they'll replace the motherboard.  This was after zero troubleshooting on their part.
    Any help would GREATLY be appreciated as I'm a deployed soldier and this laptop is my one link to home.
    Thanks.

    Well I cannot self promote but am actually affiliated with a store that could do the repair, but I will steer you instead to some of our peers. A very lively industry has popped up on ebay for such things. These ads talk about the "no video" problem but the "no wireless" is caused by the same thing. I would communicate with them in advance of buying and make sure they understand it is the "no wireless" problem and I am sure they will explain how they can fix that, too.
    This guy does it for $125 flat and has a 100% rating:
    TX 1000 repair
    Here is another with a 99.6% rating
    $115
    They are all doing essentially the same repair which has proven to extend the life of the laptop by 12 to 18 months. I think somewhere up to $150 is fair for a year of use on a laptop as you would buy a new one for 4 times that or more and expect to get 3 or 4 years out of it.

  • GeForce4 TI Video Card Not Recognized Anymore?

    For about almost a year, the fan on the GeForce4 TI video card would occasionally make a grinding noise, although it has always been easily fixed by lightly sticking a finger on the fan to stop it for a second and it would go back to normal.
    However, about a month ago this little fix stopped working. The grinding noise was unbearable. After searching the Internet for a few minutes, I found out that I wasn't the only one suffering from this problem, and some even offered tips on how to replace the fan.
    I followed the steps very carefully and made sure the card was not harmed. After installing the new fan, which was very easy, I stuck it back into the Power Mac and boot it up. However the monitor didn't find a signal.
    I was glad that I installed Remote Desktop on the Power Mac so I was able to connect to it and see what's going on. I opened Apple System Profiler and noticed that the computer isn't properly recognizing the graphics card anymore! Instead of the very detailed information I'm used to seeing, this is what I saw below:
    pci10de,a:
    Type: VGA-Compatible Controller
    Bus: AGP
    Slot: SLOT-1
    Vendor: nVIDIA (0x10de)
    Device ID: 0x252
    Revision ID: 0x00a3
    I have no clue what this means as it seems like the computer still recognizes A video card. Also this also gave me the impression that the Power Mac is missing the drivers, but that's impossible as I haven't touched the software on the hard drive and nVidia drivers are part of OS X.
    If the card is broken then fine, I'll take my losses and buy a new one as I would hate to just throw the computer away since it still more than fulfill my needs. But I just hope the AGP slot isn't broken.
    Any ideas? Thanks in advance.

    Just for clarification:
    You have two systems based on the same MS-7008 mainboard, correct? Both use the same BIOS Version?
    In one system, the card is functioning, running in AGP 3.0 Mode x8 and in the other, same mainboard model, what are the symptoms of "video card not recognized" besides the AGP 2.0 Mode x4 limitation?
    I mean, if you can see the BIOS Setup, the card is putting something out on the screen, right?

  • Kernel panic with PCMCIA wireless cards.

    UDEV throws a kernel panic when I insert either of two wireless PCMCIA wireless cards.
    UDEV version 106 and the latest kernel 2.6.20.  Both wireless cards worked just fine previously
    so I'm sure it's a problem caused by upgrading. 
    Has anyone else experienced this problem with PCMCIA cards?
    -A

    Seems about rite but my system works foro some time and then at some random point freezes... guess it could be the same issue tho.
    So its out of arch dev hands and needs a kernel update? Am i right to assume that next time kernel updates its the right time to try 20 series again?
    Yeah im drunk, tried to check for typing tho ^^

  • Apple Wireless Card Not Working

    I just removed an Apple Wireless card from a PowerBook Tit. laptop and plugged it into my QuickSilver 733, re-installed the OS, and I can not get the coputer to recognize the wireless card.
    Now, this is the older wireless card not the extreme, and I have used one of these cards in the past for one of these computers and worked fine, but can not get it to pickup this time.
    I know the card is good, was in use up until it was removed from the PB yesterday.
    Tried to add the wireless device in the Network panel, but could not see the card.
    Any ideas???
    Thanks,
    Carter

    I have a Quicksilver 2002 (Dual 1-GHZ) and my internal airport card just started acting flakey. It drops the connection and then re-acquires the network, sometimes a couple of times a minute. Sometimes the only way to get the wireless signal is to turn AirPort off and on agian on the computer. Then it will work fine for days. I bought this PowerMac new just before MacWorld in 2002 (yeah, right before the MDD model was introduced - brilliant timing on my part, as usual) and haven't had a lick of trouble with it ever. I also have a new MacBook with built-in AirPort Extreme and I have no trouble with my wireless signal on that computer, so it has to be the PowerMac. Are there any known issues I'm missing?

  • Droid charge  SIM CARD not recognized by Verizon Wireless.

    every time when i login to pay my bill  this comes up first
    Your SIM card is in a device that is not recognized by Verizon Wireless. Some services & features may not perform as expected.
    and the phones are two months old

    Dear zajche,
    You are using the "My Verizon" app to try to pay your bill, correct?  Once you tap the My Verizon icon, how far do you get before you see this message?
    What steps if any have you taken to try to correct or diagnose the problem?  Have you removed and reinstalled the SIM card?  Did you do a soft reset?  Hard reset?
    Please provide this and any other information you can think of, so that perhaps someone on this forum can help.  Thanks!

  • [SOLVED] BCM43241 wireless card seems to not exist.

    Hey guys, I'm trying to install Arch on a Sony Vaio Duo 13. Unfortunately, it only has a wifi card and no ethernet port. Usually, installing wireless card drivers involves using lspci to detect what card I have, then finding the drivers and firmware for it. But this time the card (BCM43241) does not show up at all in Arch (it works in Windows). There's no trace of it with lspci or lsusb (fyi: it's a builtin card).
    Here's my lspci and lsusb output:
    lspci:
    00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller )rev 09)
    00:02.0 VGA Compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
    00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
    00:14.0 USB controller: Intel Corporation Lynx Ppoint-LP USB xHCI HC (rev 04)
    00:16/0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 04)
    00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 04)
    00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation Lynx Point-LP SATA Controller 1 [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
    lsusb:
    Bus 002 Device 002: ID 0bda:58df Realtek Semiconductor Corp.
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 003: ID 0bda:5722 Realtek Semiconductor Corp.
    Bus 001 Device 002: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102 Flash Drive / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Any thoughts on why the device doesn't show up? Is there any other output I can provide?
    Last edited by trusktr (2013-11-14 07:45:03)

    trusktr wrote:@paperwastage. I'm not sure how to tell if connects through SDIO, but yeah, based on that link you posted seems like it does. But when I do dmesg | grep brcm is shows aboslutely nothing. There's no trace of my card anywhere. It just seems like Arch has no clue that the card exits (let alone that it's a wireless card). Does yours at least show up with lshw or lspci?
    nope, mine doesn't show up via lshw/lspci/lsusb, probably because it's not connected to the pci / usb bus  (probably connected directly to SoC)
    maybe your kernel doesn't have brcmfmac loaded. try this in root
    #unload brcmfmac
    modprobe -r brcmfmac
    #reload brcmfmac
    modprobe brcmfmac
    note down the logs that should print on screen (and in dmesg)
    also, go to windows, use some application to read your system (I've used http://rh-software.com/)
    it showed my Broadcom 802.11abgn Wireless SD Adapter mounted on "SD\VID_.....", which is the SDIO port

  • [SOLVED] Wireless card not detected after upgrade

    After running a pacman update today, my wireless card is no longer being detected.  'ip link' and 'iw dev' show no sign of it.  My ethernet port is detected just fine.
    I downgraded linux and systemd with no luck, thinking that they were the most likely culprits.  Also, I dealt with the new /etc/passwd.pacnew and /etc/group.pacnew files created by the filesystem upgrade and ran the syslinux-install_update script to go along with the new version of syslinux.  Besides a new mirrorlist, these were the only special cases pacman warned about when upgrading.
    Here are the packages that were upgraded.  I apologize for the long list but I'm finding myself out of options after several hours of struggling with this.  Maybe somebody will see something I'm missing.
    readline (6.3.005-1 -> 6.3.006-1)
    bash (4.3.011-1 -> 4.3.018-1)
    cairo (1.12.16-1 -> 1.12.16-2)
    cpupower (3.14-2 -> 3.14-3)
    e2fsprogs (1.42.9-2 -> 1.42.10-1)
    gcc-libs (4.9.0-2 -> 4.9.0-3)
    libtasn1 (3.4-1 -> 3.6-1)
    gnutls (3.3.2-1 -> 3.3.4-1)
    x264 (1:142.20140311-1 -> 1:142.20140311-4)
    xvidcore (1.3.2-3 -> 1.3.3-1)
    ffmpeg (1:2.2.2-3 -> 1:2.2.3-1)
    filesystem (2013.05-2 -> 2014.05-2)
    gcc (4.9.0-2 -> 4.9.0-3)
    libx11 (1.6.2-1 -> 1.6.2-2)
    gdk-pixbuf2 (2.30.7-1 -> 2.30.8-1)
    perl (5.18.2-2 -> 5.20.0-2)
    openssl (1.0.1.g-1 -> 1.0.1.h-1)
    git (1.9.3-1 -> 2.0.0-1)
    gnupg (2.0.22-2 -> 2.0.23-1)
    gpgme (1.4.3-1 -> 1.5.0-1)
    imagemagick (6.8.9.1-2 -> 6.8.9.1-3)
    inputproto (2.3-1 -> 2.3.1-1)
    lib32-gcc-libs (4.9.0-2 -> 4.9.0-3)
    libcups (1.7.2-1 -> 1.7.3-3)
    libproxy (0.4.11-2 -> 0.4.11-3)
    libsystemd (212-3 -> 213-5)
    libxcursor (1.1.14-1 -> 1.1.14-2)
    linux (3.14.4-1 -> 3.14.5-1)
    linux-headers (3.14.4-1 -> 3.14.5-1)
    man-pages (3.67-1 -> 3.68-1)
    mpfr (3.1.2.p5-1 -> 3.1.2.p8-1)
    pacman-mirrorlist (20140405-1 -> 20140531-1)
    perl-xml-parser (2.41-4 -> 2.41-5)
    python-setuptools (3.6-1 -> 4.0.1-1)
    python2 (2.7.6-3 -> 2.7.7-1)
    rxvt-unicode-terminfo (9.20-1 -> 9.20-2)
    rxvt-unicode (9.20-1 -> 9.20-2)
    seabios (1.7.3.1-2 -> 1.7.5-1)
    shared-mime-info (1.2-2 -> 1.3-1)
    syslinux (6.02-8 -> 6.03pre12-3)
    systemd (212-3 -> 213-5)
    systemd-sysvcompat (212-3 -> 213-5)
    transmission-cli (2.83-2 -> 2.83-3)
    tzdata (2014c-1 -> 2014d-1)
    xkeyboard-config (2.11-2 -> 2.12-1)
    Last edited by zcal (2014-06-07 06:26:59)

    I'll ask the standard issue questions.  Did you perform a partial upgrade?  If so, perform a pacman -Syu and try again.
    Also, is the running kernel the same kernel that is installed?   Compare the versions provided by uname -a and pacman -Qi linux and ensure they are exactly they are exactly the same revision.
    Last edited by ewaller (2014-06-06 23:26:35)

  • G580 wireless device not recognized in windows Xp service pack 3

    Hi i bought a new laptop last week, g580 and the serial no is **********. I have installed windows xp service pack 3 and the laptop cannot detect the wlan device when i check in the hardware/device manager/network adapter , i also get a message when i turnon my laptop from the wlan adapter that the drivers are missing. I have downloaded the wireless drivers from the  lenovo support website i.e. WLAN (Liteon, Cybertan) and when i am trying to install the drivers a error pops up saying "BCM4313 : cannot find setup file". So please guide me to resolve this issue, i also installed wimax but it says the wimax device is not found.
    Moderator note: serial number removed for member's protection.

    Hi vijeth,
    thanks for posting and welcome to the community,
    Based from your post here this does seem to be a driver issues impacting your Broadcom wireless card that has been fitted into your machine. This Error code is actually wide spread across different Manufacturers that has the Broadcom wireless installed. At this point it is uncertain what the exact solution is. Some have rectified the issue by doing a windows update and it had installed the broadcom drivers and that had solved the issue.
    Currently there are some solutions that has help some of the users. Especially from the thread below.
    http://forums.lenovo.com/t5/Lenovo-3000-and-Essential/G580-Limited-access-Wireless-problem/td-p/9155...
    You may want to check this out. Some of the user are experiencing this Win 7 or Win8. But it worth checking what they did as it might help you out as well.
    regards

  • Wifi card not recognized after reboot.

    I've got a Lenovo X140e and an Intel wifi card. (Intel Corporation Wireless-N 7260) that I installed myself, since the support for the Broadcom card it came with was spotty.
    If I reboot my laptop, the card won't show up with either iwconfig or even lspci. If I do a cold reboot (power down entirely and start back up), it will show up just fine.
    What gives?
    Relevant lspci output:
    01:00.0 Network controller: Intel Corporation Wireless 7260 (rev 4b)
            Subsystem: Intel Corporation Wireless-N 7260
            Flags: bus master, fast devsel, latency 0, IRQ 38
            Memory at f1300000 (64-bit, non-prefetchable) [size=8K]
            Capabilities: <access denied>
            Kernel driver in use: iwlwifi
            Kernel modules: iwlwifi

    When the card is recognized, rfkill lists it as unblocked; when it's not recognized, it doesn't show up at all.
    I've got i3 installed; for connection management I've been sort of trying different things - netctl never works but wifi-menu has been pretty reliable. I haven't installed any special power management stuff at all - I'm not really sure how to find out what was auto-installed?

  • Wireless Card not working WIFI 5300

    Hi, I just bought state of art T400 yesterday, and did not even try to work on Visa Business and recovered XP Pro with the provided recovery CD. All drivers were installed on recovery, except, wireless LAN and Modem. I tried downloading and installing all wireless LAN drivers from lenovo.com and Intel, but it did not work. did any one face such a problem. the device manager does not show any wireless card listed even after multiple installs and rebooting. Thus, updated windows, also SP3, and still the same. Please help...

    Hi,
    I'd suggest the following:
    Make sure that the hardware RF kill switch is to the right, so that the WiFi radio is enabled.
    Remove whatever WiFi drivers you've installed.
    Download and install ThinkVantage System Update and run it. It should download and install the correct WiFi driver for your ThinkPad.
    Please post back with whether that solves your problem.
    Good luck!
    -Frank
    Results of Your Ideal Business-Class Laptop survey, concluded 2009-07-29.
    Did someone help you?
    Say thanks! with a kudo.
    Even better: Pay it forward, help someone else.

  • Recommended PCMCIA wireless cards for Linux 2.4.20?

    I am interested in any suggestions for Cisco (or other!) PCMCIA IEEE 802.11b wireless cards that are compatible with Linux 2.4.20, i.e., an upgrade of the Linux kernel is a last option!
    The source files for the driver must also be available. It is preferable if the cards are IEEE 802.11g/n ready also, but this is not essential.
    Thanks for any replies!

    Good luck to you. While it's slowly getting better in the 2.6 kernel line..
    I've always just used the win32 driver with the NDIS wrapper in Linux. While it's not my favorite option, it works.
    As for driver sources, if you do find an open source wifi driver for a major chipset like Atheros, let us all know.. :)

  • Wireless Card Not Good

    I have comcast internet, when iam in my bedroom its getting dialup speed, in living room its almost faster then my desktop, so i know its not comcast, can i upgrade my wireless card? If so whats the best one that i can buy, sence this ones range SUCKS!
    HP ENVY 15-u010dx x360 Convertible PC (ENERGY STAR)
    Serial Number: 5CD4384F10
    Product Number: G6T84UA
    I think this is what I have -  Intel Dual Band Wireless AC-7260 802.11n 2.4gh 

    Hello
    > I am not happy with my integrated Realtek wireless card. Connection quality is not good.
    I cant imagine that you are not satisfied with the connection quality
    I also use Satellite A660 for October 2010 and everything is great! :) This is a wonderful piece of hardware without any problems and great build quality.
    The WLAN connectivity is good and the same with other notebooks (I also have Realtek WLAN card). I only noticed that WLAN connection is a little bit slower in Eco mode so I have disabled the WLAN power saving function in Eco mode and now the problem is solved. Furthermore I have installed newest WLAN driver of offical Toshiba page..
    So I would recommend disabling the WLAN power saving and updating the WLAN driver.
    Of course you can use an external USB adapter but I think internal WLAN is more comfortable so I would try it with driver update firstly. ;)

  • Why are my PXI cards not recognized by Windows or MAX?

    I have a PXI-1045 chassis connected to a PC through MXI-4.  When I turn the chassis and PC on with a PXI card in slot 2, the message "Windows could not load the installer for DAQDevice.  Contact your hardware vendor for assistance." appears, and the PXI card is not recognized (it is scene by Windows as an unidentifiable PCI Devices, though I have a DAQmx installed).
    More details:
    Windows XP
    LabVIEW 8.0 installed
    TestStand 4.0 installed
    Latest DAQmx 8.XX installed
    NI Scope installed
    NI CAN installed
    MXI-4 PCI card installed in PC and recognized by Windows (as PCI-PCI bridge, and MXI-4 Device)
    I identified PXI chassis 1045 in MAX and on subsequent boot up saw that MAX complained about pxisys or some other ini file (in the chassis status area of the screen) so I configured it as 'other' then put in the PXI-resorce CD and selected the ini file for PXI-1045, MAX no longer complains about pxisys and instead says the chassis is configured properly
    If I have nothing but the PXI MXI-4 card installed in the PXI system and boot up the chassis then the PC, I get no errors
    If I have a card in slot two (I've tried PXI-6509 Industrial Digital IO, PXI-2569 Relay Module, and PXI-5102 Digital Oscilliscope) and boot the chassis then PC, the message "Windows could not load the installer for DAQDevice.  Contact your hardware vendor for assistance." shows up when Windows boots and Windows sees a PCI Device but can't identify any drivers for it. 

    Hello,
    Can you post a screenshot of the problem? Are you switching on the chassis first or the PC? Please make sure that you switch ON chassis and then boot the PC. This typically happens when you have a corrupted installation.  I would suggest downloading the latest version of driver from here and re-installing it.
    Please uninstall all the driver software from computer before installing the new software.
    http://digital.ni.com/softlib.nsf/websearch/d31d46​fffb745eca862571490053eab8
    Thanks,
    Kalyan
    Applications Engineer
    National Instruments

  • Hp officejet pro 8600 connected wirelessly but not recognized

    I have an hp officejet 8600 n911a which is connected to my wireless internet. I have run wireless network test results and printer status reports which both show connected. when you touch the internet icon it shows connected also with an ip address. However it will not connect to my computer, ipod, ipad, or any other device to print. The product software will not even ping the device to connect to the printer. It is like it will accept an incoming connection from my router but not send out a connection signal or recieve a signal to print on the same wireless connection. I have verified that it is set up on the same internet connection but the device is not recognized and when I type in the ip address in the address bar of chrome or explorer it says page cannot be opened. However I can email wirelessly to my printer to eprint by using the email given to me by my printer. I am very confused. Any help would be great.
    Melody

    With the network does the 5Ghz wirless have a different name to the 2Ghz network?
    If they have the same network name then you should change the ssids to be different so then you can tell which networks its on.
    From what you have told me it sounds like a 5Ghz 2 Ghz mismatch
    JonW
    I work for HP

Maybe you are looking for