Re: [cbm4linux-users] No devices found
Brought to you by:
cbm4linux
From: Michael K. <mic...@pu...> - 2003-03-23 12:15:28
|
On Sun, 23 Mar 2003, Kees Jongenburger wrote: > > One other thing I notice, it seems to detect the cable > > as an 'XA1541 cable (auto)'. That or it's a default > > setting. > for the first cable I used the driver had to be on in order to detect the > right cable and if i once modproped with the driver of i had to reboot in > order to make it work. Autodetction is indeed only reliably if the drive is on. You can always disable autodetection with the module parameter "cable" parameter: * cable=<n> force cable type: -1 for autodetection (default) 0 for XM1541 (non-inverting) 1 for XA1541 (inverting) (straight from the README) Take care, Michael -- "*Note SIGINT* is not supported for any Win32 application including Windows NT and Windows 95. When a CTRL+C interrupt occurs, Win32 operating systems generate a new thread to specifically handle that interrupt. This can cause a single-thread application such as UNIX, to become multithreaded, resulting in unexpected behavior." -- MSDN Library Visual Studio 6.0; signal() |