[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:hardware:arm:raspberrypi3_wap [2018/08/26 20:50 (UTC)] – [Hardware Requirements] bifferoshowtos:hardware:arm:raspberrypi3_wap [2018/08/26 21:00 (UTC)] – [Bridge Configuration] bifferos
Line 14: Line 14:
 The powered Hub was purchased from the_pi_hut (http://www.ebaystores.co.uk/thepihut), although pretty much any decent powered hub should be OK.  The pi_hut one claimed to have the feature that it didn't push power up the USB connection to the Pi, which sounded like it may be useful. The powered Hub was purchased from the_pi_hut (http://www.ebaystores.co.uk/thepihut), although pretty much any decent powered hub should be OK.  The pi_hut one claimed to have the feature that it didn't push power up the USB connection to the Pi, which sounded like it may be useful.
  
-{{ howtos:hardware:arm:hub.jpg?400 }} {{ howtos:hardware:arm:power.jpg?300 }}+{{ howtos:hardware:arm:hub.jpg?400 }} 
 + 
 +Whatever you get, Make sure it has a beefy power supply, e.g. 2A.  USB WiFi dongles, particularly the ones with external antennas can be thirsty and a 2A power adapter is unlikely to cost much more than a 1A one. 
 + 
 +{{ howtos:hardware:arm:power.jpg?300 }}
  
 The Wifi Adapter choice is important.  I did some research and went for the model that I believed would give maximum flexibility and compatibility with Linux.  The Alpha Network one seemed to do that.  It works with Kali (assuring Linux compatibility), but that is by no means the only thing you should look for.  You also want to see the output of: The Wifi Adapter choice is important.  I did some research and went for the model that I believed would give maximum flexibility and compatibility with Linux.  The Alpha Network one seemed to do that.  It works with Kali (assuring Linux compatibility), but that is by no means the only thing you should look for.  You also want to see the output of:
Line 33: Line 37:
  * outside context of a BSS</code>  * outside context of a BSS</code>
  
-Obviously the 'AP' bit is the bit we need, however considering that the built-in RPi3 Wifi adapter also had thatand never really worked satisfactorily it's just one of many things to look for.+Obviously the 'AP' bit is the bit we need, but IMHO the more things appearing in this listthe more likely your adapter is to be well tested and widely used.
  
 My adapter was purchased from Amazon: https://www.amazon.co.uk/dp/B004Y6MIXS, however I am not connected with this seller.  The adapter looks like this: My adapter was purchased from Amazon: https://www.amazon.co.uk/dp/B004Y6MIXS, however I am not connected with this seller.  The adapter looks like this:
Line 73: Line 77:
 <code># Example of how to configure a bridge:</code> <code># Example of how to configure a bridge:</code>
  
-Ensure the following appears so a bridge will be created:+Ensure the following appears so a bridge will be created (adjust DHCP_HOSTNAME to suit):
  
 <code>IFNAME[0]="br0" <code>IFNAME[0]="br0"
 howtos:hardware:arm:raspberrypi3_wap ()