1

Upgraded Vista to 7 last day and my wireless laptop adapter is behaving funny.

First it was killing me with resource conflict issues, but I just did a fresh Win 7 installation and the thing just does not seem to register now - as if it were not plugged in at all!

Is there some utility that will allow me to see all devices physically connected to my laptop, regardless of whether they have a driver or not?

I am willing to experiment with external OSes ( via bootable USB etc ) and self contained tools - whatever will help get the job done.

PoorLuzer
  • 628

6 Answers6

2

If you're talking about embedded devices on your laptop, then it's very likely you'll need the driver. Don't forget about the chipset driver -- I once had a fresh install that device manager didn't "see" the additional devices like SD reader, webcam until I install the right chipset driver.

fseto
  • 1,437
1

I've used SIW (System Information for Windows) in the past.

Wagnarock
  • 568
1

The best way to enumerate connected devices is to use any bootable linux livecd and grab the result from lspci

Greg Buehler
  • 1,222
0

If you've got devices physically attached but not working, you should have some indication in the Device Manager.

On XP it's at System Properties > Hardware > Device Manager and they show up with "?" icons - I haven't got 7 installed to double check if it's still the same.

ChrisF
  • 41,540
0

On Windows 7:

Right Click Computer
Select Properties
Select Device Manager from top left
Expand Universal Serial Bus controllers section
jon3laze
  • 340
0

I am not sure if this is a case unique to my situation, but I finally solved the issue.

The thing is like this : All these problems started happening after I installed a 2GB RAM module into my laptop. The laptop specification says that it can handle max 3GB RAM. I have 2 slots of RAM and the 2GB RAM was installed in the second slot and one of the existing 512MB RAM in first slot ( I had to swap out the other pre-installed 512MB ).

I tested my WiFi card on another laptop to verify if it was dead - it was indeed working.

Hence, I brought back my laptop hardware configuration back to what it had been ( using existing 512MB RAM cards ) and the WiFi card started to "work again" - Windows 7 installed drivers for "PCI-PCI Bridge" and then the AR5007 driver.

Before deciding to return the 2GB RAM, I just gave a last try and swapped out the 512MB in the first slot and inserted the 2G.

It's working even after multiple reboots.

I am not sure if I will face problems in the future ( previously, the issue was intermittent before the wifi went "dead" the last week ) - but I am hoping for the best.

Thankfully, I have some more information to work with, the next time, forbid, my wifi goes dead.

However - I am still stumped that there was no software that detected the wifi card ( might be because it was some kind of issue/address conflict deep in the motherboard itself at the hardware level? )

PoorLuzer
  • 628