<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Raspberry-Pi on Simon Waite</title>
    <link>https://simonwaite.com/tags/raspberry-pi/</link>
    <description>Recent content in Raspberry-Pi on Simon Waite</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 27 Sep 2012 12:06:04 +0000</lastBuildDate>
    <atom:link href="https://simonwaite.com/tags/raspberry-pi/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Setting up automounting on the Raspberry PI</title>
      <link>https://simonwaite.com/posts/hotspot-raspberry-pi-automount/</link>
      <pubDate>Thu, 27 Sep 2012 12:06:04 +0000</pubDate>
      <guid>https://simonwaite.com/posts/hotspot-raspberry-pi-automount/</guid>
      <description>&lt;p&gt;Post date: Sep 27, 2012 12:06:04 PM&lt;/p&gt;&#xA;&lt;p&gt;So the non-optimised debian setup hasn&amp;rsquo;t been working for me, so I&amp;rsquo;m using the raspbian distro now.&lt;/p&gt;&#xA;&lt;p&gt;So I&amp;rsquo;ll be using the &lt;code&gt;udisks-glue&lt;/code&gt; package.&lt;/p&gt;&#xA;&lt;p&gt;Just add a line with &lt;code&gt;udisks-glue&lt;/code&gt; into &lt;code&gt;/etc/rc.local&lt;/code&gt; just before the &amp;ldquo;exit 0&amp;rdquo; line.&lt;/p&gt;&#xA;&lt;p&gt;Then edit &lt;code&gt;/etc/udisks-glue.conf&lt;/code&gt; to look (something like) this:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;--- Start File ---&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;filter disks {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    optical = false&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    partition_table = false&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    usage = filesystem&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;match disks {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    automount = true&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    automount_options = { sync, noatime, &amp;#34;dmask=0&amp;#34;, &amp;#34;fmask=0&amp;#34; }&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;filter optical {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   optical = true&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   usage = filesystem&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;match optical {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   automount = true&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   automount_options = { ro, &amp;#34;mode=0444&amp;#34;, &amp;#34;dmode=0555&amp;#34;  }&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;--- End File ---&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Plan 3.14159... (Raspberry Pi)</title>
      <link>https://simonwaite.com/posts/hotspot-plan-pi/</link>
      <pubDate>Fri, 07 Sep 2012 08:56:22 +0000</pubDate>
      <guid>https://simonwaite.com/posts/hotspot-plan-pi/</guid>
      <description>&lt;p&gt;Post date: Sep 07, 2012 8:56:22 AM&lt;/p&gt;&#xA;&lt;p&gt;Yes, the next bit of kit to try is the Raspberry PI.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m trying the &amp;ldquo;Softfloat&amp;rdquo; version of the Raspberry PI-based Debian installation.&#xA;Currently, I&amp;rsquo;ve installed &lt;code&gt;usbmount&lt;/code&gt; (to mount the SD card when it appears on the usb bus) and &lt;code&gt;usb-switcher&lt;/code&gt; to punt it into 3G mode.&lt;/p&gt;&#xA;&lt;p&gt;So, it currently mounts, but that&amp;rsquo;s about it. I can&amp;rsquo;t seem to find the &amp;ldquo;cdc_ncm&amp;rdquo; but it according to &lt;code&gt;/proc/config.gz&lt;/code&gt; as it&amp;rsquo;s compiled in statically &amp;hellip;&#xA;More voodoo than what currently know about at the moment. The last linux kernel I compiled was a 2.4.xx ages ago.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Step Two: Configure Router</title>
      <link>https://simonwaite.com/posts/hotspot-step-two/</link>
      <pubDate>Mon, 03 Sep 2012 16:02:35 +0000</pubDate>
      <guid>https://simonwaite.com/posts/hotspot-step-two/</guid>
      <description>&lt;p&gt;Post date: Sep 03, 2012 4:02:35 PM&lt;/p&gt;&#xA;&lt;p&gt;So why do we want to duplicate the functionality of the E355?&lt;/p&gt;&#xA;&lt;p&gt;Well, it seems to be limited to five devices, as I mentioned in an earlier post that I have massive problems with that,&#xA;I don&amp;rsquo;t want to have to juggle tech to some arbitrary limit.&#xA;Also, I&amp;rsquo;d like to support more services at some point (media streaming perhaps)&lt;/p&gt;&#xA;&lt;p&gt;Like all the 3G dongles I&amp;rsquo;ve seen recently, they initially show up as CD-Roms.&#xA;Then the &amp;ldquo;drivers&amp;rdquo; switch them over to being the actual device.&#xA;In this case a Micro SD Card reader and a USB CDC device, in this case a USB ethernet port.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Portable Hotspot</title>
      <link>https://simonwaite.com/posts/portable-hotspot-overview/</link>
      <pubDate>Mon, 03 Sep 2012 10:34:37 +0000</pubDate>
      <guid>https://simonwaite.com/posts/portable-hotspot-overview/</guid>
      <description>&lt;p&gt;A long time ago, I was asked by a consultant friend of mine to have a think about being able to drop portable wireless internet repeaters.&#xA;The brief was that first responders could drop a bunch of wireless mesh routers over the area so that computers could be used and contact base.&lt;/p&gt;&#xA;&lt;p&gt;At the time the emergency department decided that it would be a luxury and unnecessary so I didn&amp;rsquo;t get to build a prototype.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Step One: Gather the Equipment</title>
      <link>https://simonwaite.com/posts/hotspot-step-one/</link>
      <pubDate>Mon, 03 Sep 2012 10:34:37 +0000</pubDate>
      <guid>https://simonwaite.com/posts/hotspot-step-one/</guid>
      <description>&lt;p&gt;Post date: Sep 03, 2012 10:34:37 AM&lt;/p&gt;&#xA;&lt;p&gt;First up, the battery pack.&lt;/p&gt;&#xA;&lt;p&gt;The A10HZ from Maplin, a 5Ah 12v battery pack. This has 2x6v batteries internally, and a 200 W inverter,&#xA;two accessory sockets, and two 12v terminal posts. It has a usb power socket and a light too, but the usb socket is&#xA;tied to the inverter being on and the light is incredibly weedy, so we&amp;rsquo;re ignoring them for now.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
