{"id":168,"date":"2014-07-11T20:24:10","date_gmt":"2014-07-11T20:24:10","guid":{"rendered":"http:\/\/int03.co.uk\/blog\/?p=168"},"modified":"2014-07-11T20:24:10","modified_gmt":"2014-07-11T20:24:10","slug":"shuttle-pn15-wireless-not-installeddetected-on-ubuntu","status":"publish","type":"post","link":"https:\/\/int03.co.uk\/blog\/2014\/07\/11\/shuttle-pn15-wireless-not-installeddetected-on-ubuntu\/","title":{"rendered":"Shuttle PN15 Wireless not installed\/detected on Ubuntu"},"content":{"rendered":"<p>I have an old Shuttle PC (SB75G2&#8230; I think) which I seldom use, and decided to recycle it to drive a small CNC mill that I&#8217;m building. The first step was to wipe off Windows XP and install LinuxCNC (which is built on Ubuntu). The PC runs great but, unfortunately, neither the built in Ethernet or Wireless card worked out of the box.<\/p>\n<p>This really surprised me, as\u00a0 network and driver support in Ubuntu seems to have improved a lot since the early days, but there are clearly still some gaps in the range of supported devices.<\/p>\n<p>The wireless module is a PN15, and a quick search didn&#8217;t turn up many hits, but eventually I found a solution, so thought I&#8217;d write it up here in case it helps someone else in the same position.<\/p>\n<p>The wireless module is connected internally via USB, so first I tried lsusb and got the following back:<\/p>\n<pre>$ lsusb\r\n$ Bus 001 Device 002: ID 124a:4023 AirVast<\/pre>\n<p>This led me to a forum post which said it was supported by the p54usb module built into the kernel, but it needed proprietary firmware downloading. If you have a network connection of some kind, you can do this apparently (haven&#8217;t tried yet):<\/p>\n<pre>$ sudo -i\r\n# apt-get install linux-firmware-nonfree\r\n# modprobe -r p54usb\r\n# modprobe p54usb<\/pre>\n<p>In my case, I didn&#8217;t have any network at all, but instead found these instructions pointing to a download link to a firmware file:\u00a0 <a href=\"https:\/\/wiki.debian.org\/prism54\">https:\/\/wiki.debian.org\/prism54<\/a><\/p>\n<p>Mine turned out to be a first generation device with the ISL3886, so I downloaded the firmware as follows:<\/p>\n<pre>$ wget https:\/\/daemonizer.de\/prism54\/prism54-fw\/fw-usb\/2.13.1.0.lm86.arm --no-check-certificate\r\n<span id=\"line-2-1\" class=\"anchor\"><\/span><\/pre>\n<p>Then I copied that file over to the Shuttle with a USB stick, and moved it into the firmware folder, and reinserted the module to load the firmware:<\/p>\n<pre>$ sudo -i\r\n<span id=\"line-3-1\" class=\"anchor\"><\/span># mv 2.13.1.0.lm86.arm \/lib\/firmware\/isl3886usb\r\n# modprobe -r p54usb\r\n# modprobe p54usb<\/pre>\n<p>Having done this, the wireless came up and I was finally able to connect. As I write this, the PC is busily updating itself&#8230;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have an old Shuttle PC (SB75G2&#8230; I think) which I seldom use, and decided to recycle it to drive a small CNC mill that I&#8217;m building. The first step was to wipe off Windows XP and install LinuxCNC (which is built on Ubuntu). The PC runs great but, unfortunately, neither the built in Ethernet &hellip; <a href=\"https:\/\/int03.co.uk\/blog\/2014\/07\/11\/shuttle-pn15-wireless-not-installeddetected-on-ubuntu\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Shuttle PN15 Wireless not installed\/detected on Ubuntu<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/posts\/168"}],"collection":[{"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=168"}],"version-history":[{"count":2,"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/posts\/168\/revisions"}],"predecessor-version":[{"id":170,"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/posts\/168\/revisions\/170"}],"wp:attachment":[{"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/int03.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}