Welcome to HardwareForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

M3A32-MVP DELUXE/WIFI-AP wifi problem

 
   Hardware Problem Solving Community! (Home) -> ASUS RSS
Next:  Motherboard replacement question...  
Author Message
vc1

External


Since: Jan 16, 2004
Posts: 4



(Msg. 1) Posted: Wed Feb 13, 2008 12:05 pm
Post subject: M3A32-MVP DELUXE/WIFI-AP wifi problem
Archived from groups: alt>comp>periphs>mainboard>asus (more info?)

I recently bought into AMD's spider platform hype and purchased the Asus
M3A32-MVP DELUXE/WIFI-AP mobo. Everything is great with it except that the
wifi solution doesn't work and the HD sound make the system crawl in games
like COD4. I've searched everywhere, including the Asus forums to no avail.
It seems that their engineers don't read their email or care about what's
posted in the forums. Did anyone find better drivers that work? I heard this
is the same wifi solution on other Intel boards as well and they're having
the same issues.
Peace
shagg

 >> Stay informed about: M3A32-MVP DELUXE/WIFI-AP wifi problem 
Back to top
Login to vote
Paul57

External


Since: Oct 09, 2004
Posts: 2479



(Msg. 2) Posted: Thu Feb 14, 2008 6:05 am
Post subject: Re: M3A32-MVP DELUXE/WIFI-AP wifi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

vc wrote:
> I recently bought into AMD's spider platform hype and purchased the Asus
> M3A32-MVP DELUXE/WIFI-AP mobo. Everything is great with it except that the
> wifi solution doesn't work and the HD sound make the system crawl in games
> like COD4. I've searched everywhere, including the Asus forums to no avail.
> It seems that their engineers don't read their email or care about what's
> posted in the forums. Did anyone find better drivers that work? I heard this
> is the same wifi solution on other Intel boards as well and they're having
> the same issues.
> Peace
> shagg
>

If your time was worth money, you'd be best to purchase a separate sound
card and WiFi solution Smile

If you've worked in a large company, the organization usually pivots
around certain kinds of structures. For example, in software development
(not my area), it might be a P.R. database or bug tracking system. Managers
get rewarded, according to the rate that P.R.s are closed or whatever.

Asus is not known for their ability to communicate with the outside world.
There is no reason to expect "engineers" to be trolling forums. Engineers
work on "the next big thing". They're very busy, and their managers are
careful to shield them from support issues.

Support people clean up the mess from "the last big thing". And in terms
of support people, they are arranged in tiers. The good support may be
applied to a motherboard, early after release, to correct most of the
really bad mistakes made. After a while, the less competent support staff
("maintainers") take over. They might do things, like add to the CPUSupport
via small BIOS changes or the like. Or screw up some BIOS releases
(like two bad releases in a row, for my A7N8X-E motherboard) Smile

So, based on that dismal picture, what is the best way to get support ?

Contact Tech Support. They'll take down the details of your problem, in
a structured way. The postings in the forum, while well intentioned, do
not contain enough details to be immediately useful.

Is Tech Support perfect ? Absolutely not. Sometimes, they throw away input,
just to keep up. They "forget" to return phone calls, after telling a
customer on the phone that they'll call back. So the system is far from
perfect.

But if you want something fixed, it starts with Tech Support. Not by
posting here. Not by posting at vip.asus.com forums.

The vip.asus.com forums are maintained by Asus staff. If there was
a problem with the content posted on the site (say some porn), a member
of Asus staff could remove it, ban the poster, etc. So there are staff
to do that kind of maintenance. But there are too many threads on the
forum, to expect the "admin" to care about the content of the threads.

Now, to the details of your question.

