From 5609b587d234ee3027dfcfe6ca42607f628f8f09 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 9 Apr 2015 21:23:52 -0700 Subject: Convert to html5 and utf-8. Add some SEO. --- www/troubleshooting.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'www/troubleshooting.html') diff --git a/www/troubleshooting.html b/www/troubleshooting.html index 812dd5a6..01d18d43 100644 --- a/www/troubleshooting.html +++ b/www/troubleshooting.html @@ -1,10 +1,12 @@ - - + - + + - + + + Troubleshooting GPSD @@ -122,8 +124,8 @@ don't receive data check for it with lsmod(8).

On Linux systems with module autoloading disabled or misconfigured, it is possible you may need to load the module manually with a command -such as sudo modprobe usbserial vendor=0×1a86 -product=0×7523. Do not copy those hex numbers slavishly, they +such as sudo modprobe usbserial vendor=0x1a86 +product=0x7523. Do not copy those hex numbers slavishly, they are examples. To get the right numbers, you will need to dig up the vendor and product ID of your USB-serial converter device.

-- cgit v1.2.1