View Full Version : Un lite-one 812 che sbaglia 50% dvd
Ho il suddetto masterizzatore dvd ma uno su 2 dvd non vanno, ho installato l'ultimo aggiornamento, i dvd sono verbatin, ho provato coi ridisc e sembrava che andasse bene, l'unico dvd che non sbaglia è il princo dvd-rw.
Perchè?
Mistral PaolinuX
05-09-2004, 22:17
Se si tratta di supporti classe -, è piuttosto facile che con l'812 si verifichino problemi: i LiteOn digeriscono meglio i classe +. Resta che il 50% è una percenutale davvero altra. Controlla il DMA e prova a reinstallare il layer ASPI (vedi FAQ e guide della sezione) e prova a mettere il dev come master sul canale secondario.
Paolo
come si fa a controllare il DMA?
Comunque l'errore non non lo da durante la scrittura, quella mi dice sempre che l'ha fatta correttamente,è il problema sorge quando vado a vederlo su un dvd ( provato con altri dvd) la lettura scatta
Mistral PaolinuX
07-09-2004, 21:27
Fai un bel click sul link presente nella mia signature ;)
Paolo
Da un'altra parte ho scaricato il file per verificare se ho i driver aspi, il file si chiamaaspichk, risultato N/A su tutte le voci, ho provato a scaricare dalla guida di HW i file per aggironare ma risultano impossibili da aprire perchè danneggiati.
Mistral PaolinuX
07-09-2004, 21:48
Azz... OK, prova qui: http://www.tburke.net/info/misc/aspi.htm
Paolo
ho trovato il file, è tutto in inglese e per mia sfortuna non lo capisco molto bene, dopo averlo decompresso ho trovato un file readme che è in inglese pure quello, che devo fare?
Se funzionassero i file da scaricare dalla guida di HW avrei già provato questa strada per che è molto semplice da seguire, non è possibile recuperarli in qualche modo?
Commando
07-09-2004, 22:24
Incolla qui il testo e qualche anima pia (chissà, forse il sottoscritto che l'italiano lo mastica a malapena :D) te lo tradurrà.
Adaptec Inc., Copyright (c) 2002
ASPI Overview
=======================================================
I ) Operating Systems and ASPI Files Installed
II ) Changes between v 4.60 and v 4.71
III) GetASPI32Buffer Addendum
IV ) How to increase the non-paged pool size
V ) Windows XP Support
VI ) Installation of ASPI
VII) Status Codes for ASPIINST.EXE
I. Operating System ASPI Files Installed
========================================================
Microsoft Windows NT 4.0 wnaspi32.dll, aspi32.sys
winaspi.dll, wowpost.exe
Microsoft Windows 2000 wnaspi32.dll, aspi32.sys
winaspi.dll, wowpost.exe
Microsoft Windows 98 wnaspi32.dll, apix.vxd
Microsoft Windows Me wnaspi32.dll, apix.vxd
Microsoft Windows XP wnaspi32.dll, aspi32.sys
II. Changes Between v 4.60 and v 4.71
=======================================================
1) It is important the following pairs of files have matching version numbers:
(you may not have all of these files; which files you have in your PC depends
on which Windows platform is in your PC)
a) wnaspi32.dll and aspi32.sys
b) wnaspi32.dll and apix.vxd
c) winaspi.dll and wowpost.exe
It is not important, for example, for wnaspi32.dll to have matching version
number with winaspi.dll. Disregard any such error message from aspichk.exe.
Also disregard any error message from aspichk.exe regarding files not present.
2) Windows 2000 and Windows NT4.0 Only:
Command tagged queueing is enabled by default in v4.71; however, this is
functional only if your Host Bus Adapter (HBA) supports tagged queueing.
Check with your HBA vendor for HBA capabilities.
3) Windows 2000 Only:
aspi32.sys (aspi2k.sy_ before install) remains a non-Plug-and-Play driver in Windows 2000.
Once loaded, aspi32.sys will not unload. To get aspi32.sys unloaded, delete the file
\winnt\system32\drivers\aspi32.sys and reboot PC.
4) Previous versions of aspi32.sys for Windows 2000 and XP may not return the proper
Maximum Number of Targets (HA_MaxTargets) in reponse to Host Adapter Inquiry
(HA_INQUIRY). This has been corrected.
III. GetASPI32Buffer Addendum
=========================================================================
FYI
If you have experienced a failure to allocate a buffer (GetASPI32Buffer),
you may need to do one or both of the following:
1) increase the non-paged pool size on your PC (allocate more RAM to
non-paged pool),
2) physically add more RAM to your PC.
3) decrease the buffer size requested.
The first thing to do is to increase the non-paged pool size.
IV) How to increase the non-paged pool size ?
=============================================
1) Run regedt32.exe ( click Start->Run and type regedt32 ),
2) Edit HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement\NonPagedPoolSize
This parameter is a REG_DWORD (32 bits).
NOTE : If it is set to 0x00, the default minimum portion of RAM is allocated to
non-paged pool.
3) Set this parameter to 0xffffffff (the maximum portion of RAM is allocated to
non-paged pool.) Reboot the PC and try the application again.
NOTE : If GetASPI32Buffer still fails; you may not have enough
physical RAM in the PC, and you may need to physically
install additional RAM.
If GetASPI32Buffer now works, then gradually decrease the non-paged pool size
( by specifying the amount of RAM allocated to non-paged pool ) to optimize.
Tips
-------------------------------------------------------------
Set the NonPagedPoolSize to 0x00100000 for 1 MegaBytes;
0x00200000 for 2 MegaBytes; etc.
See the Microsoft Developer Network (MSDN) article Q126402 (www.microsoft.com)
for more information regarding setting the non-paged pool size.
V. Windows XP Support
===========================================================
Contents:
-----------------------------------------------------------
install.bat installation batch file
reg_xp.exe registry modification utility
aspixp.sys 32-bit ASPI driver ( v 4.71.2 )
wnaspixp.dll 32-bit ASPI DLL ( v 4.71.2 )
aspi64.sys 64-bit ASPI driver ( v 4.70.8 )
wnaspi64.dll 64-bit ASPI DLL ( v 4.70.8 )
VI. Installation of ASPI
============================================================
1. Run INSTALL.BAT with the target operating system
command line option specified:
X86 ( for Windows 98/ME/NT/2000 )
XP32 ( for Windows XP 32-bit )
XP64 ( for Windows XP 64-bit )
e.g. "INSTALL.BAT X86"
2. INSTALL.BAT will prompt you to specify which operating
system to install for if you did not specify one in Step 1).
a) If you are installing for X86 systems for either
Windows 98/ME/NT/2000 then ASPIINST.EXE will be invoked
and the rest of the installation process will be carried
out.
b) If you are installing for X86 or Itanium systems the
batch file will invoke REG_XP.EXE to make the necessary
registry entries and then copy the operating system
specific files to the appropriate location. The operating
system path is determined by the environment variable
%windir%.
For Win XP 32-bit:
ASPIXP.SYS will be copied to %windir%\system32\drivers\ASPI32.SYS
WNASPIXP.DLL will be copied to %windir%\system32\WNASPI32.DLL
For Win XP 64-bit:
ASPI64.SYS will be copied to %windir%\system32\drivers\ASPI32.SYS
WNASPI64.DLL will be copied to %windir%\system32\WNASPI32.DLL
3. Reboot the system to enable the ASPI driver.
VII) Status Codes for ASPIINST.EXE
===========================================================
The use of the C programming convention, EXIT, has been
removed completely from the source. EXIT has some
restrictions which RETURN does not.
EXIT allows for only the low order byte of the status code
to be accessible to the calling process. The status value
is available to the operating system batch command ERRORLEVEL
but is represented by one of two constants EXIT_SUCCESS (0)
or EXIT_FAILURE (1).
Commando
07-09-2004, 23:09
Un trafiletto breve breve, eh? :D Parecchia di questa roba per fortuna non ti serve.
Vediamo un po' (non badare al mio italiano che fa piangere i sassi, poi è tardi e c'ho sonno):
Originariamente inviato da Kenoby
Adaptec Inc., Copyright (c) 2002
I. File ASPI installati a seconda del sistema operativo
Microsoft Windows NT 4.0 wnaspi32.dll, aspi32.sys
winaspi.dll, wowpost.exe
Microsoft Windows 2000 wnaspi32.dll, aspi32.sys
winaspi.dll, wowpost.exe
Microsoft Windows 98 wnaspi32.dll, apix.vxd
Microsoft Windows Me wnaspi32.dll, apix.vxd
Microsoft Windows XP wnaspi32.dll, aspi32.sys
II. Cos'è cambiato nella versione 4.71 rispetto alla versione 4.60
1) I seguenti file devono avere lo stesso numero di versione (è possibile che non tutti i file siano presenti sul computer: questo dipenderà dalla piattaforma Windows installata):
a) wnaspi32.dll e aspi32.sys
b) wnaspi32.dll e apix.vxd
c) winaspi.dll e wowpost.exe
Non è necessario, ad esempio, che wnaspi32.dll e winaspi.dll abbiano lo stesso numero di versione. Ignorare gli eventuali messaggi a questo riguardo, o concernenti file mancanti, restituiti da aspichk.exe.
[qui salto perché immagino che tu abbia installato winzozz xp]
Se si è verificato un errore di allocazione del buffer (GetASPI32Buffer), provare a eseguire una o più delle seguenti operazioni:
1) aumentare le dimensioni del "non-paged pool" [non so cosa sia] del computer (allocare più RAM per il "non-paged pool")
2) aumentare la RAM del computer
3) ridurre la dimensione di buffer richiesta
Prima di tutto occorre aumentare le dimensioni del "non-paged pool". Si procede come segue:
1) Lanciare regedt32.exe (Avvio -> Esegui e digitare regedt32)
2) Modifica
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement\NonPagedPoolSize
Questo parametro è un REG_DWORD (32 bit).
ATTENZIONE: Se impostato a 0x00, per "non-paged pool" verrà allocata la quantità minima predeterminata di RAM.
3) Impostare il parametro a 0xffffffff (al "non-paged pool" verrà allocata la quantità massima di RAM). Riavviare il computer e provare a rilanciare l'applicazione.
ATTENZIONE: Se si dovesse verificare un altro errore di GetASPI32Buffer, è possibile che il computer non abbia montata abbastanza RAM.
Se invece GetASPI32Buffer funziona, diminuire gradualmente la grandezza del "non-paged pool" (specificando la quantità di RAM da allocare per la "non-paged pool") per ottimizzare il funzionamento del sistema.
Suggerimenti:
Impostare NonPagedPoolSize a 0x00100000 per 1 MB, 0x00200000 per 2 MBegaBytes, ecc.
Consultare l'articolo Q126402 MSDN (www.microsoft.com) per ulteriori informazioni sull'impostazione del "non-paged pool".
V. Supporto [odio questo calco!] per Windows XP
Contenuti:
-----------------------------------------------------------
install.bat file di installazione batch
reg_xp.exe programma di modifica del registro
aspixp.sys driver ASPI a 32 bit ( v 4.71.2 )
wnaspixp.dll DLL APSI a 32 bit ( v 4.71.2 )
aspi64.sys driver ASPI a 64 bit ( v 4.70.8 )
wnaspi64.dll DLL ASPI a 64 bit ( v 4.70.8 )
VI. Installazione di ASPI
1. Lanciare INSTALL.BAT specificando il sistema operativo pertinente:
X86 ( per Windows 98/ME/NT/2000 )
XP32 ( per Windows XP a 32 bit )
XP64 ( per Windows XP a 64 bit )
ad esempio: "INSTALL.BAT X86"
Se non si specifica il sistema operativo, il programma richiederà che venga inserito.
a) Se si sta installando il programma su un sistema X86 con
Windows 98/ME/NT/2000, verrà lanciato automaticamente ASPIINST.EXE e l'installazione continuerà normalmente.
b) Se si sta installando il programma su un sistema X86 or Itanium, verrà lanciato automaticamente REG_XP.EXE affinché si possano effettuare le modifiche necessarie al registro e copiare i file pertinenti al sistema operativo nella cartella specificata. Il percorso del s.o. è definito dalla variabile %windir%.
Per Win XP a 32 bit:
ASPIXP.SYS verrà copiato in %windir%\system32\drivers\ASPI32.SYS
WNASPIXP.DLL verrà copiato in %windir%\system32\WNASPI32.DLL
Per Win XP a 64 bit:
ASPI64.SYS verrà copiato in %windir%\system32\drivers\ASPI32.SYS
WNASPI64.DLL verrà copiato in %windir%\system32\WNASPI32.DLL
3. Riavviare il compuer per rendere funzionale il driver ASPI.
[questa parte non mi sembra pertinente]
Non odiarmi se ho preso qualche cantonata, a quest'ora non ragiono più :muro:
Il problema, alla fine cosa devo fare?i file dll non si installano ma si copiano soltanto, quali file dll?
Da quel che ho capito sembra che devo lanciare il file " instal.bat X32 " e poi basta o ci sono anche altri passaggi?
Ho installato i driver ma il problema persiste, può essre determinato dal sistema operativo installato da oltre 8 mesi?
Commando
08-09-2004, 21:29
Originariamente inviato da Kenoby
Ho installato i driver ma il problema persiste, può essre determinato dal sistema operativo installato da oltre 8 mesi?
Non credo. Hai controllato i vari file per vedere se i numeri di versione corrispondono? Comunque qui ci vorrebbe l'aiuto di un esperto, io purtroppo non me ne intendo e non so come aiutarti, mi spiace :(
Mistral PaolinuX
08-09-2004, 21:41
Se per caso la tua mobo monta un chipset Nforce, prova a disinstallare i drivers IDE del chipset e ad usare quelli standard di win.
Paolo
Originariamente inviato da Mistral PaolinuX
Se per caso la tua mobo monta un chipset Nforce, prova a disinstallare i drivers IDE del chipset e ad usare quelli standard di win.
Paolo
Kenoby
E dopo aver fatto questo, installa una versione qualsiasi di Kprobe: durante il setup, carica un layer ASPI 4.60. Al termine di ciò puoi puoi controllare se ogni cosa è a posto con Nero Info Tools (è nel "Toolkit" di Nero). Ecco un esempio di ciò che dovresti trovare:
http://web.tiscali.it/buranh/ASPI.JPG
:D
Allora, ho una mobo con l'nforce, non so come disinstallare l' ide, kprove quando lo installato non mi ha chiesto cosa volevo, dopo il riavvio ho provato a lanciarlo ma è uscita la schermata blu con scritte e blocco pc, resattato, ho provato, prima di fare tutto questo ad usare nero infotool e mi dava aspi corrotto, gli ultimi 2 file non c'era neiente, ora dopo aver provato con probe e lanciao il file aspiinst.exe ho ricontrollato e i primi 2 fali ho la versione 4.71 e gli ultimi 2 4.60 e mi dice tutto ok, provo a masterizzare?
Mistral PaolinuX
09-09-2004, 21:27
Usando l'applet di disintallazione dovresti poter disinstallare i drivers. Al riavvio di Winzozz, reinstalla ma senza gli IDE ;)
Paolo
ho provato da gestione periferiche, ho disinstallato i driver ide dell' nforce, al riavvio ha visto di nuovo le periferiche e se li è installati in automatico da solo i driver nforce
Nessuno sa dirmi come disinstallare i driver ide dell' nforce?
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.