{"id":14,"date":"2020-01-26T21:27:48","date_gmt":"2020-01-26T21:27:48","guid":{"rendered":"https:\/\/tech.mobilitio.com\/?p=14"},"modified":"2020-02-05T00:15:02","modified_gmt":"2020-02-05T00:15:02","slug":"adding-wifi-to-printer-rpi-part-2","status":"publish","type":"post","link":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/","title":{"rendered":"How to add WiFi to a multifunction printer using Raspberry Pi &#8211; Part 2"},"content":{"rendered":"<p>The <strong><a href=\"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/25\/usb-printer-wifi-rpi-part-1\/\">previous article<\/a> <\/strong>gave instructions how to prepare Raspberry Pi for installation of the required software, when adding WiFi to a printer. Now we proceed to installation of CUPS.<\/p>\n<h2><span style=\"font-weight: 400\">PART 2: INSTALL PRINTER SERVER WITH LAN ACCESS<\/span><\/h2>\n<h3><span style=\"font-weight: 400\">11) Install printer server CUPS with a shell command:<\/span><\/h3>\n<pre><span style=\"font-weight: 400\">sudo apt-get install cups<\/span><\/pre>\n<h3><span style=\"font-weight: 400\">12) Configure CUPS by editing its configuration file with <\/span><span style=\"font-weight: 400\">nano <\/span><span style=\"font-weight: 400\">editor:<\/span><\/h3>\n<pre><span style=\"font-weight: 400\">sudo nano \/etc\/cups\/cupsd.conf<\/span><\/pre>\n<h4>Edits:<\/h4>\n<pre><span style=\"font-weight: 400\"># <\/span><b>NOT <\/b><span style=\"font-weight: 400\">Only listen for connections from the local machine.<\/span> \r\n<b>#<\/b><span style=\"font-weight: 400\">Listen localhost:631<\/span> <span style=\"font-weight: 400\">#CHANGED TO LISTEN TO LOCAL LAN \r\n<\/span><b>Port 631<\/b> \r\n<span style=\"font-weight: 400\"># Restrict access to the server...<\/span> \r\n<span style=\"font-weight: 400\">&lt;Location \/&gt;<\/span> <span style=\"font-weight: 400\"> \u00a0\r\n  Order allow,deny<\/span> <span style=\"font-weight: 400\"> \u00a0\r\n<\/span><b>  Allow @Local<\/b> <span style=\"font-weight: 400\">&lt;\/Location&gt;<\/span> <span style=\"font-weight: 400\"> \r\n# Restrict access to the admin pages...<\/span> \r\n<span style=\"font-weight: 400\">&lt;Location \/admin&gt;<\/span> <span style=\"font-weight: 400\"> \u00a0\r\n  Order allow,deny<\/span> <span style=\"font-weight: 400\"> \u00a0\r\n<\/span><b>  Allow @Local<\/b> \r\n<span style=\"font-weight: 400\">&lt;\/Location&gt;<\/span> \r\n<span style=\"font-weight: 400\"># Restrict access to configuration files...<\/span> \r\n<span style=\"font-weight: 400\">&lt;Location \/admin\/conf&gt;<\/span> <span style=\"font-weight: 400\"> \u00a0\r\n  AuthType Default<\/span> <span style=\"font-weight: 400\"> \u00a0\r\n  Require user @SYSTEM<\/span> <span style=\"font-weight: 400\"> \u00a0\r\n  Order allow,deny<\/span> <span style=\"font-weight: 400\"> \u00a0\r\n<\/span><b>  Allow @Local<\/b> \r\n<span style=\"font-weight: 400\">&lt;\/Location&gt; <\/span><span style=\"font-weight: 400\">13)<\/span><\/pre>\n<p><span style=\"font-weight: 400\">Restart CUPS service to make the new configuration effective<\/span><\/p>\n<pre><span style=\"font-weight: 400\">sudo service cups restart<\/span><\/pre>\n<h3><span style=\"font-weight: 400\">14) Add user pi to group lpadmin<\/span><\/h3>\n<p><span style=\"font-weight: 400\">To make administration easier, to work with the default user <\/span><b>pi<\/b><span style=\"font-weight: 400\">, it<\/span> <span style=\"font-weight: 400\">can be added to <\/span><b>lpadmin <\/b><span style=\"font-weight: 400\">(Line Printer Administrator) group:<\/span><\/p>\n<pre><span style=\"font-weight: 400\">sudo usermod -a -G lpadmin pi<\/span><\/pre>\n<h3><span style=\"font-weight: 400\">15) Allow access to cups from network:<\/span><\/h3>\n<pre><span style=\"font-weight: 400\">sudo cupsctl --remote-any<\/span>\r\n<span style=\"font-weight: 400\">sudo \/etc\/init.d\/cups restart<\/span><\/pre>\n<h3><span style=\"font-weight: 400\">16) Test that you can access CUPS via your wireless LAN<\/span><\/h3>\n<p><span style=\"font-weight: 400\">If everything went OK, CUPS should be visible from other computers in your LAN. Try it by opening a browser, to the address the raspberry pi has in your lan, with the port 631. You can find the IP address of the RPi with the command:<\/span><\/p>\n<pre><span style=\"font-weight: 400\">hostname -I<\/span><\/pre>\n<p><span style=\"font-weight: 400\">If the ip address were <\/span><i><span style=\"font-weight: 400\">192.168.1.33 <\/span><\/i><span style=\"font-weight: 400\">, then the URL to get to the CUPS page is for example: <\/span><a href=\"http:\/\/192.168.1.33:631\"><span style=\"font-weight: 400\">http:\/\/192.168.1.33:631<\/span><\/a><span style=\"font-weight: 400\">\u00a0<\/span><\/p>\n<h3><span style=\"font-weight: 400\">17) Install Samba<\/span><\/h3>\n<p><span style=\"font-weight: 400\">Samba is necessary if you are about to use the printer\/scanner\/RPi in association with Windows clients.\u00a0<\/span><\/p>\n<pre><span style=\"font-weight: 400\">sudo apt-get install samba<\/span><\/pre>\n<p><span style=\"font-weight: 400\">When asked <strong>\u201cModify smb.conf to use WINS settings from DHCP?\u201d<\/strong> answer <strong>YES<\/strong><\/span><\/p>\n<h4><span style=\"font-weight: 400\">Edit config further:<\/span><\/h4>\n<blockquote>\n<pre><span style=\"font-weight: 400\">sudo nano \/etc\/samba\/smb.conf\r\n<\/span><span style=\"font-weight: 400\">in section <\/span><span style=\"font-weight: 400\">[printers]<\/span><span style=\"font-weight: 400\">, change:<\/span>\r\n\r\n<span style=\"font-weight: 400\">guest ok = yes<\/span>\r\n<span style=\"font-weight: 400\">read only = no<\/span><\/pre>\n<\/blockquote>\n<h3><span style=\"font-weight: 400\">18) Connect the printer via USB<\/span><\/h3>\n<p><span style=\"font-weight: 400\">See that your printer is connected to Raspberry Pi\u2019s USB via USB hub (or directly but then you must use a Bluetooth keyboard or SSH to talk to your RPi if there\u2019s no room for an USB keyboard)<\/span><\/p>\n<h3><span style=\"font-weight: 400\">19) Add Printer in CUPS configuration page<\/span><\/h3>\n<p><span style=\"font-weight: 400\">Go to the CUPS page, Administration tab and \u201cAdd Printer\u201d. The browser is sure to complain about security, but in this case you can go ahead. Page is (in condition that the RasPi is has address 192.168.1.33):<\/span><\/p>\n<blockquote><p><a href=\"https:\/\/192.168.1.240:631\/admin\/\"><span style=\"font-weight: 400\">https:\/\/192.168.1.33:631\/admin\/<\/span><\/a><\/p><\/blockquote>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-60\" src=\"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin-300x114.jpg\" alt=\"\" width=\"300\" height=\"114\" srcset=\"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin-300x114.jpg 300w, https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin-1024x391.jpg 1024w, https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin-768x293.jpg 768w, https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin.jpg 1138w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<p><span style=\"font-weight: 400\">Login with user <\/span><b>pi<\/b><span style=\"font-weight: 400\"> and its password. If you see warnings, they come because the RasPi does not have SSH certificates in order. You&#8217;re good to go ahead to your admin page to accomplish what you&#8217;re doing.<\/span><\/p>\n<p><span style=\"font-weight: 400\">You should see your connected printer there if it is supported by CUPS out-of-the-box. Most HP and many Epson should be. Remember to set <\/span><b>Share this printer<\/b><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-61\" src=\"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAddPrinter-300x171.jpg\" alt=\"\" width=\"300\" height=\"171\" srcset=\"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAddPrinter-300x171.jpg 300w, https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAddPrinter-768x437.jpg 768w, https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAddPrinter.jpg 825w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<h3><span style=\"font-weight: 400\">20) Configure the printer<\/span><\/h3>\n<p><span style=\"font-weight: 400\">On the CUPS page, select your printer and configure it. <\/span><\/p>\n<p><span style=\"font-weight: 400\">What could go wrong? \ud83d\ude09<\/span><\/p>\n<p><span style=\"font-weight: 400\">Add the printer to your client machine as network printer. On Windows 10, you can add it from <strong>Settings<\/strong> &gt; Add printer or scanner, and select the printer from the list where it appears.<\/span><\/p>\n<p><span style=\"font-weight: 400\">If that fails, go to <strong>Control Panel<\/strong> &gt; Printers and devices &gt; Add printer . <\/span><span style=\"font-weight: 400\">Select <\/span><strong>The printer I that I want isn\u2019t listed\u00a0<\/strong>option, then\u00a0<strong>Add a printer using a TCP\/IP address or hostname<\/strong>.<\/p>\n<p>In the <strong><a href=\"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/27\/usb-printer-wifi-rpi-part-3\/\">next part<\/a><\/strong>, we&#8217;ll look in to how to set the Raspberry Pi a fixed IP address, which makes it more accessible in your local network.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The previous article gave instructions how to prepare Raspberry Pi for installation of the required software, when adding WiFi to a printer. Now we proceed to installation of CUPS. PART 2: INSTALL PRINTER SERVER WITH LAN ACCESS 11) Install printer server CUPS with a shell command: sudo apt-get install cups 12) Configure CUPS by editing [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[6],"tags":[4,2,3],"class_list":["post-14","post","type-post","status-publish","format-standard","hentry","category-howto","tag-printer","tag-raspberry","tag-rpi"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to add WiFi to a multifunction printer using Raspberry Pi - Part 2<\/title>\n<meta name=\"description\" content=\"Installing CUPS printer to Raspberry Pi&#039;s Raspbian operating system, using console shell.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to add WiFi to a multifunction printer using Raspberry Pi - Part 2\" \/>\n<meta property=\"og:description\" content=\"Installing CUPS printer to Raspberry Pi&#039;s Raspbian operating system, using console shell.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Technology Adventures\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-26T21:27:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-05T00:15:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin-300x114.jpg\" \/>\n<meta name=\"author\" content=\"Antti Ketola\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Antti Ketola\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/\"},\"author\":{\"name\":\"Antti Ketola\",\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/#\\\/schema\\\/person\\\/77afbe65748de776da8ba057a1309ddc\"},\"headline\":\"How to add WiFi to a multifunction printer using Raspberry Pi &#8211; Part 2\",\"datePublished\":\"2020-01-26T21:27:48+00:00\",\"dateModified\":\"2020-02-05T00:15:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/\"},\"wordCount\":490,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tech.mobilitio.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/CupsAdmin-300x114.jpg\",\"keywords\":[\"printer\",\"raspberry\",\"rpi\"],\"articleSection\":[\"Howto\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/\",\"url\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/\",\"name\":\"How to add WiFi to a multifunction printer using Raspberry Pi - Part 2\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tech.mobilitio.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/CupsAdmin-300x114.jpg\",\"datePublished\":\"2020-01-26T21:27:48+00:00\",\"dateModified\":\"2020-02-05T00:15:02+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/#\\\/schema\\\/person\\\/77afbe65748de776da8ba057a1309ddc\"},\"description\":\"Installing CUPS printer to Raspberry Pi's Raspbian operating system, using console shell.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/tech.mobilitio.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/CupsAdmin.jpg\",\"contentUrl\":\"https:\\\/\\\/tech.mobilitio.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/CupsAdmin.jpg\",\"width\":1138,\"height\":434},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/index.php\\\/2020\\\/01\\\/26\\\/adding-wifi-to-printer-rpi-part-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tech.mobilitio.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to add WiFi to a multifunction printer using Raspberry Pi &#8211; Part 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/#website\",\"url\":\"https:\\\/\\\/tech.mobilitio.com\\\/\",\"name\":\"Technology Adventures of a Mobile Guy\",\"description\":\"By Antti Ketola\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tech.mobilitio.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tech.mobilitio.com\\\/#\\\/schema\\\/person\\\/77afbe65748de776da8ba057a1309ddc\",\"name\":\"Antti Ketola\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/71ed3864841062b7e0bb8e83af2772ed22df062d96408ebed3ae733f4e5a9d97?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/71ed3864841062b7e0bb8e83af2772ed22df062d96408ebed3ae733f4e5a9d97?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/71ed3864841062b7e0bb8e83af2772ed22df062d96408ebed3ae733f4e5a9d97?s=96&d=mm&r=g\",\"caption\":\"Antti Ketola\"},\"sameAs\":[\"http:\\\/\\\/mobilitio.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to add WiFi to a multifunction printer using Raspberry Pi - Part 2","description":"Installing CUPS printer to Raspberry Pi's Raspbian operating system, using console shell.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/","og_locale":"en_GB","og_type":"article","og_title":"How to add WiFi to a multifunction printer using Raspberry Pi - Part 2","og_description":"Installing CUPS printer to Raspberry Pi's Raspbian operating system, using console shell.","og_url":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/","og_site_name":"Technology Adventures","article_published_time":"2020-01-26T21:27:48+00:00","article_modified_time":"2020-02-05T00:15:02+00:00","og_image":[{"url":"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin-300x114.jpg","type":"","width":"","height":""}],"author":"Antti Ketola","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Antti Ketola","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/#article","isPartOf":{"@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/"},"author":{"name":"Antti Ketola","@id":"https:\/\/tech.mobilitio.com\/#\/schema\/person\/77afbe65748de776da8ba057a1309ddc"},"headline":"How to add WiFi to a multifunction printer using Raspberry Pi &#8211; Part 2","datePublished":"2020-01-26T21:27:48+00:00","dateModified":"2020-02-05T00:15:02+00:00","mainEntityOfPage":{"@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/"},"wordCount":490,"commentCount":0,"image":{"@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin-300x114.jpg","keywords":["printer","raspberry","rpi"],"articleSection":["Howto"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/","url":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/","name":"How to add WiFi to a multifunction printer using Raspberry Pi - Part 2","isPartOf":{"@id":"https:\/\/tech.mobilitio.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/#primaryimage"},"image":{"@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin-300x114.jpg","datePublished":"2020-01-26T21:27:48+00:00","dateModified":"2020-02-05T00:15:02+00:00","author":{"@id":"https:\/\/tech.mobilitio.com\/#\/schema\/person\/77afbe65748de776da8ba057a1309ddc"},"description":"Installing CUPS printer to Raspberry Pi's Raspbian operating system, using console shell.","breadcrumb":{"@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/#primaryimage","url":"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin.jpg","contentUrl":"https:\/\/tech.mobilitio.com\/wp-content\/uploads\/2020\/01\/CupsAdmin.jpg","width":1138,"height":434},{"@type":"BreadcrumbList","@id":"https:\/\/tech.mobilitio.com\/index.php\/2020\/01\/26\/adding-wifi-to-printer-rpi-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tech.mobilitio.com\/"},{"@type":"ListItem","position":2,"name":"How to add WiFi to a multifunction printer using Raspberry Pi &#8211; Part 2"}]},{"@type":"WebSite","@id":"https:\/\/tech.mobilitio.com\/#website","url":"https:\/\/tech.mobilitio.com\/","name":"Technology Adventures of a Mobile Guy","description":"By Antti Ketola","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tech.mobilitio.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/tech.mobilitio.com\/#\/schema\/person\/77afbe65748de776da8ba057a1309ddc","name":"Antti Ketola","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/71ed3864841062b7e0bb8e83af2772ed22df062d96408ebed3ae733f4e5a9d97?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/71ed3864841062b7e0bb8e83af2772ed22df062d96408ebed3ae733f4e5a9d97?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/71ed3864841062b7e0bb8e83af2772ed22df062d96408ebed3ae733f4e5a9d97?s=96&d=mm&r=g","caption":"Antti Ketola"},"sameAs":["http:\/\/mobilitio.com"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/posts\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":16,"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/posts\/14\/revisions"}],"predecessor-version":[{"id":115,"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/posts\/14\/revisions\/115"}],"wp:attachment":[{"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/media?parent=14"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/categories?post=14"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tech.mobilitio.com\/index.php\/wp-json\/wp\/v2\/tags?post=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}