Motherboard Forums


Reply
Thread Tools Display Modes

Re: M3A Drivers

 
 





















Paul
Guest
Posts: n/a

 
      02-05-2009, 09:20 PM


Rhino wrote:
> I have just installed Windows XP with SP2 on a new homebuilt machine that
> has an M3A motherboard but have yellow question marks beside three of the
> drivers in Device Manager: "SM Bus Controller", "Unknown Device", and "Video
> Controller (VGA Compatible)". [I also had question marks beside LAN and
> Audio but fixed those by installing the appropriate drivers from the ASUS
> download page for the M3A mobo.]
>
> Are the drivers that I need for the remaining question marks present on the
> M3A download page? If so, what category are they in? If they aren't, where
> can I find them? I've already tried doing the automatic install, letting
> Windows search the internet for drivers but, in each case, it didn't find
> the drivers.
>
>


SMBUS is the system management bus, a serial bus that runs at a pretty slow
speed. It connects to things like the DIMMs, and allows the timing to be
read out. The interface should be part of the chipset, and use
"Chipset Drivers". The chipset driver package may have a list of what
devices are included in the package. I downloaded the chipset package,
and there are a lot of storage drivers, as well as the SMBUS you're
looking for. This is extracted from install.ini (and packages like
this may support more than one chipset).

AudioDriver= \Audio,atiwdma.INF
NetDriver=\Net,w9x90xbc.INF
SMBusDriver= \SMBUS,smbusati.INF
SATADriver= \SATA,si3112.INF
SATAIDEDriver= \ideata133,Atihdc.INF
SB200IDEDriver= \ide,Atiide.INF
RaidDriver= \SATARAID,Si3112r.inf
64RaidDriver=\SRAID64a,si3112r.inf
64SMBusDriver=\SMBUS,smbusati.INF
64AudioDriver=\Audio64a,atiwdma.inf
SB600Raid=\Raid\x86,ahcix86.inf
64SB600Raid=\Raid\x64,ahcix64.inf
SBMiniIDE2K=\SBMini-IDE\xp,atiide.inf
SBMiniIDEXP=\SBMini-IDE\xp,atiide.inf

"Unknown device" could be just about anything. In WinXP, you can do properties
on things like this, and there may be enumeration information.

As a cheat, features like "overclock controller" are passed as ACPI objects.
The driver comes with an Asus proprietary application, like say an
"Overclocking Application", which also installs a driver that connects
to the object. I presume this is the preferred method of gaining
hardware access with a non-administrator account. Looking in the manual
for M3A, I see "AI Gear 2", as the most likely solution to your
"unknown". If you install and then uninstall AI Gear 2, there is
a chance the "unknown" will be gone for good. You can decide
for yourself, whether stuff like that has a place on your
computer (if I overclock, it is always via BIOS controls).

VGA is coming from your video card. I don't see a GPU inside
your ATI 770 Northbridge, so I have to assume that is coming
from your new video card. Your new video card needs a driver,
but after you've installed the chipset stuff. Some chipset
packages are needed, to get system resources properly labeled.
Your video card may also insist on a certain minimum version
of DirectX, which will be included on the video card CD.

Paul
 
Reply With Quote
 
Paul
Guest
Posts: n/a

 
      02-08-2009, 10:16 PM
Rhino wrote:
> A belated thanks for your help, Paul.
>
> I've fixed the SM Bus Controller as per your instructions. Your remarks on
> the "Video Controller (VGA Compatible)" make perfect sense.
>
> I've checked the "unknown device" in Device Manager but there's not much
> information on it. The General tab gives the location as "on PCI standard
> ISA bridge". The Details tab says that the Device Instance ID is
> "ACPI\ATK0110\1010110". Would any of the other fields in the Details tab
> give us sufficient information to determine what this thing is so that I can
> find the right drivers? If not, would it do any harm to simply remove the
> "unknown device" from the list in Device Manager? How would I remove the
> device from the list if that's what I want to do?
>
> --
> Rhino
>
>
> "Paul" <> wrote in message
> news:gmfl7h$9r6$...
>> Rhino wrote:
>>> I have just installed Windows XP with SP2 on a new homebuilt machine that
>>> has an M3A motherboard but have yellow question marks beside three of the
>>> drivers in Device Manager: "SM Bus Controller", "Unknown Device", and
>>> "Video Controller (VGA Compatible)". [I also had question marks beside
>>> LAN and Audio but fixed those by installing the appropriate drivers from
>>> the ASUS download page for the M3A mobo.]
>>>
>>> Are the drivers that I need for the remaining question marks present on
>>> the M3A download page? If so, what category are they in? If they aren't,
>>> where can I find them? I've already tried doing the automatic install,
>>> letting Windows search the internet for drivers but, in each case, it
>>> didn't find the drivers.
>>>
>>>