For the Analog Devices HDaudio driver, it is possible you may find other
versions floating around. I cannot identify one immediately, because
I don't know what the enumeration of your motherboard is. If you look
in the SMAXWDM folder, of an Analog Devices installer, there will be
an INF file in there (like perhaps ADIHDAud.inf). There are Vendor and
Device numbers in the file. There may be a subsystem number as well. The
subsystem consists of two four character hex numbers, and the "1043"
part would stand for Asus. The other four digits would be for the
motherboard. Many INF files do not identify the motherboard (i.e. give
the model name). Your first job, would be determining what the subsystem
is for your particular motherboard. Maybe it would take CPUZ or Everest
or Sandra or some other utility, to find that information. Once you'd done
that, you may find that some recent Intel LGA775 socket boards, have
used the same HDaudio chip, and have later release drivers. But a driver
is useless, unless there is a matching line in the INF in SMAXWDM.
(I know for my AC'97 Soundmax chip, I found four different drivers, and
one was on the Dell site. You never know where you'll find them.)

Your Wifi situation is much worse Smile

The first question would be, why do "RealTek" and "GA821" appear in the
name for the driver file ? It is possible that a previous Wifi card
bundled with an Asus motherboard, used an RTL8187 MAC. Now, I don't know
if the driver in this case, supports both or not (i.e. the driver package
supports older RTL8187 designs and newer Atheros designs). The Asus
installer uses Installshield, and I don't have a means of looking at
the CAB files.

The "GA821" part seems to map to an Azurewave Wifi product. Azurewave
may have been the first design win for a particular Atheros Wifi chip.
Maybe the subsystem identifier maps to Azurewave. I don't know how that
works. I didn't find an Asus identifier, in any case. But maybe that
isn't necessary.

The big advantage of the Atheros hardware, over the old RealTek or RalinkTech
stuff Asus used in the past, is the Atheros is a single chip, complete with
RF inside the chip. That reduces the manufacturing cost. It could be,
Asus changed chipsets, to save money.

So I'm not 100% sure what hardware is involved here. The Atheros is
supposed to be PCI Express, but the way the Asus Wifi module is packaged,
is doesn't really look like a PCI Express connector. Now, maybe they're
running 2.5Gb/sec signals through a pin header, but I hope not.

In researching the Atheros possible path, it appears that Atheros
kinda abuses the Vendor/Device/Subsystem thing. To positively identify
an Atheros design, software has to probe the serial EEPROM which is
soldered next to the main chip. It contains configuration information,
and also helps identify what might be firmware inside the main chip.
It appears you start with the main chip design, and maybe different
firmwares are permanently burned into the chip at the factory. Thus,
the same chip design, can do B/G or B/G/super_G. A number is put on
the ourside of the chip, like AR2425, which is an instance of chip
plus some firmware. That is my best guess as to how that works, and
why the chip has two identifying numbers.

I learned that, by looking in the Linux side of things. They use
a utility called "ath_info" to dump key parameters from the EEPROM.
Using "lspci" apparently won't unambiguously identify the hardware.
It is possible Windows utilities like the payware version of Everest
or Sandra, would have the same problem. They could look at the
Vendor and Device codes, but that information is not enough to do the
job. So when someone says "I have a 5006" or "I have a 5007",
chances are they're wrong. And that makes finding drivers that
much harder.

Apparently, there is a thing the Linux guys could use, called
"ndiswrapper". An Atheros site offered a small download of that
type. You can find more references here, but I don't know
where this will lead you.

This could be NDIS for an Atheros chip. Only 299KB. The subsystem
identifier in the INF file, doesn't match the "1043" I'm used to
for Asus. Using something like this probably doesn't do the
same things as the Asus software - the Asus stuff offers two
modes for the module, while this probably doesn't do Access Point.

http://www.atheros.cz/download.php?atheros=AR5007&system=3

More of those whiny type discussions, where users try to get their
stuff working, before the developers are done.

http://madwifi.org/ticket/859
http://madwifi.org/ticket/1192
http://madwifi.org/ticket/1679

If this was my motherboard, I think I'd punt on the Wifi, and
work on the sound driver. That one is likely to be easier
to solve. Buying a different Wifi solution is likely to be
a faster way to get something running.

Just some guesses,
Paul

 >> Stay informed about: M3A32-MVP DELUXE/WIFI-AP wifi problem 
Back to top
Login to vote
vc1

External


Since: Jan 16, 2004
Posts: 4



(Msg. 3) Posted: Fri Feb 15, 2008 3:29 am
Post subject: Re: M3A32-MVP DELUXE/WIFI-AP wifi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paul, I want to thank you for your patience and time in discussing this
topic with me. Your're a gentleman.
Victor

"Paul" <nospam DeleteThis @needed.com> wrote in message news:fp170h$6t4$1@aioe.org...
> vc wrote:
>> I recently bought into AMD's spider platform hype and purchased the Asus
>> M3A32-MVP DELUXE/WIFI-AP mobo. Everything is great with it except that
>> the wifi solution doesn't work and the HD sound make the system crawl in
>> games like COD4. I've searched everywhere, including the Asus forums to
>> no avail. It seems that their engineers don't read their email or care
>> about what's posted in the forums. Did anyone find better drivers that
>> work? I heard this is the same wifi solution on other Intel boards as
>> well and they're having the same issues.
>> Peace
>> shagg
>
> If your time was worth money, you'd be best to purchase a separate sound
> card and WiFi solution Smile
>
> If you've worked in a large company, the organization usually pivots
> around certain kinds of structures. For example, in software development
> (not my area), it might be a P.R. database or bug tracking system.
> Managers
> get rewarded, according to the rate that P.R.s are closed or whatever.
>
> Asus is not known for their ability to communicate with the outside world.
> There is no reason to expect "engineers" to be trolling forums. Engineers
> work on "the next big thing". They're very busy, and their managers are
> careful to shield them from support issues.
>
> Support people clean up the mess from "the last big thing". And in terms
> of support people, they are arranged in tiers. The good support may be
> applied to a motherboard, early after release, to correct most of the
> really bad mistakes made. After a while, the less competent support staff
> ("maintainers") take over. They might do things, like add to the
> CPUSupport
> via small BIOS changes or the like. Or screw up some BIOS releases
> (like two bad releases in a row, for my A7N8X-E motherboard) Smile
>
> So, based on that dismal picture, what is the best way to get support ?
>
> Contact Tech Support. They'll take down the details of your problem, in
> a structured way. The postings in the forum, while well intentioned, do
> not contain enough details to be immediately useful.
>
> Is Tech Support perfect ? Absolutely not. Sometimes, they throw away
> input,
> just to keep up. They "forget" to return phone calls, after telling a
> customer on the phone that they'll call back. So the system is far from
> perfect.
>
> But if you want something fixed, it starts with Tech Support. Not by
> posting here. Not by posting at vip.asus.com forums.
>
> The vip.asus.com forums are maintained by Asus staff. If there was
> a problem with the content posted on the site (say some porn), a member
> of Asus staff could remove it, ban the poster, etc. So there are staff
> to do that kind of maintenance. But there are too many threads on the
> forum, to expect the "admin" to care about the content of the threads.
>
> Now, to the details of your question.
>
> For the Analog Devices HDaudio driver, it is possible you may find other
> versions floating around. I cannot identify one immediately, because
> I don't know what the enumeration of your motherboard is. If you look
> in the SMAXWDM folder, of an Analog Devices installer, there will be
> an INF file in there (like perhaps ADIHDAud.inf). There are Vendor and
> Device numbers in the file. There may be a subsystem number as well. The
> subsystem consists of two four character hex numbers, and the "1043"
> part would stand for Asus. The other four digits would be for the
> motherboard. Many INF files do not identify the motherboard (i.e. give
> the model name). Your first job, would be determining what the subsystem
> is for your particular motherboard. Maybe it would take CPUZ or Everest
> or Sandra or some other utility, to find that information. Once you'd done
> that, you may find that some recent Intel LGA775 socket boards, have
> used the same HDaudio chip, and have later release drivers. But a driver
> is useless, unless there is a matching line in the INF in SMAXWDM.
> (I know for my AC'97 Soundmax chip, I found four different drivers, and
> one was on the Dell site. You never know where you'll find them.)
>
> Your Wifi situation is much worse Smile
>
> The first question would be, why do "RealTek" and "GA821" appear in the
> name for the driver file ? It is possible that a previous Wifi card
> bundled with an Asus motherboard, used an RTL8187 MAC. Now, I don't know
> if the driver in this case, supports both or not (i.e. the driver package
> supports older RTL8187 designs and newer Atheros designs). The Asus
> installer uses Installshield, and I don't have a means of looking at
> the CAB files.
>
> The "GA821" part seems to map to an Azurewave Wifi product. Azurewave
> may have been the first design win for a particular Atheros Wifi chip.
> Maybe the subsystem identifier maps to Azurewave. I don't know how that
> works. I didn't find an Asus identifier, in any case. But maybe that
> isn't necessary.
>
> The big advantage of the Atheros hardware, over the old RealTek or
> RalinkTech
> stuff Asus used in the past, is the Atheros is a single chip, complete
> with
> RF inside the chip. That reduces the manufacturing cost. It could be,
> Asus changed chipsets, to save money.
>
> So I'm not 100% sure what hardware is involved here. The Atheros is
> supposed to be PCI Express, but the way the Asus Wifi module is packaged,
> is doesn't really look like a PCI Express connector. Now, maybe they're
> running 2.5Gb/sec signals through a pin header, but I hope not.
>
> In researching the Atheros possible path, it appears that Atheros
> kinda abuses the Vendor/Device/Subsystem thing. To positively identify
> an Atheros design, software has to probe the serial EEPROM which is
> soldered next to the main chip. It contains configuration information,
> and also helps identify what might be firmware inside the main chip.
> It appears you start with the main chip design, and maybe different
> firmwares are permanently burned into the chip at the factory. Thus,
> the same chip design, can do B/G or B/G/super_G. A number is put on
> the ourside of the chip, like AR2425, which is an instance of chip
> plus some firmware. That is my best guess as to how that works, and
> why the chip has two identifying numbers.
>
> I learned that, by looking in the Linux side of things. They use
> a utility called "ath_info" to dump key parameters from the EEPROM.
> Using "lspci" apparently won't unambiguously identify the hardware.
> It is possible Windows utilities like the payware version of Everest
> or Sandra, would have the same problem. They could look at the
> Vendor and Device codes, but that information is not enough to do the
> job. So when someone says "I have a 5006" or "I have a 5007",
> chances are they're wrong. And that makes finding drivers that
> much harder.
>
> Apparently, there is a thing the Linux guys could use, called
> "ndiswrapper". An Atheros site offered a small download of that
> type. You can find more references here, but I don't know
> where this will lead you.
>
> This could be NDIS for an Atheros chip. Only 299KB. The subsystem
> identifier in the INF file, doesn't match the "1043" I'm used to
> for Asus. Using something like this probably doesn't do the
> same things as the Asus software - the Asus stuff offers two
> modes for the module, while this probably doesn't do Access Point.
>
> http://www.atheros.cz/download.php?atheros=AR5007&system=3
>
> More of those whiny type discussions, where users try to get their
> stuff working, before the developers are done.
>
> http://madwifi.org/ticket/859
> http://madwifi.org/ticket/1192
> http://madwifi.org/ticket/1679
>
> If this was my motherboard, I think I'd punt on the Wifi, and
> work on the sound driver. That one is likely to be easier
> to solve. Buying a different Wifi solution is likely to be
> a faster way to get something running.
>
> Just some guesses,
> Paul
 >> Stay informed about: M3A32-MVP DELUXE/WIFI-AP wifi problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
P5B WiFi Deluxe - HD Audio Installation Problem - Hi, on my brand new board I only installed a Win XP Profe$$ional SP2 and the Patch 888111 (HD-Audio-Driver) from Micro$oft. Installing the Asus Audio-Driver v5.10.01.6100 the driver says: "No HD-Audio-Driver found" In the "software&quo...

P5B Deluxe/WiFi - Hi, can anyone tell me whether I can use 2 graphics-cards with this mobo? I would use 2 GeForce 7300GS only with 2D... no gaming greetings Holger

Asus A8V Deluxe Wifi - Hi all, Thinking of buying the above board with an AMD 64 3500+ Winchester. Anyone built the same and have any stories of woe or stories of unhindered success? What's the wifi card like? Has anyone set up a p2p network with it? Thanks

Asus A8V Deluxe WiFi - I have decided on an Asus A8V Deluxe with an Athlon 64 3200 to replace my P4 2.8/P4P800 Deluxe system (I'll be reusing the "old" gfx card, TV card, HDs, etc) and I'm wondering whether the WiFi version of the A8V Deluxe is worth getting, or woul...

P5K Deluxe WiFi BIOS - Soon after I built my new system around a P5K Deluxe WiFi, I flashed the BIOS to v. 0501. Now I see there's a v. 0503. Based on reports I've read of disastrous attempts to flash bios on this mbo, I'm a bit leery of trying it again, even though in....
   Hardware Problem Solving Community! (Home) -> ASUS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]