![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
A friend has a system based on a GA-78LMT-USB3 (mobo rev 5.0) and
can't get any of his USB3 ports to work. The USB2s are fine, but the USB3s, both on the front panel and the back panel, are not. The ports have power -- when an MP3 player is plugged in, it charges. But there is no data connectivity. The system (Windows 7, 64-bit) can't see any device that he plugs in. I checked the BIOS settings and USB3 is enabled. I tried to reinstall the USB3 driver (D/L'd from the Gigabyte site) and the installation failed, saying it could not find the hardware. I'm thinking he has a hardware problem and he's going to have to return the box and probably have the mobo replaced. But before he does that, is there anything else I can try? Thanks for any suggestions Reply-to address is real John |
#2
|
|||
|
|||
![]()
John wrote:
A friend has a system based on a GA-78LMT-USB3 (mobo rev 5.0) and can't get any of his USB3 ports to work. The USB2s are fine, but the USB3s, both on the front panel and the back panel, are not. The ports have power -- when an MP3 player is plugged in, it charges. But there is no data connectivity. The system (Windows 7, 64-bit) can't see any device that he plugs in. I checked the BIOS settings and USB3 is enabled. I tried to reinstall the USB3 driver (D/L'd from the Gigabyte site) and the installation failed, saying it could not find the hardware. I'm thinking he has a hardware problem and he's going to have to return the box and probably have the mobo replaced. But before he does that, is there anything else I can try? Thanks for any suggestions Reply-to address is real John Pop in a Linux LiveCD, and see if the USB3 chip is detected. Linux has the "dmesg" scrolling log file, which is freshly created on boot. The buffer is only so big, so if enough events happen, some of the more interesting messages could be lost. Typing "demsg" in a Terminal window, dumps the log. Linux also has things like "hwinfo" to display detected hardware. Windows, there are a number of utilities you could use. This is an old utility, but I happen to like it. Even if at this date, a number of things will show up as "unknown". You still have the VEN/DEV or VID/PID numbers to use from the screen of this tool. "EVEREST Free Edition 2.20" http://www.majorgeeks.com/files/deta...e_edition.html For things not automatically identified, there is a PCI database, filed by VEN and DEV numbers. http://pciids.sourceforge.net/pci.ids There is also a USB database, for USB peripherals connected to USB ports. These are filed by VID and PID numbers. http://www.linux-usb.org/usb.ids ******* This is a simplified view of a peripheral chip. VCC | Bus ---- Logic --------- I/O Pad --- block Signal Driver (D+, D-) | GND If static electricity hits the signal wire with the arrow on it, that can blow out the hardware signal driver. The result is, Windows continue to detect the logic block and tell you everything is fine. But no amount of plugging and unplugging peripherals elicits a response. It's like the chip is "deaf". There is another reason for that failure to occur. Sometimes, popular brand computer cases, the front panel cables are *miswired*. This can cause the port to fail. If you suspected that in this particular situation, you might refuse to connect the front panel wiring when the new motherboard comes back. I use a multimeter to "buzz" the wiring and ensure the right things are connected on either end of the cable. If you've experienced a peripheral failure, on a peripheral with front panel wiring, don't hook up the wiring again! That's the simplest prevention. I have two Antec cases with wiring errors, but fortunately, they never hooked VCC to the wrong pin. If I'd gone ahead and used the front cables, the port would have refused to work. My back ports work, so I know my chip is not blown. Another form of failure, is when the bond wire for VCC or GND on the driver pad, burns out. This can be caused by latchup, which is caused by static discharge. An example of the bond wire blowing, is shown here. The top of the IC in question (Southbridge) has a burn mark. (I'm surprised this site still works!) http://i.onfinite.com/TFG42bkgd.jpg The logic block itself, hardly ever fails. The chip select to the logic block, can be blocked by the BIOS. So disabling the chip in the BIOS, can make the logic block "disappear" and refuse to be detected. I'm not really sure of all the ways that's implemented now, so I can't help with theories at that level. PCI Express doesn't work quite the same way as PCI, and I don't know the ways that are guaranteed, or most of the time work, to disable chip response. PCI Express is a hub bus, and disabling an "arm" of the star wiring, could stop a chip from working. Even disabling a clock signal for the chip could be used to kill it, but that is not normally recommended as a hardware control method (I've had hardware burn by doing that :-) It seemed funny at the time). Use the detection methods first (like Everest), before sending the motherboard back. Another thing you could try, is to remove all power from the computer. Do the "clear CMOS" thing, which causes all the BIOS settings to be reset. You could even remove the CMOS battery, to help clear the CMOS settings. Sometimes, unexplained behavior is actually caused by a CMOS variable you cannot observe. Removing PC power can help with certain kinds of hardware failures, while removing all power (unplug) and pop out the CMOS battery, helps with errant settings. You should record (either with a camera or write them down), all the BIOS screen settings before you do this, so you can put them back later after clearing the CMOS. Clearing the CMOS should only be done, with the computer unplugged, as many motherboards have a purposeful design flaw, where a diode on the motherboard gets burned if you Clear CMOS with the power still on. Unplugging is a nice safe policy for this. If I knew of a web forum for the GA-78LMT-USB3, I'd go research it. You could try Newegg reviews or Amazon reviews, to see if this problem is a common one. I looked at a few reviews, and blown USB3 isn't standing out there. http://www.newegg.com/Product/Produc...82E16813128565 The motherboard manual says the USB3 chip is VIA VL805 quad port USB3. The quad port means two USB3 on the back panel, as well as a dual connector for front panel wiring (19 pin F_USB30 connector). The missing pin is for keying, so the connector goes in the right way. Since the pinout isn't particularly symmetric, maybe putting the connector in the wrong way will blow it ? You would need to take the single sheet of paper for the computer case documentation, to see if everything matches. And check whether the computer case cable has a keying tab to mate with the place for a tab on the motherboard connector. If no keying mechanism is evident (computer case cable isn't keyed), it's up to the user to put it in the right way :-( Now you know why the replacement motherboard, you want to be careful with that F_USB30 thing (if it isn't keyed to make pin 1 go to pin 1). http://download.gigabyte.us/FileList...b3_v.5.0_e.pdf Paul |
#3
|
|||
|
|||
![]() "John" wrote in message ... A friend has a system based on a GA-78LMT-USB3 (mobo rev 5.0) and can't get any of his USB3 ports to work. The USB2s are fine, but the USB3s, both on the front panel and the back panel, are not. The ports have power -- when an MP3 player is plugged in, it charges. But there is no data connectivity. The system (Windows 7, 64-bit) can't see any device that he plugs in. I checked the BIOS settings and USB3 is enabled. I tried to reinstall the USB3 driver (D/L'd from the Gigabyte site) and the installation failed, saying it could not find the hardware. I'm thinking he has a hardware problem and he's going to have to return the box and probably have the mobo replaced. But before he does that, is there anything else I can try? Thanks for any suggestions Reply-to address is real John W7 does not have native support for USB3 You will probably need something actually USB3 plugged in to install drivers. Otherwise "upgrade" to W8.1 |
#4
|
|||
|
|||
![]()
R. Mark Clayton wrote:
"John" wrote in message ... A friend has a system based on a GA-78LMT-USB3 (mobo rev 5.0) and can't get any of his USB3 ports to work. The USB2s are fine, but the USB3s, both on the front panel and the back panel, are not. The ports have power -- when an MP3 player is plugged in, it charges. But there is no data connectivity. The system (Windows 7, 64-bit) can't see any device that he plugs in. I checked the BIOS settings and USB3 is enabled. I tried to reinstall the USB3 driver (D/L'd from the Gigabyte site) and the installation failed, saying it could not find the hardware. I'm thinking he has a hardware problem and he's going to have to return the box and probably have the mobo replaced. But before he does that, is there anything else I can try? Thanks for any suggestions Reply-to address is real John W7 does not have native support for USB3 You will probably need something actually USB3 plugged in to install drivers. Otherwise "upgrade" to W8.1 You could verify the state of the drivers with Device Manager. Paul |
#5
|
|||
|
|||
![]()
On Tue, 1 Apr 2014 11:04:01 +0100, "R. Mark Clayton"
wrote: "John" wrote in message .. . A friend has a system based on a GA-78LMT-USB3 (mobo rev 5.0) and can't get any of his USB3 ports to work. The USB2s are fine, but the USB3s, both on the front panel and the back panel, are not. The ports have power -- when an MP3 player is plugged in, it charges. But there is no data connectivity. The system (Windows 7, 64-bit) can't see any device that he plugs in. I checked the BIOS settings and USB3 is enabled. I tried to reinstall the USB3 driver (D/L'd from the Gigabyte site) and the installation failed, saying it could not find the hardware. I'm thinking he has a hardware problem and he's going to have to return the box and probably have the mobo replaced. But before he does that, is there anything else I can try? Thanks for any suggestions Reply-to address is real John W7 does not have native support for USB3 You will probably need something actually USB3 plugged in to install drivers. Otherwise "upgrade" to W8.1 I've installed USB3 drivers on another Win7 system (the one I'm using now) with nothing plugged in. The driver is on the mobo driver/utility disk that typically gets installed right after Windows. Device Manager shows USB3 root hubs and host controllers installed and working properly. In my friend's case, Device Manager does not show any USB3 devices, and the driver would not install because it couldn't find the hardware. Reply-to address is real John |
#6
|
|||
|
|||
![]()
On Sun, 30 Mar 2014 21:46:17 -0400, Paul wrote:
John wrote: A friend has a system based on a GA-78LMT-USB3 (mobo rev 5.0) and can't get any of his USB3 ports to work. The USB2s are fine, but the USB3s, both on the front panel and the back panel, are not. The ports have power -- when an MP3 player is plugged in, it charges. But there is no data connectivity. The system (Windows 7, 64-bit) can't see any device that he plugs in. I checked the BIOS settings and USB3 is enabled. I tried to reinstall the USB3 driver (D/L'd from the Gigabyte site) and the installation failed, saying it could not find the hardware. I'm thinking he has a hardware problem and he's going to have to return the box and probably have the mobo replaced. But before he does that, is there anything else I can try? Thanks for any suggestions Reply-to address is real John Pop in a Linux LiveCD, and see if the USB3 chip is detected. Linux has the "dmesg" scrolling log file, which is freshly created on boot. The buffer is only so big, so if enough events happen, some of the more interesting messages could be lost. Typing "demsg" in a Terminal window, dumps the log. Linux also has things like "hwinfo" to display detected hardware. Windows, there are a number of utilities you could use. This is an old utility, but I happen to like it. Even if at this date, a number of things will show up as "unknown". You still have the VEN/DEV or VID/PID numbers to use from the screen of this tool. "EVEREST Free Edition 2.20" http://www.majorgeeks.com/files/deta...e_edition.html For things not automatically identified, there is a PCI database, filed by VEN and DEV numbers. http://pciids.sourceforge.net/pci.ids There is also a USB database, for USB peripherals connected to USB ports. These are filed by VID and PID numbers. http://www.linux-usb.org/usb.ids ******* This is a simplified view of a peripheral chip. VCC | Bus ---- Logic --------- I/O Pad --- block Signal Driver (D+, D-) | GND If static electricity hits the signal wire with the arrow on it, that can blow out the hardware signal driver. The result is, Windows continue to detect the logic block and tell you everything is fine. But no amount of plugging and unplugging peripherals elicits a response. It's like the chip is "deaf". There is another reason for that failure to occur. Sometimes, popular brand computer cases, the front panel cables are *miswired*. This can cause the port to fail. If you suspected that in this particular situation, you might refuse to connect the front panel wiring when the new motherboard comes back. I use a multimeter to "buzz" the wiring and ensure the right things are connected on either end of the cable. If you've experienced a peripheral failure, on a peripheral with front panel wiring, don't hook up the wiring again! That's the simplest prevention. I have two Antec cases with wiring errors, but fortunately, they never hooked VCC to the wrong pin. If I'd gone ahead and used the front cables, the port would have refused to work. My back ports work, so I know my chip is not blown. Another form of failure, is when the bond wire for VCC or GND on the driver pad, burns out. This can be caused by latchup, which is caused by static discharge. An example of the bond wire blowing, is shown here. The top of the IC in question (Southbridge) has a burn mark. (I'm surprised this site still works!) http://i.onfinite.com/TFG42bkgd.jpg The logic block itself, hardly ever fails. The chip select to the logic block, can be blocked by the BIOS. So disabling the chip in the BIOS, can make the logic block "disappear" and refuse to be detected. I'm not really sure of all the ways that's implemented now, so I can't help with theories at that level. PCI Express doesn't work quite the same way as PCI, and I don't know the ways that are guaranteed, or most of the time work, to disable chip response. PCI Express is a hub bus, and disabling an "arm" of the star wiring, could stop a chip from working. Even disabling a clock signal for the chip could be used to kill it, but that is not normally recommended as a hardware control method (I've had hardware burn by doing that :-) It seemed funny at the time). Use the detection methods first (like Everest), before sending the motherboard back. Another thing you could try, is to remove all power from the computer. Do the "clear CMOS" thing, which causes all the BIOS settings to be reset. You could even remove the CMOS battery, to help clear the CMOS settings. Sometimes, unexplained behavior is actually caused by a CMOS variable you cannot observe. Removing PC power can help with certain kinds of hardware failures, while removing all power (unplug) and pop out the CMOS battery, helps with errant settings. You should record (either with a camera or write them down), all the BIOS screen settings before you do this, so you can put them back later after clearing the CMOS. Clearing the CMOS should only be done, with the computer unplugged, as many motherboards have a purposeful design flaw, where a diode on the motherboard gets burned if you Clear CMOS with the power still on. Unplugging is a nice safe policy for this. If I knew of a web forum for the GA-78LMT-USB3, I'd go research it. You could try Newegg reviews or Amazon reviews, to see if this problem is a common one. I looked at a few reviews, and blown USB3 isn't standing out there. http://www.newegg.com/Product/Produc...82E16813128565 The motherboard manual says the USB3 chip is VIA VL805 quad port USB3. The quad port means two USB3 on the back panel, as well as a dual connector for front panel wiring (19 pin F_USB30 connector). The missing pin is for keying, so the connector goes in the right way. Since the pinout isn't particularly symmetric, maybe putting the connector in the wrong way will blow it ? You would need to take the single sheet of paper for the computer case documentation, to see if everything matches. And check whether the computer case cable has a keying tab to mate with the place for a tab on the motherboard connector. If no keying mechanism is evident (computer case cable isn't keyed), it's up to the user to put it in the right way :-( Now you know why the replacement motherboard, you want to be careful with that F_USB30 thing (if it isn't keyed to make pin 1 go to pin 1). http://download.gigabyte.us/FileList...b3_v.5.0_e.pdf Paul Thanks for the detailed explanation and advice. My friend didn't want to go through all the steps; he's kinda convinced (as am I and as is the tech support guy at the company he bought from) that it's a case of dead hardware. He was ready to RMA the box but they offered instead to send him a new mobo, which would be faster and cheaper than shipping the whole computer back. I told him to go ahead and I'll give him a hand swapping the board. I'm pretty sure that we should be able to do this without reinstalling any software. That is, we can shut it down, swap the board, then turn it on and Windows and all its drivers and such will never know the difference and will just boot up and run. Am I right about this? Are there any gotchas that I have to worry about? (I'm assuming they will send a same-rev board, which I'll check before we start.) Reply-to address is real John |
#7
|
|||
|
|||
![]()
John wrote:
Thanks for the detailed explanation and advice. My friend didn't want to go through all the steps; he's kinda convinced (as am I and as is the tech support guy at the company he bought from) that it's a case of dead hardware. He was ready to RMA the box but they offered instead to send him a new mobo, which would be faster and cheaper than shipping the whole computer back. I told him to go ahead and I'll give him a hand swapping the board. I'm pretty sure that we should be able to do this without reinstalling any software. That is, we can shut it down, swap the board, then turn it on and Windows and all its drivers and such will never know the difference and will just boot up and run. Am I right about this? Are there any gotchas that I have to worry about? (I'm assuming they will send a same-rev board, which I'll check before we start.) Reply-to address is real John Windows activation keeps track of hardware changes. When you change the motherboard, it changes the NIC MAC address. This ancient article describes how it works. http://aumha.org/win5/a/wpa.htm It would really depend on how many perceived changes have happened to date, as to what it would think about the new motherboard. If only the motherboard NIC MAC changed, maybe it would simply work :-) Paul |
#8
|
|||
|
|||
![]()
On Thu, 03 Apr 2014 04:05:01 -0400, Paul wrote:
John wrote: Thanks for the detailed explanation and advice. My friend didn't want to go through all the steps; he's kinda convinced (as am I and as is the tech support guy at the company he bought from) that it's a case of dead hardware. He was ready to RMA the box but they offered instead to send him a new mobo, which would be faster and cheaper than shipping the whole computer back. I told him to go ahead and I'll give him a hand swapping the board. I'm pretty sure that we should be able to do this without reinstalling any software. That is, we can shut it down, swap the board, then turn it on and Windows and all its drivers and such will never know the difference and will just boot up and run. Am I right about this? Are there any gotchas that I have to worry about? (I'm assuming they will send a same-rev board, which I'll check before we start.) Reply-to address is real John Windows activation keeps track of hardware changes. When you change the motherboard, it changes the NIC MAC address. This ancient article describes how it works. http://aumha.org/win5/a/wpa.htm It would really depend on how many perceived changes have happened to date, as to what it would think about the new motherboard. If only the motherboard NIC MAC changed, maybe it would simply work :-) Paul I wasn't thinking of that. Yes, I've heard a variety of stories over the years about how Windows' registration algorithms work and I suspect none of them is exactly right and the truth is a closely-guarded secret like the formula for Coca-Cola. :-) But at worst that should take a phone call to straighten out, especially since he has correspondence from the vendor showing that the board was swapped because it was defective. And I'm expecting that a Windows re-install won't be necessary since the board is identical (except for the MAC address and the board's S/N if that's part of the equation) so all the drivers and settings are already in place. (Hmm .. note to self: check and record CMOS settings before removing old board!) Reply-to address is real John |
#9
|
|||
|
|||
![]()
On Sun, 30 Mar 2014 20:14:06 -0400, John
wrote: A friend has a system based on a GA-78LMT-USB3 (mobo rev 5.0) and can't get any of his USB3 ports to work. The USB2s are fine, but the USB3s, both on the front panel and the back panel, are not. The ports have power -- when an MP3 player is plugged in, it charges. But there is no data connectivity. The system (Windows 7, 64-bit) can't see any device that he plugs in. I checked the BIOS settings and USB3 is enabled. I tried to reinstall the USB3 driver (D/L'd from the Gigabyte site) and the installation failed, saying it could not find the hardware. I'm thinking he has a hardware problem and he's going to have to return the box and probably have the mobo replaced. But before he does that, is there anything else I can try? Thanks for any suggestions Reply-to address is real John To bring the story to an end: He accepted the offer to RMA the mobo instead of the whole box and today we swapped out the board. All is well. The system booted Windows and everything works just fine including the USB3 ports. Nothing needed to be reinstalled and no authentication was required. (Windows did notice that something had changed. There was a dialog box that I've never seen before showing that it was checking and/or reinstalling drivers. But no intervention was needed, it all just worked.) Thanks for all the help. -- john Reply-to address is real |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
usb3 on sabertooth x58 | bd | Asus Motherboards | 0 | July 19th 11 05:21 AM |
PCI-E USB3.0 Card | zakumi | General | 0 | June 18th 10 10:44 AM |
gigabyte p55-usb3 and bios | neuČ | Gigabyte Motherboards | 8 | May 18th 10 11:28 AM |
Motherboard with SATA3 and USB3 | Dewey Edwards | General | 12 | April 26th 10 03:57 AM |
A7N8X DL and SD/MMC on USB3 | EdgarV | Asus Motherboards | 3 | December 7th 03 03:54 PM |