>> SMBUS is the system management bus, a serial bus that runs at a pretty
>> slow
>> speed. It connects to things like the DIMMs, and allows the timing to be
>> read out. The interface should be part of the chipset, and use
>> "Chipset Drivers". The chipset driver package may have a list of what
>> devices are included in the package. I downloaded the chipset package,
>> and there are a lot of storage drivers, as well as the SMBUS you're
>> looking for. This is extracted from install.ini (and packages like
>> this may support more than one chipset).
>>
>> AudioDriver= \Audio,atiwdma.INF
>> NetDriver=\Net,w9x90xbc.INF
>> SMBusDriver= \SMBUS,smbusati.INF
>> SATADriver= \SATA,si3112.INF
>> SATAIDEDriver= \ideata133,Atihdc.INF
>> SB200IDEDriver= \ide,Atiide.INF
>> RaidDriver= \SATARAID,Si3112r.inf
>> 64RaidDriver=\SRAID64a,si3112r.inf
>> 64SMBusDriver=\SMBUS,smbusati.INF
>> 64AudioDriver=\Audio64a,atiwdma.inf
>> SB600Raid=\Raid\x86,ahcix86.inf
>> 64SB600Raid=\Raid\x64,ahcix64.inf
>> SBMiniIDE2K=\SBMini-IDE\xp,atiide.inf
>> SBMiniIDEXP=\SBMini-IDE\xp,atiide.inf
>>
>> "Unknown device" could be just about anything. In WinXP, you can do
>> properties
>> on things like this, and there may be enumeration information.
>>
>> As a cheat, features like "overclock controller" are passed as ACPI
>> objects.
>> The driver comes with an Asus proprietary application, like say an
>> "Overclocking Application", which also installs a driver that connects
>> to the object. I presume this is the preferred method of gaining
>> hardware access with a non-administrator account. Looking in the manual
>> for M3A, I see "AI Gear 2", as the most likely solution to your
>> "unknown". If you install and then uninstall AI Gear 2, there is
>> a chance the "unknown" will be gone for good. You can decide
>> for yourself, whether stuff like that has a place on your
>> computer (if I overclock, it is always via BIOS controls).
>>
>> VGA is coming from your video card. I don't see a GPU inside
>> your ATI 770 Northbridge, so I have to assume that is coming
>> from your new video card. Your new video card needs a driver,
>> but after you've installed the chipset stuff. Some chipset
>> packages are needed, to get system resources properly labeled.
>> Your video card may also insist on a certain minimum version
>> of DirectX, which will be included on the video card CD.
>>
>> Paul

>
>



Try to install "AI Gear 2" then promptly uninstall it. The
unknown device, as near as I can tell, should be resolved
once AI Gear 2 is installed. On removal, it is possible the
driver will be left there, and the unknown device will then
be known.

The ATK thing is an Asus identifier, which means it is
created as a means of passing something from the BIOS
to the OS. My guess is, that AI Gear 2 is what uses
that interface. The unknown device is not real hardware,
but a virtual device that Asus made and passed via
an ACPI table entry.

Paul
 
Reply With Quote
 
andy
Guest
Posts: n/a

 
      02-08-2009, 10:20 PM
It's a virtual ACPI device. The Cool 'n Quiet utility contains the
driver.

On Sun, 8 Feb 2009 12:27:40 -0500, "Rhino"
<> wrote:

>A belated thanks for your help, Paul.
>
>I've fixed the SM Bus Controller as per your instructions. Your remarks on
>the "Video Controller (VGA Compatible)" make perfect sense.
>
>I've checked the "unknown device" in Device Manager but there's not much
>information on it. The General tab gives the location as "on PCI standard
>ISA bridge". The Details tab says that the Device Instance ID is
>"ACPI\ATK0110\1010110". Would any of the other fields in the Details tab
>give us sufficient information to determine what this thing is so that I can
>find the right drivers? If not, would it do any harm to simply remove the
>"unknown device" from the list in Device Manager? How would I remove the
>device from the list if that's what I want to do?


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: dell drivers and reinstalling the OS Hey D Dell 0 12-20-2008 07:40 PM
Re: dell drivers and reinstalling the OS DaveJohnson12@nomail. Dell 2 11-19-2008 12:11 PM
Re: HP m8210n motherboard drivers? Ben Myers HP 0 09-15-2008 02:12 PM
Re: Floppy boot disk with DVD drivers noname Asus 0 06-23-2008 01:21 AM
Code 10 after vista to xp install cpnhowdie HP 3 10-10-2007 04:00 PM


All times are GMT. The time now is 09:41 AM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43