Avviso

Tutto il materiale, le guide e i suggerimenti che trovate in questo sito sono forniti senza alcuna garanzia, dato che rappresentano soltanto appunti e note personali pubblicate nella speranza che possano essere utili a qualcuno.

martedì 18 settembre 2012

Connettori per i PIN dello Speaker AC'97 sulla mainboard


Ritrovato su un vecchio file ...



Case 
  1. Case Types

    The board should fit not only any MicroATX case but also any ATX case (just change the position of a few standoffs).
  2. Front Panel Audio

    Right now front audio ports of almost all the PC cases are compliant only with AC'97 Audio, while MSI K8NGM2-FID's Front Panel Audio Connector JAUD1 is compliant with Intel HD (High Definition) Audio. For details of these specifications, please refer to Intel Front Panel I/O Connectivity Design Guide (Section 2.3, pp. 19 - 25) in formfactors.org (maintained by Intel). However the board's Front Panel Audio Connector also supports AC'97 Audio module, that is, you can still use your case front audio ports with the standard AC'97 pin assignments, but with a restriction. For your reference, the HD Audio pin assignments and the AC'97 pin assignments are:
    1. Pin 1 - PORT 1L -MIC (Front panel microphone input signal) 
    2. Pin 2 - GND - AUD_GND (Ground) 
    3. Pin 3 - PORT 1R - MIC_BIAS (Microphone power) 
    4. Pin 4 - PRESENCE# - AUD_GND (usually no connection) 
    5. Pin 5 - PORT 2R - FP_OUT_R (Right channel audio signal to front panel) 
    6. Pin 6 - SENSE1_RETURN - FP_RETURN_R (Right channel audio signal return from front panel) 
    7. Pin 7 - SENSE_SEND - AUD_5V (usually no connection) 
    8. Pin 8 - KEY - KEY (No pin) 
    9. Pin 9 - PORT 2L - FP_OUT_L (Left channel audio signal to front panel) 
    10. Pin 10 - SENSE2_RETURN - FP_RETURN_L (Left channel audio signal return from front panel)

  3. To enable the Front Panel Audio Connector to support AC'97 Audio mode, open "Realtek HD Sound Effect Manager" from the control panel or the system tray, then click the "Audio I/O" tab, then click the "Analog Connector Setting" button. In the "Connector Settings" dialog box, check "Disable front panel jack detection". Then "Mute rear panel output when front headphone plugged in" will be automatically disabled. A known restriction is that even if headphones are plugged in the front audio port, main speakers will not be turned off automatically.
  4. Tips

    If your pin connectors from the case are separate 1-pin connectors, I recommend to use a HEADER CONNECTOR 2 X 5 instead. Connecting wires to the motherboard will become far much easier. The same is true for IEEE1394 connector. (FRONTX offers free international shipping.)

giovedì 6 settembre 2012

Impostare DNS da command line (.bat)

Impostare DHCP:

netsh interface ip set dns "Local Area Connection" dhcp
pause     


Impostare OpenDNS (esempio) primario + secondario

netsh interface ip set dns "Local Area Connection" static 208.67.222.222
netsh interface ip add dns name="Local Area Connection" addr=208.67.220.220
pause

I programmi non si aprono in Windows 7 (persa associazione con file .exe)

Il motivo non si sa (e' windows...) ma puo' capitare.

Sintomi:
- non si apre nessun programma (facendo doppio click su icona non succede nulla)
- se si cerca di aprire taskmanager da barra applicazioni compare un messaggio di errore "Interfaccia non supportata"
- se si riesce ad aprire taskmanager usando CTRL+SHIFT+ESC e si cerca di eseguire una nuova operazione, non si riesce comunque ad aprire alcun eseguibile

Soluzione possibile:

- riavviare in modalita' provvisoria con prompt dei comandi
- prepararsi su una pendrive USB un file .reg contenente queste righe:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"


- digitare regedit
- verificare di avere le autorizzazioni sulla chiave di registro "[HKEY_CLASSES_ROOT\exefile\shell\open\command]
- digitare dal prompt dei comandi REG IMPORT nomefile.reg

Questo e' un "collage" delle soluzioni presenti ai seguenti indirizzi:

http://support.microsoft.com/kb/950505
http://www.symantec.com/security_response/writeup.jsp?docid=2004-050614-0532-99
http://superuser.com/questions/362827/how-to-repair-a-broken-exe-file-association