From 1c9f91aaafea70db92bfef294dd6bb2f1272113c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 Dec 2015 13:37:30 +0530 Subject: [PATCH] Remove obsolete FAQ entry --- manual/faq.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/manual/faq.rst b/manual/faq.rst index 7450f68b04..82d5f05090 100644 --- a/manual/faq.rst +++ b/manual/faq.rst @@ -499,19 +499,6 @@ antivirus program. account, simply create a new free email account with GMX or Hotmail and use it only for calibre. -Why is my device not detected in linux? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -calibre needs your linux kernel to have been setup correctly to detect devices. If your devices are not detected, perform the following tests:: - - grep SYSFS_DEPRECATED /boot/config-`uname -r` - -You should see something like ``CONFIG_SYSFS_DEPRECATED_V2 is not set``. -Also, :: - - grep CONFIG_SCSI_MULTI_LUN /boot/config-`uname -r` - -must return ``CONFIG_SCSI_MULTI_LUN=y``. If you don't see either, you have to recompile your kernel with the correct settings. My device is getting mounted read-only in linux, so calibre cannot connect to it? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~