On 05/15/2007 12:12 PM, Rask Ingemann Lambertsen wrote:
On Tue, May 15, 2007 at 12:22:03AM +0200, Rene Herman wrote:
As said. If you execute this as root it should enable the card. You can pick the base address (the one JMPB0 is set to) with "-p 0x220|0x240". Default is 0x200 if you don't specify one.
^^^^^
0x220 or 0x240?
0x220.
Do you think there is any point in trying any of this configuration stuff on an NXPro?
Probably not. The oldest Sound Galaxy I have is a NX Pro 16 (I38-MMSN803) and I haven't yet tested on that either. That one does have an EEPROM but the jumper doesn't select between EEPROM and software but between EEPROM and "factory setting" which probably implies it's not software configurable.
(other than by writing to the EEPROM and rebooting the card with the jumper set to EEPROM; writing to the EEPROM is yet another fun little project for a future HWDEP interface in the driver but it's not an important feature).
Does your NX Pro have an EEPROM? It should be a small 8-pin chip marked with something close to "X24C00", near a clock chip and probably near an Intel 8051 microcontroller. And does it have a jumper that sounds like it has anything to do with things?
return EXIT_FAILURE;
}
return EXIT_SUCCESS;
It is not often that I see other people use standards compliant return values from main().
0 and !0 are as standards compliant... :-)
Rene.