s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
10. FAQ: "Compiling and installing Ftape" related questions !
10.1 What Ftape version should I use?
Always the latest stable version which is _supposed_ to be available from ftp://sunsite.unc.edu/pub/Linux/kernel/tapes and http://www-math.math.rwth-aachen.de/~LBFM/claus/ftape/ At time of this writing the latest stable version is <answer from Claus Heine> 10.2 I'm having problems getting my XYZ drive to run under the 2.0.xx kernel with the built-in driver. How do I fix this?
The default version of Ftape included in the 2.0.xx kernel sources is 2.08 or 2.09 and is very out of date. Please update the Ftape drivers to the latest from the Ftape Home Page. <answer from Tim Jones> 10.3 I'm running Linux/SMP and the system just freezes when trying to access the Ftape devices!
You need to add <answer from Claus Heine>
10.4 Why does depmod complain about "undefined symbols"?
Ignore the depmod error messages. The problem is that the Ftape modules
have to be compiled without the version checksum feature (i.e.
If this fails, something is wrong.
<answer from Claus Heine>
10.5 "insmod" says the kernel version is wrong
The If you have upgraded your version of GCC to v2.7.0 or later, you must recompile the modules utilities with gcc v2.7.x. Newer versions of <from the Ftape-Howto>
10.6 "insmod" says that kernel 1.2.0 and 1.2.0 differ
Did you remember to apply the <from the Ftape-Howto>
10.7 Trying to compile Ftape gives me the error "modversions.h: no such file or directory"
The One more handy tip is that a <from the Ftape-Howto>
10.8 What is this versioned symbols stuff anyway?
When you say `yes' to This ensures a high degree of safety, such that you do not crash the kernel because you used an outdated module with your kernel. If you enable -DMODVERSIONS -include /usr/include/linux/modversions.huncommented in the MODULE_OPT line in the Ftape Makefile. Conversely, if you do not have CONFIG_MODVERSIONS enabled, make sure you have it commented out. <from the Ftape-Howto>
10.9 I seem to be getting sftape instead of zftape. When I run "ftmt status" command, I get output that the Ftape docs says corresponds to sftape ( /dev/qft0: Invalid argument ). Why?
There are (at least) two possible sources of the problem:
<answer from Claus Heins>
10.10 My Ditto DASH/FC-20/Exabyte Accelerator card works under Microsoft Windows, but I get a drive not found type of error in /var/log/messages when trying to use it under Linux.
You are probably trying to use the same IRQ and DMA settings as your on-board FDC. This does not work in versions of Ftape prior to 3.03b. Please update the Ftape Drivers to the latest from the Ftape Home Page. <answer from Tim Jones>
10.11 Ftape DMA transfers gives ECC errors
Sadly to say there are some SVGA cards and Ethernet cards that do not
decode their addresses correct. This typically happens when the
Ftape buffers are in the range The easiest solution is to put the card in an 8bit slot (it is often not enough to reconfigure the card to 8bit transfers). Moving the Ftape buffer away from the VGA range is only a partial solution; All DMA buffers used in Linux can have this problem! Let us make this one clear: This has nothing to do with the Ftape software. <from the Ftape-Howto>
10.12 Help! I'm getting 'dmaalloc() failed' in my syslog file.
You should only see this is you are trying to Here's an example of how you can set your rc.local file to use it.
Please note that you won't have this type of problem if you compile the Ftape driver into the kernel. <from the Ftape-Howto>
10.13 Syslogd works overtime when running Ftape
The compile-time options <from the Ftape-Howto>
10.14 How do I change the trace-level?
There are three ways you can do this (in order of personal preference). While we're at it, here are the meanings of the various trace levels.
<From the Ftape-Howto>
10.15 I'm having problems with Ftape. I'm using the latest version of Ftape from the Ftape Home Page and believe that I've located a real bug. What should I do?
Check the Ftape Home Page. for an even newer version. Then check the FAQ contained in the that package if your problem is listed there. Next, try to check if the manual that comes with the Ftape distribution mentions your problem. There is no need to read the entire manual, simply check the "Concept Index" if it contains a keyword that might be related to your problem, then jump to the proper location in the manual. If you are still convinced you've found a bug, then post a general question describing the problem to the Linux-Tape Mailing List , but do not attach your entire Ftape error-log. If we've seen the problem before, we'll let you know where the resolution effort stands. If we haven't, the Ftape maintainer will most likely request that you send him the entire Ftape error-log (snipped from your system messages file). <answer from Tim Jones>
Next Previous Contents |