View Single Post
Old 12-12-2013, 10:16 AM   #14
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,482
Karma: 8025704
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Bilbo1967 View Post
OK, so made a little time and tried again. I followed very carefully all the steps in the FAQ and it still will not connect. As per the instructions there, please see the debug log from my last effort below.

...

Any light anybody could shed on this would be greatly appreciated.
First thing to note: calibre is reporting that the wireless device driver was started twice. Did you do that?

Now to the main event: the log shows that calibre received no communication from the device. Our experience is that in the vast majority of cases these problems are caused by firewall or anti-virus software on the machine running calibre. Do you have any security software installed? If so, what? In particular, do you have ESET or MalwareBytes (A/V and network security) or Trustor Rapport (security software that UK banks are pushing) installed? All three have been known to prevent CC from talking to calibre.

In rare cases the problem is caused by "Guest mode" on the wifi hub. If this "feature" is installed then wifi devices cannot see wired devices on the same network. What brand and model of wifi hub do you have?

Some things that you can do to help diagnose the problem:

1) Start calibre's content server (Connect/share, Start content server) on port 8080 (the default). Using chrome (the browser software) on your device, attempt to connect to calibre's content server using the URL http://192.168.2.20:8080/ (ip of machine running calibre). If that works, then we know that the problem is somewhere in CC or is a port-related firewall issue. My guess is that it won't work, in which case we are left with both security software and guest mode.

2) If you have another computer such as a laptop, try the same experiment as #1 from it. If it cannot connect then we know it isn't an android/cc problem. Assuming that the computer running calibre is connected to the home network using a cable, if you can, also connect this second computer to the home network by cable and run the test. If it succeeds then we know the problem is guest mode.

3) On the machine running calibre, open a command prompt (there is a shortcut in accessories) and run the command
Code:
ping 192.168.2.13
where the 192 ... is the IP address of your device. If you get something like
Code:
Reply from 192.168.2.13: bytes=32 time=1ms TTL=64
then the problem cannot be guest mode, and almost certainly security SW on the computer running calibre is the problem. If you get something like
Code:
Reply from 192.168.2.20: Destination host unreachable.
then the problem is probably security SW but still might be guest mode.

4) Possibly more complicated: start the computer that runs calibre in "Safe Mode with Networking". This will disable all security software. Start calibre and see if CC can connect. If it can then we know for certain that something running on your computer is blocking CC's connections.

Enough for now...
chaley is offline   Reply With Quote